-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[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
Conversation
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@srowen Does it look good? |
LGTM |
Thanks. Merging to master and branch 2.0. |
…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>
Test build #61998 has finished for PR 14108 at commit
|
Test build #61999 has finished for PR 14108 at commit
|
What changes were proposed in this pull request?
This PR adds hive-thriftserver profile to scala 2.10 build created by release-build.sh.