----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7196/ -----------------------------------------------------------
Review request for hive, Carl Steinbach and Ashutosh Chauhan. Description ------- If the class path size is more than 8K then we can’t set the environment variable so some of the test cases are failing on Windows. Remove the duplicate JAR entries from the class path to reduce the chance of exceeding the 8K limit. This addresses bug HIVE-3494. https://issues.apache.org/jira/browse/HIVE-3494 Diffs ----- trunk/jdbc/build.xml 1388156 Diff: https://reviews.apache.org/r/7196/diff/ Testing ------- Tested it on both Windows as well as on Unix Thanks, Kanna Karanam