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 Chen (JIRA)" <ji...@apache.org> on 2014/07/01 10:28:25 UTC

[jira] [Commented] (HIVE-5976) Decouple input formats from STORED as keywords

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

David Chen commented on HIVE-5976:
----------------------------------

I have posted a new patch that should fix some of the tests. Some of the test failures appear to be caused by slightly different output that Hive now prints due to this patch. The changes should fix the following tests:

{{org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_ctas}}
{{org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_ctas}}

Test failed because output files expected old parse tree dump.

{{org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fileformat_bad_class}}

Hive now outputs {{FAILED: SemanticException Cannot find class 'ClassDoesNotExist'}} if SerDe class is not found.

{{org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_genericFileFormat}}

Hive now prints format name in all caps in quotes.

I am still looking into the other test failures.

> Decouple input formats from STORED as keywords
> ----------------------------------------------
>
>                 Key: HIVE-5976
>                 URL: https://issues.apache.org/jira/browse/HIVE-5976
>             Project: Hive
>          Issue Type: Task
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: HIVE-5976.2.patch, HIVE-5976.3.patch, HIVE-5976.3.patch, HIVE-5976.patch, HIVE-5976.patch, HIVE-5976.patch, HIVE-5976.patch
>
>
> As noted in HIVE-5783, we hard code the input formats mapped to keywords. It'd be nice if there was a registration system so we didn't need to do that.



--
This message was sent by Atlassian JIRA
(v6.2#6252)