-
Notifications
You must be signed in to change notification settings - Fork 297
add java 8 to image creation script; remove duplication #12
base: branch-1.5
Are you sure you want to change the base?
Conversation
This is a neat PR. @shivaram - What is the likelihood that a new set of spark-ec2 AMIs will ever be generated? Do we want to mark files like |
I think we will do a round of AMI generation for Spark 2.0 -- this will give us a chance to upgrade to Java 8, Scala 2.11 etc. Does this sound good ? |
Any plans on this? |
Unfortunately I haven't had the time to get around to this yet. I will try to get to it soon or check if there is somebody else interested in helping out with this. |
Hi, I've tested it, but didn't work for me. It seems the 'create_image.sh' file wasn't run on any node. Maybe it needs to be called.
|
@pcandido, this won't run automatically. You manually need to:
Of course, someone can do this process, create a public AMI and make it the default in the spark-ec2 scripts. This is what is really missing here. |
The way we solved this in Flintrock is to dynamically install Java 8 at launch time if it isn't detected on the instance. That avoids the lengthy process of needing to create new AMIs and, at least for Flintrock, it didn't add much time to the launch. |
Thats very useful to know @nchammas - In that case I'd be fine with a change to |
No description provided.