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/16 07:10:22 UTC

[GitHub] [incubator-hudi] tomas-sobotik opened a new issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

tomas-sobotik opened a new issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235
 
 
   Hello, 
   
   I wanted to try Hudi and do the demo here: https://hudi.incubator.apache.org/docs/docker_demo.html
   
   So I downloaded Hudi
   `git clone https://github.com/apache/incubator-hudi.git && cd incubator-hudi`
   
   And then wanted to build it
   `mvn package -DskipTests`
   
   But I got many compilations error about missing java packages like javax.xml.bind
   
   See the output below
   
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/SimpleBloomFilter.java:[25,22] package javax.xml.bind does not exist
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/HoodieDynamicBoundedBloomFilter.java:[25,22] package javax.xml.bind does not exist
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/SimpleBloomFilter.java:[69,20] cannot find symbol
     symbol:   variable DatatypeConverter
     location: class org.apache.hudi.common.bloom.filter.SimpleBloomFilter
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/SimpleBloomFilter.java:[106,14] cannot find symbol
     symbol:   variable DatatypeConverter
     location: class org.apache.hudi.common.bloom.filter.SimpleBloomFilter
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/HoodieDynamicBoundedBloomFilter.java:[69,20] cannot find symbol
     symbol:   variable DatatypeConverter
     location: class org.apache.hudi.common.bloom.filter.HoodieDynamicBoundedBloomFilter
   [ERROR] /Users/tomas/hudi_work/incubator-hudi/hudi-common/src/main/java/org/apache/hudi/common/bloom/filter/HoodieDynamicBoundedBloomFilter.java:[98,14] cannot find symbol
     symbol:   variable DatatypeConverter
     location: class org.apache.hudi.common.bloom.filter.HoodieDynamicBoundedBloomFilter
   [INFO] 6 errors 
   [INFO] -------------------------------------------------------------
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for Hudi 0.5.1-SNAPSHOT:
   [INFO] 
   [INFO] Hudi ............................................... SUCCESS [  4.069 s]
   [INFO] hudi-common ........................................ FAILURE [  5.068 s]
   
   Do I have wrong version of Java or what is the issue? 
   
   Thanks in advance!
   Tom
   
   

----------------------------------------------------------------
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] smarthi commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
smarthi commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235#issuecomment-575017351
 
 
   U need Java 8 - not compatible yet with higher versions of Java

----------------------------------------------------------------
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] smarthi commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
smarthi commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235#issuecomment-575016195
 
 
   Are u running Java 8?

----------------------------------------------------------------
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] smarthi closed issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
smarthi closed issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235
 
 
   

----------------------------------------------------------------
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] tomas-sobotik commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
tomas-sobotik commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235#issuecomment-575017771
 
 
   Thanks I will install java 8 and try again
   

----------------------------------------------------------------
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 #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
vinothchandar commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235#issuecomment-575922045
 
 
   https://issues.apache.org/jira/browse/HUDI-553 to track this for longer term.. 

----------------------------------------------------------------
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] tomas-sobotik commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages

Posted by GitBox <gi...@apache.org>.
tomas-sobotik commented on issue #1235: Compilation errors when following docker demo and building Hudi. Missing some java packages 
URL: https://github.com/apache/incubator-hudi/issues/1235#issuecomment-575016791
 
 
   Oh, having Java 13..
   `java 13.0.1 2019-10-15`
   

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