File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ spark-submit --properties-file /<path>/cdm.properties --verbose --master "local[
13
13
// Validate
14
14
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
15
15
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)
18
17
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
You can’t perform that action at this time.
0 commit comments