Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.1, 2.0.0
-
None
Description
this issue was caused by same reason described in https://issues.apache.org/jira/browse/HIVE-11166
both HiveAccumuloTableOutputFormat and HiveHBaseTableOutputFormat does not implemented HiveOutputFormat, it may break the compatibility in some other APIs that are using hive, such as spark's API.
spark expects the OutputFormat called by hive storage handler is some kind of HiveOutputFormat. which is totally reasonable.
and since they are OutputFormat for hive storage handler, they should not only extend the 3rd party OutputFormat (AccumuloOutputFormat or hbase.TableOutputFormat), but also implement HiveOutputFormat interface.
Attachments
Issue Links
- relates to
-
HIVE-11166 HiveHBaseTableOutputFormat can't call getFileExtension(JobConf jc, boolean isCompressed, HiveOutputFormat<?, ?> hiveOutputFormat)
- Resolved
- links to