[
https://issues.apache.org/jira/browse/TAJO-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375489#comment-14375489
]
ASF GitHub Bot commented on TAJO-1442:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/453
TAJO-1442: Improve Hive Compatibility
I refactored HCatalogStore to HiveCatalogStore. And I added more hive
profiles as follows: hive 0.14.0, hive 1.0.0, hive 1.1.0.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1442
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/453.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 #453
----
commit 7eab015c7471866d89a79057fc750332072c2f0a
Author: JaeHwa Jung <[email protected]>
Date: 2015-03-23T07:22:41Z
TAJO-1442: Improve Hive Compatibility
----
> Improve Hive Compatibility
> --------------------------
>
> Key: TAJO-1442
> URL: https://issues.apache.org/jira/browse/TAJO-1442
> Project: Tajo
> Issue Type: Improvement
> Components: catalog
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
>
> Currently, Hive has been released to 1.1.0. Also from Hive 0.14.0, it changed
> hcatalog package name. But Tajo just provides hive 0.12.0 and hive 0.13.1.
> Thus, we need to improve hive compatibility. For this issue, I’ll remove
> hcatalog dependency. It’s not problem because hcatalog just has been used to
> find hive data types and Tajo can find right data types with Hive
> serdeConstants.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)