You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2020/08/11 04:30:28 UTC

[GitHub] [orc] dongjoon-hyun opened a new pull request #535: ORC-658: Fix NoClassDefFoundError during benchmark data generation

dongjoon-hyun opened a new pull request #535:
URL: https://github.com/apache/orc/pull/535


   ### What changes were proposed in this pull request?
   
   This PR aims to add `hadoop-hdfs` dependency to `bench/core` module.
   
   ### Why are the changes needed?
   
   This will fix `NoClassDefFoundError` error.
   ```
   $ java -jar core/target/orc-benchmarks-core-*-uber.jar generate data
   [WARN ] Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/client/HdfsDataOutputStream$SyncFlag
   ```
   
   ### How was this patch tested?
   
   ```
   cd java/bench
   ...
   java -jar core/target/orc-benchmarks-core-*-uber.jar generate data
   ```


----------------------------------------------------------------
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] [orc] dongjoon-hyun merged pull request #535: ORC-658: Fix NoClassDefFoundError during benchmark data generation

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun merged pull request #535:
URL: https://github.com/apache/orc/pull/535


   


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