You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/07/10 17:23:10 UTC

[jira] [Updated] (HIVE-14115) Custom FetchFormatter is not supported

     [ https://issues.apache.org/jira/browse/HIVE-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-14115:
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.2.0
           Status: Resolved  (was: Patch Available)

Committed to master. Thanks, Ryu!

> Custom FetchFormatter is not supported
> --------------------------------------
>
>                 Key: HIVE-14115
>                 URL: https://issues.apache.org/jira/browse/HIVE-14115
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Ryu Kobayashi
>            Assignee: Ryu Kobayashi
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: HIVE-14115.01.patch
>
>
> The following code is supported only FetchFormatter of ThriftFormatter and DefaultFetchFormatter. It can not be used Custom FetchFormatter.
> {code}
>         if (SessionState.get().isHiveServerQuery()) {
>           conf.set(SerDeUtils.LIST_SINK_OUTPUT_FORMATTER,ThriftFormatter.class.getName());
>         } else {
>           conf.set(SerDeUtils.LIST_SINK_OUTPUT_FORMATTER, DefaultFetchFormatter.class.getName());
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)