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/08/21 07:24:35 UTC

[GitHub] [hudi] ashishmgofficial opened a new issue #2006: Unable to build Hudi

ashishmgofficial opened a new issue #2006:
URL: https://github.com/apache/hudi/issues/2006


   Unable to build Hudi. Getting following error when executing : 
   
   `mvn clean package -DskipTests -DskipITs`
   
   
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project hudi-client: Compilation failure: Compilation failure: 
   [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:[414,45] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>>
   [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:[427,45] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>>
   [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/TestHoodieMergeOnReadTable.java:[1437,47] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>>
   ```


----------------------------------------------------------------
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



[GitHub] [hudi] ashishmgofficial commented on issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
ashishmgofficial commented on issue #2006:
URL: https://github.com/apache/hudi/issues/2006#issuecomment-678134884


   Im new here into Hudi. So trying to get what it supports and what not for considering it for my work. Maybe I will contribute sometime. But just interested to know when can we expect official spark 3.0.0 support in Hudi


----------------------------------------------------------------
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



[GitHub] [hudi] ashishmgofficial commented on issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
ashishmgofficial commented on issue #2006:
URL: https://github.com/apache/hudi/issues/2006#issuecomment-678128350


   Hi @bvaradar , i successfully built it now by switching from jdk11 to jdk8. Is it supposed to not support jdk11…?


----------------------------------------------------------------
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



[GitHub] [hudi] bvaradar commented on issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #2006:
URL: https://github.com/apache/hudi/issues/2006#issuecomment-678131367


   I think the community uses 1.8 predominantly so this has not been a major problem. Would you be interested in  making Hudi compatible with 11 ?


----------------------------------------------------------------
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



[GitHub] [hudi] bvaradar commented on issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #2006:
URL: https://github.com/apache/hudi/issues/2006#issuecomment-678125225


   Master seems to be green. So, its weird you are seeing compilation issue in tests. Are you running from the hudi root folder ?


----------------------------------------------------------------
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



[GitHub] [hudi] ashishmgofficial closed issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
ashishmgofficial closed issue #2006:
URL: https://github.com/apache/hudi/issues/2006


   


----------------------------------------------------------------
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



[GitHub] [hudi] bvaradar commented on issue #2006: [SUPPORT] Unable to build Hudi

Posted by GitBox <gi...@apache.org>.
bvaradar commented on issue #2006:
URL: https://github.com/apache/hudi/issues/2006#issuecomment-678148788


   Sounds good @ashishmgofficial . FYI : There is an open PR for bringing in support for Spark 3.0 


----------------------------------------------------------------
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