scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Support deployment via Ansible #148

Closed pdbossman closed 2 weeks ago

pdbossman commented 1 month ago

Ansible playbook to support deploying scylla-migrator. Includes convenience scripts to set environment variables, start/stop spark master and slaves, as well as spark-submit jobs.

Limitations:

pdbossman commented 3 weeks ago

@tarzanek see the commits submitted to address review comments. I've also updated the readme to more thoroughly describe the process.

tarzanek commented 2 weeks ago

thank you, this is a good start