You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/07 04:18:48 UTC

[GitHub] [incubator-streampark] liuxu2630 opened a new issue, #1978: [Bug] about doris1.1.2-rc05 version

liuxu2630 opened a new issue, #1978:
URL: https://github.com/apache/incubator-streampark/issues/1978

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   source: mysql5.7 (flinkCDC)
   sink: doris1.1.2-rc05
   question: 
       use flink client execute flink sql is successful, but use streamx can't execute, not exception message.
   
   ```
   CREATE TABLE user_bin_log (
     id BIGINT NOT NULL,
     name String,
     phone String,
     PRIMARY KEY (id) NOT ENFORCED
   ) WITH (
     'connector' = 'mysql-cdc',
     'hostname' = 'xxxx',
     'port' = '3306',
     'username' = 'root',
     'password' = 'root',
     'database-name' = 'lexiang_user',
     'table-name' = 'user_[0-1]',
     'scan.startup.mode' = 'initial'
   );
   CREATE TABLE user_bin_log_doris (name String, phone String) WITH (
     'connector' = 'doris',
     'fenodes' = 'node1:8030',
     'table.identifier' = 'lexiang.user2',
     'username' = 'root',
     'password' = 'root',
     'sink.properties.format' = 'json',
     'sink.properties.read_json_by_line' = 'true',
     'sink.enable-delete' = 'true',
     'sink.label-prefix' = 'lexiang_user_user6'
   );
   INSERT INTO user_bin_log_doris SELECT name,phone FROM user_bin_log;
   ```
   
   
   ### StreamPark Version
   
   1.2.3
   
   ### Java Version
   
   1.8.0
   
   ### Flink Version
   
   1.14.4
   
   ### Scala Version of Flink
   
   2.12
   
   ### Error Exception
   
   ```log
   none
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@streampark.apache.org.apache.org

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


[GitHub] [incubator-streampark] wolfboys closed issue #1978: [Bug] about doris1.1.2-rc05 version

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys closed issue #1978: [Bug] about doris1.1.2-rc05 version 
URL: https://github.com/apache/incubator-streampark/issues/1978


-- 
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@streampark.apache.org

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