GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/31
Apache Hive support
This PR adds support for Apache Hive via the existing JDBC module.
To do this I had to introduce a new "isTransactional()" flag on
IQueryRewriter since commit calls on Hive is not supported.
I also did some cleanup of Hadoop dependencies because I saw Hadoop version
conflicts inbetween the "hadoop", "hbase" and now the "jdbc" modules. This
caused the Hive connection to fail with class loading issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel feature/hive-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/31.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 #31
----
commit 007ef51b14ce006a7a088b3c3223e5b855b7be8b
Author: Kasper Sørensen <[email protected]>
Date: 2015-07-12T09:08:39Z
Added support for Apache Hive via the MetaModel JDBC module
commit e454e133ee0e77b95eaf1ed6b2c92da8a5fdbbeb
Author: Kasper Sørensen <[email protected]>
Date: 2015-07-12T09:10:32Z
Added missing apache license header
----
---
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.
---