You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "David Phillips (JIRA)" <ji...@apache.org> on 2008/12/26 15:59:44 UTC

[jira] Created: (HIVE-199) Support arbitrary output formats in FileSinkOperator

Support arbitrary output formats in FileSinkOperator
----------------------------------------------------

                 Key: HIVE-199
                 URL: https://issues.apache.org/jira/browse/HIVE-199
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: David Phillips
            Assignee: David Phillips


HIVE-177 introduces support for arbitrary file formats in CREATE TABLE, but FileSinkOperator does not yet support this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-199) Support arbitrary output formats in FileSinkOperator

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664037#action_12664037 ] 

Zheng Shao commented on HIVE-199:
---------------------------------

Several months ago we did try to make OutputFileFormat pluggable, however, OutputFileFormat does not expose an API to create a file with a given name (and the filename changes from 0.17 to 0.19 I think).

As a result, we switched back to hard-code the OutputFileFormats.


> Support arbitrary output formats in FileSinkOperator
> ----------------------------------------------------
>
>                 Key: HIVE-199
>                 URL: https://issues.apache.org/jira/browse/HIVE-199
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: David Phillips
>            Assignee: David Phillips
>            Priority: Critical
>
> HIVE-177 introduces support for arbitrary file formats in CREATE TABLE, but FileSinkOperator does not yet support this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-199) Support arbitrary output formats in FileSinkOperator

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HIVE-199:
-------------------------------

    Priority: Critical  (was: Major)

> Support arbitrary output formats in FileSinkOperator
> ----------------------------------------------------
>
>                 Key: HIVE-199
>                 URL: https://issues.apache.org/jira/browse/HIVE-199
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: David Phillips
>            Assignee: David Phillips
>            Priority: Critical
>
> HIVE-177 introduces support for arbitrary file formats in CREATE TABLE, but FileSinkOperator does not yet support this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.