-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24044/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-7529
    https://issues.apache.org/jira/browse/HIVE-7529


Repository: hive-git


Description
-------

$ 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;


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/Context.java 74b4711 
  ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java 7d62f45 
  ql/src/java/org/apache/hadoop/hive/ql/exec/mr/ExecDriver.java 8604c5e 
  ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.java 77f56c1 
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java c0322fb 
  ql/src/java/org/apache/hadoop/hive/ql/parse/ImportSemanticAnalyzer.java 
83b6304 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d38270c 

Diff: https://reviews.apache.org/r/24044/diff/


Testing
-------


Thanks,

Navis Ryu

Reply via email to