Skip to content

Commit b1077b4

Browse files
committed
Updated command notes for guardrail
1 parent 9894ed5 commit b1077b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/resources/runCommands.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ spark-submit --properties-file /<path>/cdm.properties --verbose --master "local[
1313
// Validate
1414
spark-submit --properties-file /<path>/cdm.properties --master "local[*]" --driver-memory 25G --executor-memory 25G --class datastax.astra.migrate.DiffData /<path>/cassandra-data-migrator-3.*.jar &> table_out.log
1515

16-
// Validate
17-
spark-submit --properties-file /<path>/cdm.properties --master "local[*]" --driver-memory 25G --executor-memory 25G --class datastax.astra.migrate.DiffData /<path>/cassandra-data-migrator-3.*.jar &> table_out.log
16+
// Guardrail check (identify large fields)
1817
spark-submit --properties-file /<path>/cdmGuardrail.properties --master "local[*]" --driver-memory 25G --executor-memory 25G --class datastax.astra.migrate.Guardrail /<path>/cassandra-data-migrator-3.*.jar &> table_out.log

0 commit comments

Comments
 (0)