Shwetha G S created FALCON-827:
----------------------------------
Summary: Build fails with hadoop-2.4.1
Key: FALCON-827
URL: https://issues.apache.org/jira/browse/FALCON-827
Project: Falcon
Issue Type: Bug
Reporter: Shwetha G S
Build with -Dhadoop.version=2.4.1 fails:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)
on project falcon-replication: Compilation failure: Compilation failure:
[ERROR]
/work/git/falcon-clone2/replication/src/main/java/org/apache/falcon/replication/FilteredCopyListing.java:[68,4]
error: method does not override or implement a method from a supertype
[ERROR]
/work/git/falcon-clone2/replication/src/main/java/org/apache/falcon/replication/CustomReplicator.java:[56,31]
error: cannot find symbol
[ERROR] class CustomReplicator
[ERROR]
/work/git/falcon-clone2/replication/src/main/java/org/apache/falcon/replication/CustomReplicator.java:[54,4]
error: method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
[ERROR]
{noformat}
distcp version shouldn't be same as hadoop version?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)