GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/132
TAJO-1027: Upgrade Hive to 0.13.0 and 0.13.1
You can build this patch as follows:
- mvn clean install -Dhadoop.version=2.4.0 -Phcatalog-0.13.0
- mvn clean install -Dhadoop.version=2.4.0 -Phcatalog-0.13.1
In hive 0.13.0, hcatalog core jar file name has been changed from
hcatalog-core-0.12.0.jar to hive-hcatalog-core-0.13.1.jar. So, I updated tajo
shell to avoid ClassNotFoundException.
For reference, I found that tajo queries ran successfully on hive-0.13.0
and hive-0.13.1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1027
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/132.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 #132
----
commit 7c98709f0fcb06dfb675acae3d6489a6126f55b5
Author: jinossy <[email protected]>
Date: 2014-08-06T08:43:35Z
TAJO-995: HiveMetaStoreClient wrapper should retry the connection
commit 415d0867ae4a4543f47360294bead1fc7f41e292
Author: Jaehwa Jung <[email protected]>
Date: 2014-08-10T06:07:24Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit 7a7b4fd26f61df89cacdb4fc41faf9c2abe456b2
Author: Jaehwa Jung <[email protected]>
Date: 2014-08-11T02:28:48Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit 45f5ed3adba931f4706f26dda1d3c03240ee11d3
Author: Jaehwa Jung <[email protected]>
Date: 2014-08-11T05:40:25Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit aa01e83859ef553ac4eb90c1678e3bc6be20c6c9
Author: Jaehwa Jung <[email protected]>
Date: 2014-08-18T09:56:24Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit b33a94509c1a007b56785435c8e16640ffde91b7
Author: Jaehwa Jung <[email protected]>
Date: 2014-09-04T02:14:19Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
commit 9147f43f12931bdb80fb09e31fbeb266045e2e0a
Author: Jaehwa Jung <[email protected]>
Date: 2014-09-04T05:56:40Z
TAJO-1027: Upgrade Hive to 0.13.0 and 0.13.1
----
---
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.
---