You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2016/05/16 19:44:13 UTC

[jira] [Commented] (HIVE-13736) View's input/output formats are TEXT by default

    [ https://issues.apache.org/jira/browse/HIVE-13736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15285162#comment-15285162 ] 

Yongzhi Chen commented on HIVE-13736:
-------------------------------------

In the current implementation, view file format is hard-coded as Sequencefile.
I will implement view default format the same way as table and index:
Getting the default format for view from hive.default.fileformat and hive.default.fileformat.managed

If hive.default.fileformat.managed is not none, use its value as default fileformat, otherwise use hive.default.fileformat's value.
The default value for hive.default.fileformat.managed is None
The default value for hive.default.fileformat is TextFile.

> View's input/output formats are TEXT by default
> -----------------------------------------------
>
>                 Key: HIVE-13736
>                 URL: https://issues.apache.org/jira/browse/HIVE-13736
>             Project: Hive
>          Issue Type: New Feature
>          Components: Hive
>    Affects Versions: 1.2.1
>            Reporter: Pavas Garg
>            Assignee: Yongzhi Chen
>            Priority: Minor
>
> Feature request where Hive View's input/output formats are text by default in order to help 3rd party compatibility



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