Skip to content

Conversation

@yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Feb 1, 2018

What changes were proposed in this pull request?

When we specified a wrong profile to make a spark distribution, such as -Phadoop1000, we will get an odd package named like spark-[WARNING] The requested profile "hadoop1000" could not be activated because it does not exist.-bin-hadoop-2.7.tgz, which actually should be "spark-$VERSION-bin-$NAME.tgz"

How was this patch tested?

before

build/mvn help:evaluate -Dexpression=scala.binary.version -Phadoop1000 2>/dev/null | grep -v "INFO" | tail -n 1
[WARNING] The requested profile "hadoop1000" could not be activated because it does not exist.
build/mvn help:evaluate -Dexpression=project.version -Phadoop1000 2>/dev/null | grep -v "INFO" | tail -n 1
[WARNING] The requested profile "hadoop1000" could not be activated because it does not exist.

after

 build/mvn help:evaluate -Dexpression=project.version -Phadoop1000 2>/dev/null | grep  -v "INFO" | grep -v "WARNING" | tail -n 1
2.4.0-SNAPSHOT
build/mvn help:evaluate -Dexpression=scala.binary.version -Dscala.binary.version=2.11.1 2>/dev/null | grep  -v "INFO" | grep -v "WARNING" | tail -n 1
2.11.1

@cloud-fan @srowen

@SparkQA
Copy link

SparkQA commented Feb 1, 2018

Test build #86920 has finished for PR 20469 at commit 15d67ee.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Feb 1, 2018

Test build #4087 has finished for PR 20469 at commit 15d67ee.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in eefec93 Feb 2, 2018
@srowen
Copy link
Member

srowen commented Feb 2, 2018

Merged to master

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.

3 participants