[
https://issues.apache.org/jira/browse/PIG-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Nadgire updated PIG-3201:
--------------------------------
Description:
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] ^
.
.
.
[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.
was:
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.
> 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] ^
> .
> .
> .
> [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