[teiid-commits] [teiid/teiid] 112c27: TEIID-2671: issues

Ramesh Reddy rareddy at jboss.org
Tue Sep 24 17:10:45 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: 112c2710a6d018aed742f6e5186d9a1cf283b0fa
      https://github.com/teiid/teiid/commit/112c2710a6d018aed742f6e5186d9a1cf283b0fa
  Author: Ramesh Reddy <rareddy at 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: 8b0dd568107ef8f09e64cd7d6dec356d0616588d
      https://github.com/teiid/teiid/commit/8b0dd568107ef8f09e64cd7d6dec356d0616588d
  Author: Ramesh Reddy <rareddy at 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 #121 from rareddy/TEIID-2671

TEIID-2671: issues


Compare: https://github.com/teiid/teiid/compare/9141930594fb...8b0dd568107e


More information about the teiid-commits mailing list