You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/16 16:58:02 UTC

[jira] [Work logged] (HIVE-13170) HiveAccumuloTableOutputFormat should implement HiveOutputFormat to ensure compatibility

     [ https://issues.apache.org/jira/browse/HIVE-13170?focusedWorklogId=446739&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446739 ]

ASF GitHub Bot logged work on HIVE-13170:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Jun/20 16:57
            Start Date: 16/Jun/20 16:57
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #66:
URL: https://github.com/apache/hive/pull/66#issuecomment-644888550


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 446739)
    Remaining Estimate: 0h
            Time Spent: 10m

> HiveAccumuloTableOutputFormat should implement HiveOutputFormat to ensure compatibility
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-13170
>                 URL: https://issues.apache.org/jira/browse/HIVE-13170
>             Project: Hive
>          Issue Type: Bug
>          Components: Accumulo Storage Handler
>    Affects Versions: 1.2.1, 2.0.0
>            Reporter: Teng Qiu
>            Assignee: Teng Qiu
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)