----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27602/ -----------------------------------------------------------
(Updated Nov. 5, 2014, 11:47 p.m.) Review request for hive. Repository: hive-git Description ------- repro: mvn test -Phadoop-2 -Dmaven.surefire.debug -Dtest=TestCliDriverMethods#testprocessInitFiles setEnv tries to do JVM wide system variables changes, previous approach is not portable. Diffs (updated) ----- cli/src/test/org/apache/hadoop/hive/cli/TestCliDriverMethods.java 63668bc Diff: https://reviews.apache.org/r/27602/diff/ Testing ------- Tested on both Linux and Windows. Fixed the issue. Thanks, XIAOBING ZHOU