Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-946

Integrate Falcon with Hive/HCatalog version 0.13.0 or higher

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.7, trunk
    • None
    • common
    • None

    Description

      Currently, feeds and processes that access Hive tables fail when that table contains e.g. TIMESTAMP column. The error that you get is:

       IO error, Type timestamp not present
      

      This is because, Falcon is currently compiled with Hive 0.11

              <hive.version>0.11.0</hive.version>
      

      HCat 0.11 doesn't support TIMESTAMP types. TIMESTAMP type (as well as DATA, CHAR and a couple of more) was added in Hive 0.13.0 by https://issues.apache.org/jira/browse/HIVE-5814.

      Therefore, we should integrate Falcon with Hive/HCatalog version 0.13.0 or higher

      This will for example include:

      • switching imports from org.apache.hcatalog to org.apache.hive.hcatalog
      • updating version number in pom.xml files
      • and probably a couple of more changes.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kawaa Adam Kawa
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: