You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John (JIRA)" <ji...@apache.org> on 2014/07/30 04:20:38 UTC

[jira] [Commented] (HIVE-7529) load data query fails on hdfs federation + viewfs

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

John commented on HIVE-7529:
----------------------------

Thanks, Navis. Shall we modify ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java too?

> load data query fails on hdfs federation + viewfs
> -------------------------------------------------
>
>                 Key: HIVE-7529
>                 URL: https://issues.apache.org/jira/browse/HIVE-7529
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.13.1
>            Reporter: John
>            Assignee: Navis
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7529.1.patch.txt
>
>
> $ echo 111,222 >/tmp/testtable
> $ sudo -u hive hive
> hive> create table test (a int, b int) row format delimited fields terminated by ',' stored as textfile;
> OK
> Time taken: 2.355 seconds
> hive> load data local inpath '/tmp/testtable' overwrite into table test;



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