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 2023/01/03 10:25:48 UTC

[GitHub] [hudi] maddy2u opened a new issue, #7594: [SUPPORT] Hudi Time Travel from Athena

maddy2u opened a new issue, #7594:
URL: https://github.com/apache/hudi/issues/7594

   Hi,
   
   Simple question - Does AWS Athena support Hudi Time Travel?
   
   We see good support for Iceberg tables [here](https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg-table-data.html)
   I see some mention in this [ticket](https://github.com/apache/hudi/issues/4502) about it but can you share more details about it?
   
   


-- 
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.apache.org

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


[GitHub] [hudi] IvyIvy1109 commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
IvyIvy1109 commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1369635307

   > Hi,
   > 
   > Simple question - Does AWS Athena support Hudi Time Travel?
   > 
   > We see good support for Iceberg tables [here](https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg-table-data.html) I see some mention in this [ticket](https://github.com/apache/hudi/issues/4502) about it but can you share more details about it?
   
   +1


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


[GitHub] [hudi] yihua commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
yihua commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1370346300

   @umehrot2 @rahil-c do you folks have any information on this question?


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


[GitHub] [hudi] tooptoop4 commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
tooptoop4 commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1369727346

   https://github.com/trinodb/trino/pull/15084 hasn't been merged


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


[GitHub] [hudi] maddy2u commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by "maddy2u (via GitHub)" <gi...@apache.org>.
maddy2u commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1411108270

   Need to test it. I believe Lake Formation will not support cross account time travel yet as it's not yet supported through lake formation permissions but since Athena seems to work, I'm not sure whether this approach will work. 


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


[GitHub] [hudi] maddy2u commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
maddy2u commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1370299596

   Thanks for the information @tooptoop4 ! I will keep an eye on the PR for updates.


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


[GitHub] [hudi] tooptoop4 commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
tooptoop4 commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1370192167

   not sure when. for 2nd qn, at least in trino itself I think u can test that PR on a local patch build, I assume it will work as long as u define the right IAM permissions


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


[GitHub] [hudi] soumilshah1995 commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by "soumilshah1995 (via GitHub)" <gi...@apache.org>.
soumilshah1995 commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1410378070

   Athena now supports sparks notebook i think you can easily use that to solve your issue 
   also you can query timestamp column and achieve that as well 
   
   ## Video 👍 
   https://www.youtube.com/watch?v=Tkltri-9s7k&t=31s
   
   Amazon Athena now supports Apache Spark
   Amazon Athena now supports Apache Spark
   
   


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


[GitHub] [hudi] maddy2u commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by GitBox <gi...@apache.org>.
maddy2u commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1370181877

   @tooptoop4  : Any expectation on when this will be merged to Trinodb? I think it takes a while before it is made available within Athena post this.
   
   
   Not sure if this is the right place to ask the question but here it goes, Is there a way today to enable Cross AWS Account Hudi datasets to have time travel capabilities? 
   


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


[GitHub] [hudi] xushiyan commented on issue #7594: [SUPPORT] Hudi Time Travel from Athena

Posted by "xushiyan (via GitHub)" <gi...@apache.org>.
xushiyan commented on issue #7594:
URL: https://github.com/apache/hudi/issues/7594#issuecomment-1428973315

   cc @jonvex 


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