You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ryu Kobayashi (JIRA)" <ji...@apache.org> on 2016/06/28 05:52:57 UTC

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

Ryu Kobayashi created HIVE-14115:
------------------------------------

             Summary: 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


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)