rongyousu opened a new issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1 URL: https://github.com/apache/incubator-hudi/issues/1254 [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ hudi-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 178 source files to /tol/app/hudi/incubator-hudi/hudi-common/target/classes [INFO] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java: Some input files use or override a deprecated API. [INFO] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java: Recompile with -Xlint:deprecation for details. [INFO] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java: Some input files use unchecked or unsafe operations. [INFO] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[44,28] cannot find symbol symbol: class XAttrSetFlag location: package org.apache.hadoop.fs [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[791,70] cannot find symbol symbol: class XAttrSetFlag location: class org.apache.hudi.common.io.storage.HoodieWrapperFileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[670,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[672,15] cannot find symbol symbol: method access(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.permission.FsAction) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[700,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[702,22] method getFileChecksum in class org.apache.hadoop.fs.FileSystem cannot be applied to given types; required: org.apache.hadoop.fs.Path found: org.apache.hadoop.fs.Path,long reason: actual and formal argument lists differ in length [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[785,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[787,15] cannot find symbol symbol: method setXAttr(org.apache.hadoop.fs.Path,java.lang.String,byte[]) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[790,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[795,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[797,22] cannot find symbol symbol: method getXAttr(org.apache.hadoop.fs.Path,java.lang.String) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[800,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[802,22] cannot find symbol symbol: method getXAttrs(org.apache.hadoop.fs.Path) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[805,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[807,22] cannot find symbol symbol: method getXAttrs(org.apache.hadoop.fs.Path,java.util.List<java.lang.String>) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[810,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[812,22] cannot find symbol symbol: method listXAttrs(org.apache.hadoop.fs.Path) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[815,3] method does not override or implement a method from a supertype [ERROR] /tol/app/hudi/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/io/storage/HoodieWrapperFileSystem.java:[817,15] cannot find symbol symbol: method removeXAttr(org.apache.hadoop.fs.Path,java.lang.String) location: variable fileSystem of type org.apache.hadoop.fs.FileSystem
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
