Re: spark-ec2 can't initialize spark-standalone module

2014-10-08 Thread Shivaram Venkataraman
There is a check to see if init.sh file exists (` if [[ -e $module/init.sh ]]; then`), so it just won't get called. Regarding spark-standalone not having a init.sh that is because we dont have any initialization work to do for it (its not necessary for all modules to have a init.sh) as the spark m

spark-ec2 can't initialize spark-standalone module

2014-10-08 Thread Nicholas Chammas
This line in setup.sh initializes several modules, which are defined here . # Install / Init module