diff --git a/README.md b/README.md index 66d088d8..857bb61f 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz 3. Run the below job using `spark-submit` command as shown below: ``` -./spark-submit --properties-file cdm.properties / ---conf spark.cdm.schema.origin.keyspaceTable="." / ---master "local[*]" --driver-memory 25G --executor-memory 25G / +./spark-submit --properties-file cdm.properties \ +--conf spark.cdm.schema.origin.keyspaceTable="." \ +--master "local[*]" --driver-memory 25G --executor-memory 25G \ --class com.datastax.cdm.job.Migrate cassandra-data-migrator-4.x.x.jar &> logfile_name_$(date +%Y%m%d_%H_%M).txt ```