java - maven-compiler-plugin Compilation Failure trying to build HDFS -


i'm trying build hdfs distribution. however, can't past mvn clean install got

failed execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project hadoop-hdfs: compilation failure: compilation failure: 

and followed lot of compile error. such as

[error] failed execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project hadoop-hdfs: compilation failure: compilation failure: [error] /users/janinkuwijitsuwan/desktop/hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolpb/pbhelper.java:[2405,12] constructor fileencryptioninfo in class org.apache.hadoop.fs.fileencryptioninfo cannot applied given types; [error] required: org.apache.hadoop.crypto.ciphersuite,org.apache.hadoop.crypto.cryptoprotocolversion,byte[],byte[],java.lang.string,java.lang.string [error] found: org.apache.hadoop.crypto.ciphersuite,byte[],byte[],java.lang.string [error] reason: actual , formal argument lists differ in length [error] /users/janinkuwijitsuwan/desktop/hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/dfsclient.java:[1322,50] method createfordecryption in class org.apache.hadoop.crypto.key.keyprovidercryptoextension.encryptedkeyversion cannot applied given types; [error] required: java.lang.string,java.lang.string,byte[],byte[] 

here mvn --version

apache maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22t20:57:37+09:00) maven home: /usr/local/cellar/maven/3.3.3/libexec java version: 1.8.0_73, vendor: oracle corporation java home: /library/java/javavirtualmachines/jdk1.8.0_73.jdk/contents/home/jre default locale: en_us, platform encoding: utf-8 os name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac" 

here link hadoop-hdfs/pom.xml

https://www.dropbox.com/s/6bov72gk4lidg5b/pom.xml?dl=0


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -