scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra/parquet files. Alt. from DynamoDB to Scylla Alternator.
https://migrator.docs.scylladb.com/stable/
Apache License 2.0
55 stars 34 forks source link

Fix path to spark-submit in docker-compose example #40

Closed Dobiasd closed 3 years ago

Dobiasd commented 3 years ago

spark-submit instead of /spark/bin/spark-submit results in the following error:

OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: \"spark-submit\": executable file not found in $PATH": unknown
tarzanek commented 3 years ago

thank you, merging