Support for latest Spark version in oozie workflow xml#110
Open
sushrutikhar wants to merge 6 commits intoInMobi:developfrom
Open
Support for latest Spark version in oozie workflow xml#110sushrutikhar wants to merge 6 commits intoInMobi:developfrom
sushrutikhar wants to merge 6 commits intoInMobi:developfrom
Conversation
|
@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. |
added 2 commits
July 26, 2018 21:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
inorder to specify the latest version of spark in oozie action specify as:
<version>0</version>