-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new AMI fails to launch the spark cluster #227
Comments
Looks like you are using an AMI that does not have Python, which Flintrock requires. To work around this, you can use the Unless you are comfortable navigating these types of issues, I suggest sticking to the default Amazon Linux AMI. It will work out of the box. |
So why not check If not installed, then install it first. |
That's a good idea, and Flintrock already does this for things that are not commonly available by default like Java 8. But Python is available by default on almost every major Linux distribution I can think of. Flintrock also depends on yum, Bash, curl, and perhaps a few other commonly available tools. If someone wants to use a barebones AMI that doesn't include these basic tools, I think that's fine, but it should probably be on them to install the missing tools themselves. Looking at the documentation for this BigDL AMI though, I see that it's already supposed to include Python. So perhaps Python is indeed available, but under a different name like All that said, perhaps Flintrock should check for these remote dependencies explicitly, similar to how it does for local dependencies. |
I would like to run BigDL on spark cluster https://bigdl-project.github.io/master/#ProgrammingGuide/run-on-ec2/. The AMI is
ERROR info is:
My config is
The text was updated successfully, but these errors were encountered: