You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Niels Basjes (JIRA)" <ji...@apache.org> on 2015/05/02 23:10:06 UTC

[jira] [Created] (PIG-4530) StackOverflow in TestMultiQueryLocal running under hadoop20

Niels Basjes created PIG-4530:
---------------------------------

             Summary: StackOverflow in TestMultiQueryLocal running under hadoop20
                 Key: PIG-4530
                 URL: https://issues.apache.org/jira/browse/PIG-4530
             Project: Pig
          Issue Type: Bug
            Reporter: Niels Basjes
            Assignee: Niels Basjes


If you run the command {{ant -Djavac.args="-Xlint -Xmaxwarns 1000" clean jar test-commit}}
as indicated here https://cwiki.apache.org/confluence/display/PIG/HowToContribute

The result is a failed build caused by Stack overflow due to an unintended infinite recursion in setting up the MiniCluster.

It looks like the cause is that  {{shims/test/hadoop20/org/apache/pig/test/MiniCluster.java}} does not override the {{static public Launcher getLauncher()}} method.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)