You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/06/08 05:21:10 UTC

[GitHub] [iceberg] aimenglin opened a new issue #2682: Hadoop tables: how to view history, and snapshots.

aimenglin opened a new issue #2682:
URL: https://github.com/apache/iceberg/issues/2682


   Hi All,
   
   When I created Iceberg table by Hadoop tables, how can I view the history, snapshots?
   If I created by Hive Catalog, it's very easy to use spark.read.format("iceberg").load("db.table.history").show(truncate = false).
   What should be the cl in Hadoop tables?
   
   Thanks in advance.
   
   
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rymurr closed issue #2682: Hadoop tables: how to view history, and snapshots.

Posted by GitBox <gi...@apache.org>.
rymurr closed issue #2682:
URL: https://github.com/apache/iceberg/issues/2682


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rymurr commented on issue #2682: Hadoop tables: how to view history, and snapshots.

Posted by GitBox <gi...@apache.org>.
rymurr commented on issue #2682:
URL: https://github.com/apache/iceberg/issues/2682#issuecomment-856588534


   Hi @aimenglin I believe you would use `spark.read.format("iceberg").load("/path/to/table#history").show(truncate=false)`


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] aimenglin commented on issue #2682: Hadoop tables: how to view history, and snapshots.

Posted by GitBox <gi...@apache.org>.
aimenglin commented on issue #2682:
URL: https://github.com/apache/iceberg/issues/2682#issuecomment-856912624


   @rymurr Thanks so much! 


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org