Branch: refs/heads/8.4.x
Home:
https://github.com/teiid/teiid
Commit: 3b799fec6206c6ac9e9d018943a5ee447e6b2b1b
https://github.com/teiid/teiid/commit/3b799fec6206c6ac9e9d018943a5ee447e6...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
A build/kits/jboss-as7/docs/teiid/datasources/hive/hive2.xml
R
build/kits/jboss-as7/docs/teiid/datasources/hive/modules/org/apache/hadoop/hive/main/module.xml
A
build/kits/jboss-as7/docs/teiid/datasources/hive/modules/system/layers/base/org/apache/hadoop/hive/main/module.xml
M build/kits/jboss-as7/docs/teiid/datasources/hive/readme.txt
M
connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java
M
connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveMetadataProcessor.java
Log Message:
-----------
TEIID-2671: issues
1) Hive 0.11 driver can return the types names with spaces appended to it, to trimming
them before the checking for defined type is required to detect correct runtime type
2) 0.71 driver when originally the translator developed it looks like in
resultset.getTimestamp(index, cal) method cal parameter is ignored, and in 0.11 this
method is written as not supported
3) correction for above was required to retrive the timestamp value correctly
4) Since we are recommending 0.11, updated the module.xml with correct version numbers in
the documents section
5) Hive also released Hive2 driver where the driver class is
org.apache.hive.jdbc.HiveDriver, provided ds example for this driver in docs section
6) tested with both drivers against the local and gss database
Commit: 01ad9dc5e78110e1f1ba7105651207546996a258
https://github.com/teiid/teiid/commit/01ad9dc5e78110e1f1ba710565120754699...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
A build/kits/jboss-as7/docs/teiid/datasources/hive/hive2.xml
R
build/kits/jboss-as7/docs/teiid/datasources/hive/modules/org/apache/hadoop/hive/main/module.xml
A
build/kits/jboss-as7/docs/teiid/datasources/hive/modules/system/layers/base/org/apache/hadoop/hive/main/module.xml
M build/kits/jboss-as7/docs/teiid/datasources/hive/readme.txt
M
connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveExecutionFactory.java
M
connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveMetadataProcessor.java
Log Message:
-----------
Merge pull request #120 from rareddy/TEIID-2671
Teiid 2671
Compare:
https://github.com/teiid/teiid/compare/3eef3fa42997...01ad9dc5e781