--spark-ec2-compressed option added.#42
Conversation
|
Could you explain the motivation for this change ? |
|
I worked for a company that has a private GitLab, it was useful to me to have this feature because I cannot access the GitLab from the outside. It could be nice to have an alternative to GitHub, if there is any problem with GitHub or the repository, you could continue to deploy cluster without wasting time. |
|
Hmm - but the |
|
It doesn't assume the situation where the master has no access to the Internet. But those cases:
|
|
In that case can we simplify this and just take a URL to a tgz that can be used to do |
|
Super idea 👍 ! So we can remove |
|
To be more conservative I'd make the zip file path a command line option and if the option is present, we can use |
Description
--spark-ec2-compressedoption enables to precise a compressed version of spark-ec2. This option is an alternative to cloning spark-ec2 from GitHub.Accepted compression format
.tar, .tar.gz, .tar.bz2, .tar.xz