Skip to content
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

Support for latest Spark version in oozie workflow xml #110

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

sushrutikhar
Copy link

@sushrutikhar sushrutikhar commented Jul 23, 2018

inorder to specify the latest version of spark in oozie action specify as:
<version>0</version>

@pallavi-rao
Copy link

@sushrutikhar As discussed, we shouldn't be doing multiple Launchers, unless the client API's backward compatibility is severely broken by Spark.

We should de-couple the Launcher from sharelib and allow users to choose the sharelib that needs to be loaded at runtime. This way, movement across minor releases will be easy and all the Oozie admin needs to do is just add a new sharelib and update the sharelibs (no Oozie release required). Also, the users will be free to move to the version of their choice at their pace.

Please make changes along these lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants