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/03/12 14:07:14 UTC

[GitHub] [hudi] melin opened a new issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

melin opened a new issue #5024:
URL: https://github.com/apache/hudi/issues/5024


   Support Spark SQL to query metadata such as hudi table snapshot。Example:
   ```
   #Iceberg sql 
   SELECT * FROM bigdata.ice_arctic_demo.snapshots;
   SELECT * FROM bigdata.ice_arctic_demo.history;
   SELECT * FROM bigdata.ice_arctic_demo.files;
   SELECT * FROM bigdata.ice_arctic_demo.manifests;
   ```


-- 
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] XuQianJin-Stars commented on issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on issue #5024:
URL: https://github.com/apache/hudi/issues/5024#issuecomment-1067473004


   > As far as I know, we couldn't get meta info through sparkSQL for now. Fortunately, we can get these info through hoodie built-in cli. Linked https://hudi.apache.org/docs/cli
   
   @melin @zhangyue19921010 I will use the call procedure command to obtain meta information through SparkSQL. If Directly abstract it into a table to query, and I will evaluate the change scope and workload.
   


-- 
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 #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

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


   > https://issues.apache.org/jira/browse/HUDI-3511 This jira for call procedure command to obtain meta information through SparkSQL.
   
   thanks!


-- 
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 closed issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

Posted by GitBox <gi...@apache.org>.
xushiyan closed issue #5024:
URL: https://github.com/apache/hudi/issues/5024


   


-- 
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] nsivabalan commented on issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

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


   @XuQianJin-Stars : thanks. Please file a tracking jira and close this one out. 
   


-- 
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] XuQianJin-Stars commented on issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on issue #5024:
URL: https://github.com/apache/hudi/issues/5024#issuecomment-1067608224


   https://issues.apache.org/jira/browse/HUDI-3511 This jira for call procedure command to obtain meta information through SparkSQL.


-- 
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] zhangyue19921010 commented on issue #5024: [SUPPORT] Spark SQL to query metadata such as hudi table snapshot

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


   As far as I know, we couldn't get meta info through sparkSQL for now.
   Fortunately, we can get these info through hoodie built-in cli. Linked https://hudi.apache.org/docs/cli


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