You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/03/06 09:00:25 UTC

[GitHub] [iceberg] Fokko opened a new issue, #7026: Add Rest `catalog-type` to Flink

Fokko opened a new issue, #7026:
URL: https://github.com/apache/iceberg/issues/7026

   ### Feature Request / Improvement
   
   With Flink you need to specify the `catalog-impl` with the full path:
   
   ```sql
   CREATE TABLE flink_table (
       id   BIGINT,
       data STRING
   ) WITH (
       'connector'='iceberg',
       'catalog-name'='rest',
       'catalog-impl'='org.apache.iceberg.rest.RESTCatalog',
       'uri'='http://localhost:8181',
       'warehouse'='s3://wareshouse/table'
   );
   ```
   
   While it would be easier to add this to the `catalog-type`:
   
   ```sql
   CREATE TABLE flink_table (
       id   BIGINT,
       data STRING
   ) WITH (
       'connector'='iceberg',
       'catalog-name'='rest',
       'catalog-type'='rest',
       'uri'='http://localhost:8181',
       'warehouse'='s3://wareshouse/table'
   );
   ```
   
   ### Query engine
   
   Flink


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

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] doki23 commented on issue #7026: Add Rest `catalog-type` to Flink

Posted by "doki23 (via GitHub)" <gi...@apache.org>.
doki23 commented on issue #7026:
URL: https://github.com/apache/iceberg/issues/7026#issuecomment-1462225288

   Seems already done by #7044 


-- 
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: issues-unsubscribe@iceberg.apache.org

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] Fokko commented on issue #7026: Add Rest `catalog-type` to Flink

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on issue #7026:
URL: https://github.com/apache/iceberg/issues/7026#issuecomment-1462430256

   @doki23 Thanks, that PR should have been linked with this issue. 


-- 
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: issues-unsubscribe@iceberg.apache.org

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] Fokko closed issue #7026: Add Rest `catalog-type` to Flink

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko closed issue #7026: Add Rest `catalog-type` to Flink
URL: https://github.com/apache/iceberg/issues/7026


-- 
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: issues-unsubscribe@iceberg.apache.org

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