You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Chetan Nadgire (JIRA)" <ji...@apache.org> on 2013/02/20 22:17:13 UTC

[jira] [Created] (PIG-3201) pigunit build failures on 0.11 branch

Chetan Nadgire created PIG-3201:
-----------------------------------

             Summary: pigunit build failures on 0.11 branch
                 Key: PIG-3201
                 URL: https://issues.apache.org/jira/browse/PIG-3201
             Project: Pig
          Issue Type: Bug
          Components: build
    Affects Versions: 0.11
            Reporter: Chetan Nadgire


compilation is failing for pigunit-jar with following error:

[javac]   symbol:   method getFileSystem()
[javac]   location: variable cluster of type MiniCluster
[javac] /homes/chetann/pigunit/branches/branch-0.11/test/org/apache/pig/test/TestCounters.java:532: error: cannot find symbol
[javac]         cluster.getFileSystem().delete(new Path("/tmp/outout2"), true);
.
.
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 1 warning

BUILD FAILED
/homes/chetann/pigunit/branches/branch-0.11/build.xml:497: The following error occurred while executing this line:
/homes/chetann/pigunit/branches/branch-0.11/build.xml:531: Compile failed; see the compiler error output for details.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira