You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- SPARK_HOME="/home/osboxes/Downloads/spark-3.2.2-bin-hadoop3.2"
- SPARK_MASTER="spark://osboxes:7077"
-
- "$SPARK_HOME"/sbin/start-master.sh
- SPARK_WORKER_INSTANCES=5 "$SPARK_HOME"/sbin/start-worker.sh "$SPARK_MASTER"
- docker run -d -p 9042:9042 cassandra
|