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

Flink Doris Connector #5371

Closed
hf200012 opened this issue Feb 8, 2021 · 1 comment
Closed

Flink Doris Connector #5371

hf200012 opened this issue Feb 8, 2021 · 1 comment
Labels
area/spark-connector Issues or PRs related to Spark connector kind/feature Categorizes issue or PR as related to a new feature.

Comments

@hf200012
Copy link
Contributor

hf200012 commented Feb 8, 2021

Refer to Spark Doris Connector test method Flink Connector

  1. Support reading doris data through Flink to construct DataStream
  2. Support to create Flink table mapping doris table through Flink SQL to read doris data, example:
    CREATE TABLE myUserTable (
    user_id STRING,
    user_name STRING
    uv BIGINT,
    pv BIGINT,
    PRIMARY KEY (user_id) NOT ENFORCED
    ) WITH (
    'connector' ='doris',
    'fe.host' ='ip:port',
    'username' ='users',
    'password' ='password',
    'tableName' ='table1'
    );
@hf200012
Copy link
Contributor Author

hf200012 commented Feb 8, 2021

Supports reading doris data through Flink to build DataStream, development is completed, testing, the code is recently submitted to the community

@JNSimba JNSimba mentioned this issue Feb 8, 2021
2 tasks
@EmmyMiao87 EmmyMiao87 added area/spark-connector Issues or PRs related to Spark connector kind/feature Categorizes issue or PR as related to a new feature. labels Feb 8, 2021
JNSimba pushed a commit to JNSimba/incubator-doris that referenced this issue Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spark-connector Issues or PRs related to Spark connector kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants