----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1731/ -----------------------------------------------------------
Review request for hive, Scott Chen and Ning Zhang. Summary ------- Added the -archives flag to the command run when a map reduce task is run locally. It runs essentially exactly as it does for the -files flag. This addresses bug HIVE-2428. https://issues.apache.org/jira/browse/HIVE-2428 Diffs ----- trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/MapRedTask.java 1164711 Diff: https://reviews.apache.org/r/1731/diff Testing ------- I run the unit test queries to verify nothing was broken. I also ran the query specified in the issues description and verified that information was returned for both files and archives in both local and non-local mode. Thanks, Kevin