-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact #5429
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
LGTM - thanks for sending this. Jenkins, test this please. |
Test build #29911 has finished for PR 5429 at commit
|
Actually sorry - I realized a problem with this. We can't merge this right now. |
clean install | ||
|
||
./dev/change-version-to-2.11.sh | ||
|
||
build/mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \ | ||
-Dscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \ | ||
-Dscala-2.11 -Pyarn -Phive -Phive-thriftserver -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \ |
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.
Scala 2.11 does not support the thriftserver because there is a JLine conflict between Scala 2.11's repl and the Hive CLI that makes it not compile correctly. So we can only do it for 2.10 right now.
turned on hive-thriftserver profile in release script for scala 2.10
@pwendell Reopenning with an just 2.10 |
Jenkins, retest this please. LGTM |
Test build #29957 has finished for PR 5429 at commit
|
Jenkins, retest this please |
@pwendell are you still OK with this, for 1.4? seems not-crazy, except of course that now the project commits to publishing another artifact. I am not sure about the trade-offs there as I'm not so familiar with this module. |
Test build #30338 has finished for PR 5429 at commit
|
Can one of the admins verify this patch? |
@srowen thanks for pinging this. I will merge it. I ended up doing something manual for Spark 1.3.1 to allow us to publish this: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22spark-hive-thriftserver_2.10%22 |
turned on hive-thriftserver profile in release script Author: Misha Chernetsov <chernetsov@gmail.com> Closes #5429 from chernetsov/master and squashes the following commits: 9cc36af [Misha Chernetsov] [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact turned on hive-thriftserver profile in release script for scala 2.10 (cherry picked from commit 998aac2) Signed-off-by: Patrick Wendell <patrick@databricks.com>
turned on hive-thriftserver profile in release script Author: Misha Chernetsov <chernetsov@gmail.com> Closes apache#5429 from chernetsov/master and squashes the following commits: 9cc36af [Misha Chernetsov] [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact turned on hive-thriftserver profile in release script for scala 2.10
turned on hive-thriftserver profile in release script Author: Misha Chernetsov <chernetsov@gmail.com> Closes apache#5429 from chernetsov/master and squashes the following commits: 9cc36af [Misha Chernetsov] [SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact turned on hive-thriftserver profile in release script for scala 2.10
turned on hive-thriftserver profile in release script