[SPARK-24685][BUILD][FOLLOWUP] Fix the nonexist profile name in release script#22434
Closed
jerryshao wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-24685][BUILD][FOLLOWUP] Fix the nonexist profile name in release script#22434jerryshao wants to merge 1 commit intoapache:masterfrom
jerryshao wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
@cloud-fan @vanzin , please help to review, thanks! |
Contributor
|
LGTM |
|
Test build #96107 has finished for PR 22434 at commit
|
HyukjinKwon
approved these changes
Sep 17, 2018
Contributor
|
thanks, merging to master/2.4! |
asfgit
pushed a commit
that referenced
this pull request
Sep 17, 2018
…se script ## What changes were proposed in this pull request? `without-hadoop` profile doesn't exist in Maven, instead the name should be `hadoop-provided`, this is a regression introduced by SPARK-24685. So here fix it. ## How was this patch tested? Local test. Closes #22434 from jerryshao/SPARK-24685-followup. Authored-by: jerryshao <sshao@hortonworks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit b66e14d) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
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 changes were proposed in this pull request?
without-hadoopprofile doesn't exist in Maven, instead the name should behadoop-provided, this is a regression introduced by SPARK-24685. So here fix it.How was this patch tested?
Local test.