Change build profile in release script for binary package#618
Closed
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Closed
Change build profile in release script for binary package#618Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Conversation
Member
|
looks good. thanks, I guess I missed it |
Member
|
Thank you, great catch! Will merge here and to branch-0.5.6 asap if there is no other discussion |
asfgit
pushed a commit
that referenced
this pull request
Jan 11, 2016
### What is this PR for? Change embedded Spark dependency in binary package for the release from 1.5 to 1.6. ### What type of PR is it? Improvement ### Todos ### Is there a relevant Jira issue? ### How should this be tested? build package using dev/create_release.sh and run created package with default configuration. And see output of 'sc.version' if it is based on spark 1.6 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #618 from Leemoonsoo/create_release.sh and squashes the following commits: dc4e2a3 [Lee moon soo] change build profile for binary package release from -Pspark-1.5 to -Pspark-1.6 (cherry picked from commit 061a55f) Signed-off-by: Alexander Bezzubov <[email protected]>
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.
What is this PR for?
Change embedded Spark dependency in binary package for the release from 1.5 to 1.6.
What type of PR is it?
Improvement
Todos
Is there a relevant Jira issue?
How should this be tested?
build package using dev/create_release.sh and run created package with default configuration. And see output of 'sc.version' if it is based on spark 1.6
Screenshots (if appropriate)
Questions: