Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Paimon supports Flink Connector syntax #3265

Open
2 tasks done
BoYiZhang opened this issue Apr 26, 2024 · 0 comments
Open
2 tasks done

[Feature] Paimon supports Flink Connector syntax #3265

BoYiZhang opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BoYiZhang
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Paimon supports create table, supports the following statements, does not require create catalog

`

CREATE TABLE flink_table (
id BIGINT,
data STRING
) WITH (
'connector'='paimon',
'catalog-name'='hive_prod',
'database'='hive_db',
'table'='hive_iceberg_table',
-- 'metastore' = 'hive',
-- 'uri' = 'thrift://:', default use 'hive.metastore.uris' in HiveConf
-- 'hive-conf-dir' = '...', this is recommended in the kerberos environment
-- 'hadoop-conf-dir' = '...', this is recommended in the kerberos environment
-- 'warehouse' = 'hdfs:///path/to/warehouse', default use 'hive.metastore.warehouse.dir' in HiveConf
);

`

Solution

same as iceberg .

https://iceberg.apache.org/docs/latest/flink-connector/#a-complete-example

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@BoYiZhang BoYiZhang added the enhancement New feature or request label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant