"code too large" seems to refer to a method that is larger than 64kb - http://stackoverflow.com/questions/2407912/code-too-large-compilation-error-in-java I wonder if some auto generated method is getting too large.
On Mon, Apr 13, 2015 at 11:20 PM, Szehon Ho <sze...@cloudera.com> wrote: > FYI, was just taking a brief look at the recent failing minimr tests and > found this exception when the build framework generates the tests: > > [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] > /home/hiveptest/54.147.211.107-hiveptest-0/apache-svn-trunk-source/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestCliDriver.java:[100,22] > code too large > > > I believe this is the command that it's running : > > timeout 2h mvn -B test > -Dmaven.repo.local=/home/hiveptest//54.166.80.165-hiveptest-0/maven > -Phadoop-2 -Phadoop-2 -Dtest=TestMinimrCliDriver > -Dminimr.query.files=infer_bucket_sort_map_operators.q,join1.q,bucketmapjoin7.q,udf_using.q > > > Thanks, > > Szehon