Hi,
The spark-ec2 scripts are missing from spark-2.0.0-preview. Is there a 
workaround available ? I tried to change the ec2 scripts to accomodate 
spark-2.0.0...If I call the release spark-2.0.0-preview, then it barfs because 
the command line argument : --spark-version=spark-2.0.0-preview  gets 
translated to spark-2.0.0-preiew (-v is taken as a switch)...If I call the 
release spark-2.0.0, then it cant find it in aws, since it looks for 
http://s3.amazonaws.com/spark-related-packages/spark-2.0.0-bin-hadoop2.4.tgz 
instead of  
http://s3.amazonaws.com/spark-related-packages/spark-2.0.0-preview-bin-hadoop2.4.tgz
Any ideas on how to make this work ? How can I tweak/hack the code to look for 
spark-2.0.0-preview in spark-related-packages ?
thanks

Reply via email to