xushiyan commented on issue #4411:
URL: https://github.com/apache/hudi/issues/4411#issuecomment-1015048564


   @rajgowtham24 
   
   > we have manually updated the table location to 
"s3://bucket_name/test/table_name/default"
   
   so is `default/` the partition path in your table? I don't quite get why 
this is need. Were you not able to query the table with path = 
s3://bucket_name/test/table_name ? It's obviously causing problem as the 
stacktrace is complaining table not found, because the table path is 
overwritten to where the `.hoodie/` is not present. So the problem is about 
setting the correct table path. I suggest follow guide here 
https://hudi.apache.org/docs/query_engine_setup#prestodb and use the intended 
path.
   
   Also please contact AWS support as this is under AWS environment, which we 
can't troubleshoot.


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