Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.7, trunk
-
None
-
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
- relates to
-
FALCON-417 Upgrade Hive and HCatalog to latest stable version
- Resolved