[ https://issues.apache.org/jira/browse/HIVE-20678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640333#comment-16640333 ]
Alice Fan commented on HIVE-20678: ---------------------------------- Thanks [~ychena] very much for reviewing the patch. Because HiveOutputFormat is an interface extends interface OutputFormat. As HiveHBaseTableOutputFormat is going to implement HiveOutputFormat, so we will have to implements methods for both interfaces, which are getHiveRecordWriter() and getRecordWriter(). Let me know if you have any other feedback to help to improve the patch :) Thanks! > HiveHBaseTableOutputFormat should implement HiveOutputFormat to ensure > compatibility > ------------------------------------------------------------------------------------ > > Key: HIVE-20678 > URL: https://issues.apache.org/jira/browse/HIVE-20678 > Project: Hive > Issue Type: Bug > Components: HBase Handler, Hive, Spark > Affects Versions: 4.0.0 > Reporter: Alice Fan > Assignee: Alice Fan > Priority: Major > Attachments: HIVE-20678.1.patch, HIVE-20678.2.patch > > > This issue was caused by same reason described in > https://issues.apache.org/jira/browse/HIVE-11166. As the original Jira seems > to be abandoned, so create this one to resolve the issue. > HiveHBaseTableOutputFormat does not implemented HiveOutputFormat, it will > break the compatibility in spark's API when it is using hive. -- This message was sent by Atlassian JIRA (v7.6.3#76005)