You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/19 12:35:47 UTC

[GitHub] [incubator-hudi] rongyousu opened a new issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] vinothchandar commented on issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on 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#issuecomment-576058818
 
 
   @rongyousu 2.4.0 is a really old hadoop version and the Hudi code may be using newer APIs and hadoop does not always provide backwards compatible ways for this.. Are you able to try a higher version like 2.6/2.7? even spark may not work at these  old hadoop versions

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] rongyousu closed issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1

Posted by GitBox <gi...@apache.org>.
rongyousu closed 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
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] rongyousu commented on issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1

Posted by GitBox <gi...@apache.org>.
rongyousu commented on 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#issuecomment-576244269
 
 
   ok ,thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-hudi] rongyousu commented on issue #1254: mvn clean package -DskipTests -DskipITs -Dhadoop.version=2.4.0 -Dhive.version=2.1.1

Posted by GitBox <gi...@apache.org>.
rongyousu commented on 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#issuecomment-576000413
 
 
   why the hadoop=2.4.0  can't  mvn ,how can i do ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services