Szehon Ho created HIVE-10514: -------------------------------- Summary: Fix MiniCliDriver tests failure Key: HIVE-10514 URL: https://issues.apache.org/jira/browse/HIVE-10514 Project: Hive Issue Type: Bug Components: Testing Infrastructure Reporter: Szehon Ho
The MinimrCliDriver tests always fail to run. This can be reproduced by the following, run the command: {noformat} mvn -B test -Phadoop-2 -Dtest=TestMinimrCliDriver -Dminimr.query.files=infer_bucket_sort_map_operators.q,join1.q,bucketmapjoin7.q,udf_using.q {noformat} And the following exception comes: {noformat} [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hive-it-qfile: Compilation failure [ERROR] /Users/szehon/repos/apache-hive-git/hive/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestCliDriver.java:[100,22] code too large {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)