----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16796/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-6152 https://issues.apache.org/jira/browse/HIVE-6152 Repository: hive Description ------- Support viewfs for insert queries. Diffs ----- trunk/ql/src/java/org/apache/hadoop/hive/ql/Context.java 1557174 trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.java 1557174 trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java 1557174 Diff: https://reviews.apache.org/r/16796/diff/ Testing ------- Manually tested on viewfs cluster with /tmp mounted on different NN and /user mounted on different one. Without patch, query used to fail. After patch, it passes. No easy way to unit test since viewfs minicluster is not supported. Also, new code triggers only for viewfs, existing behavior of writing to /tmp is preserved so regression suite is sufficient. Thanks, Ashutosh Chauhan