-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact #3766
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
|
Can one of the admins verify this patch? |
|
This doesn't really seem related to SPARK-3816... |
|
I commented on the JIRA - but we removed this intentionally. It would be helpful to understand why you are linking against this in Maven. It's typically used when building Spark distributions. |
|
The correct JIRA is https://issues.apache.org/jira/browse/SPARK-4925 |
467f570 to
15f2e38
Compare
|
We integrate Spark hive-thriftserver with Cassandra by downloading the hive-thriftserver by build.xml and copying it to class path. Currently/temporarily we publish it to our private repository, but we hope we don't need maintain the artifact at our private repo and have to build it each time for a new release. Publish it to public maven repository will help a lot for us. |
|
@pwendell Would like to add another (not so sound) reason for a user to link against the Thrift server, which is the |
pom.xml
Outdated
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.
This should be removed - we only want this enabled with the -Phive-thriftserver profile. We always enable that profile when publishing artifacts.
|
Okay - makes sense. There is one incorrect change in here, but once that's removed we can merge this. |
|
I removed it. |
|
ok to test |
|
Test build #25183 has started for PR 3766 at commit
|
|
Test build #25183 has finished for PR 3766 at commit
|
|
Test PASSed. |
Author: Alex Liu <[email protected]> Closes #3766 from alexliu68/SPARK-SQL-4925 and squashes the following commits: 3137b51 [Alex Liu] [SPARK-4925][SQL] Remove sql/hive-thriftserver module from pom.xml 15f2e38 [Alex Liu] [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact (cherry picked from commit 1e56eba) Signed-off-by: Michael Armbrust <[email protected]>
|
Thanks! Merged to master and branch-1.2. @pwendell is going to publish sometime later this weekend. |
|
I can't find the artifact in http://mvnrepository.com/artifact/org.apache.spark Any reason why it hasn't been published yet? |
|
It probably got overlooked. The module needs to be published manually since it's not a default module in the root pom. |
No description provided.