You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/18 03:54:57 UTC

[GitHub] [hudi] xushiyan commented on issue #4411: [SUPPORT] - Presto Querying Issue in AWS EMR 6.3.1

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org