amplab / spark-ec2

Scripts used to setup a Spark cluster on EC2
Apache License 2.0
392 stars 299 forks source link

Cluster is created but Spark is not able to installed in ec2 master and slaves #107

Open naitik18 opened 7 years ago

naitik18 commented 7 years ago

./spark-standalone/setup.sh: line 22: /root/spark/sbin/stop-all.sh: No such file or directory ./spark-standalone/setup.sh: line 27: /root/spark/sbin/start-master.sh: No such file or directory ./spark-standalone/setup.sh: line 33: /root/spark/sbin/start-slaves.sh: No such file or directory

I am getting this error while setup clustered . Cluster was created but spark folder has only conf/spar-env.sh file

shreyapandit commented 7 years ago