Ayan07 opened a new issue #3530:
URL: https://github.com/apache/hudi/issues/3530


   I am using presto cli to query Hudi tables.
   The actual data is store in s3.
   
   I am able run queries such as: show schemas and show create table 
<table-name>
   
   However getting the following error when trying to run 'select * from 
schema.table_name':
   
   _org.apache.hudi.hadoop.HoodieROTablePathFilter      Error checking path 
:s3a://<s3-bucket-name>/.hoodie, under folder: null
   java.lang.RuntimeException: java.lang.ClassNotFoundException: Class 
org.apache.hadoop.fs.s3a.S3AFileSystem not found_
   
   I have my presto cluster and hive metastore service running on Kubernetes.


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