Ayan07 commented on issue #3530:
URL: https://github.com/apache/hudi/issues/3530#issuecomment-909065470


   @codope Yes, I am able to write into Hudi table in S3.
   I just checked the version of aws-java-sdk and hadoop jar which I have used 
while writing to S3.
   aws-java-sdk - 1.7.4
   hadoop jars - 2.7.3
   
   I was able to resolve the issue. Followed the steps below:
   
   - Downgraded the version of presto to : 0.226 (<0.240) so that the 
hudi-presto-bundle jar won't be present by default in the classpath.
   
   - Manually added the hudi-presto-bundle jar to the plugin/hive-haddop2/ 
folder
   
   Finally was able to query the HUDI tables.
   
   However, I still want to understand why isn't it working for presto versions 
greater than 0.240 where adding the hudi-presto-bundle jar to the classpath is 
not required.


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