scylladb / scylla-migrator

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

Fix spark-master-hostname reference in ansible readme section #153

Open pdbossman opened 2 weeks ago

pdbossman commented 2 weeks ago

There are a couple of references in Readme.Md that don't render well in git/markdown: http://:8080 http:// :4040

We should change these to: http://YOUR-SPARK-MASTER-HOSTNAME:8080 http://YOUR-SPARK-MASTER-HOSTNAME:4040