Hi. I'm trying to copy over a DynamoDB table to a test Scylla node. It looks like the workers are getting killed? See attached logs. This is the command I tried:
/path/to/spark/bin/spark-submit --class com.scylladb.migrator.Validator --master spark://ip-xxx-xx-xx-xx.us-east-2.compute.internal:7077 --conf spark.scylla.config=./config.yaml ./target/scala-2.11/scylla-migrator-assembly-0.0.1.jar
(Also tried com.scylladb.migrator.Migrator)
Can someone tell me what I'm doing incorrectly? Migrator is on a T3.Large instance (8G mem). Thanks!
Johann