Skip to content

[SPARK-16453] [BUILD] release-build.sh is missing hive-thriftserver for scala 2.10 #14108

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

Closed
wants to merge 2 commits into from
Closed

Conversation

yhuai
Copy link
Contributor

@yhuai yhuai commented Jul 8, 2016

What changes were proposed in this pull request?

This PR adds hive-thriftserver profile to scala 2.10 build created by release-build.sh.

@yhuai
Copy link
Contributor Author

yhuai commented Jul 8, 2016

cc @JoshRosen @rxin

@@ -258,7 +258,7 @@ if [[ "$1" == "publish-snapshot" ]]; then
-Phive-thriftserver deploy
./dev/change-scala-version.sh 2.10
$MVN -DzincPort=$ZINC_PORT -Dscala-2.10 --settings $tmp_settings \
-DskipTests $PUBLISH_PROFILES clean deploy
-DskipTests $PUBLISH_PROFILES -Phive-thriftserver clean deploy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be in PUBLISH_PROFILES?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. I think the only reason that it wasn't there to begin with was because Scala 2.11 didn't always support the Hive ThriftServer. Let's move it there and also update line 258.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right. Let me move it to there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@yhuai
Copy link
Contributor Author

yhuai commented Jul 8, 2016

@srowen Does it look good?

@JoshRosen
Copy link
Contributor

LGTM

@yhuai
Copy link
Contributor Author

yhuai commented Jul 8, 2016

Thanks. Merging to master and branch 2.0.

asfgit pushed a commit that referenced this pull request Jul 8, 2016
…r scala 2.10

## What changes were proposed in this pull request?
This PR adds hive-thriftserver profile to scala 2.10 build created by release-build.sh.

Author: Yin Huai <yhuai@databricks.com>

Closes #14108 from yhuai/SPARK-16453.

(cherry picked from commit 60ba436)
Signed-off-by: Yin Huai <yhuai@databricks.com>
@asfgit asfgit closed this in 60ba436 Jul 8, 2016
@SparkQA
Copy link

SparkQA commented Jul 8, 2016

Test build #61998 has finished for PR 14108 at commit 5327a5b.

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

@SparkQA
Copy link

SparkQA commented Jul 8, 2016

Test build #61999 has finished for PR 14108 at commit 35ab3f2.

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

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.

4 participants