GitHub user scwf opened a pull request:
https://github.com/apache/spark/pull/2685
[SPARK-3826][SQL]enable hive-thriftserver to support hive-0.13.1
In #2241 hive-thriftserver is not enabled. This patch enable
hive-thriftserver to support hive-0.13.1 by using a shim layer refer to #2241.
1 A light shim layer(code in sql/hive-thriftserver/hive-version) for each
different hive version to handle api compatibility
2 New pom profiles "hive-default" and "hive-versions"(copy from #2241) to
activate different hive version
3 SBT cmd for different version as follows:
hive-0.12.0 --- sbt/sbt -Phive,hadoop-2.3 assembly
hive-0.13.1 --- sbt/sbt -Phive,hadoop-2.3 -Dhive.version=0.13.1 assembly
4 Since hive-thriftserver depend on hive subproject, this patch should be
merged with #2241 to enable hive-0.13.1 for hive-thriftserver
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scwf/spark shim-thriftserver1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2685.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2685
----
commit a956e92b92079f50bd4fc466e60a6324b30bc857
Author: scwf <[email protected]>
Date: 2014-10-06T23:54:15Z
draft to enable hive-thriftserver support hive0.13.1
commit 3a08b14710e7b5649c6de5406c257ce8d59dc8e0
Author: scwf <[email protected]>
Date: 2014-10-07T00:45:27Z
code format
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]