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


   ### What changes were proposed in this pull request?
   
   This PR aims to remove `io.netty:netty` dependency from Spark benchmark.
   
   ### Why are the changes needed?
   
   ```
   $ ls spark-2.4.8-bin-hadoop2.7/jars/netty-*
   spark-2.4.8-bin-hadoop2.7/jars/netty-3.9.9.Final.jar      
spark-2.4.8-bin-hadoop2.7/jars/netty-all-4.1.47.Final.jar
   
   $ ls spark-3.1.2-bin-hadoop3.2/jars/netty-all-4.1.51.Final.jar
   spark-3.1.2-bin-hadoop3.2/jars/netty-all-4.1.51.Final.jar
   ```
   
   ### How was this patch tested?
   
   Manual.
   ```
   $ java -jar core/target/orc-benchmarks-core-*-uber.jar generate data -d 
sales -c none -f orc
   $ java -jar spark/target/orc-benchmarks-spark-1.8.0-SNAPSHOT.jar spark 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to