You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Szehon Ho (JIRA)" <ji...@apache.org> on 2015/04/28 03:25:06 UTC

[jira] [Created] (HIVE-10514) Fix MiniCliDriver tests failure

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)