You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/21 07:27:13 UTC

[GitHub] [incubator-doris] eyewire opened a new issue #6286: flink-doris-connector sink failed

eyewire opened a new issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286


   **Describe the bug**
   flink-doris-connector sink failed
   
   **To Reproduce**
   Steps to reproduce the behavior:
   `tableEnv.executeSql("CREATE TABLE flink_doris_sink_hour_task_user_stage_work_time (\n" +
                   "    date_key STRING,\n" +
                   "    hour_key INT,\n" +
                   "    template_id INT,\n" +
                   "    mark_id INT,\n" +
                   "    user_id INT,\n" +
                   "    union_id INT,\n" +
                   "    stage STRING,\n" +
                   "    duration BIGINT,\n" +
                   "    created STRING\n" +
                   "    ) \n" +
                   "    WITH (\n" +
                   "      'connector' = 'doris',\n" +
                   "      'fenodes' = '10.157.6.121:8030',\n" +
                   "      'table.identifier' = 'testDb.dws_hour_task_user_stage_work_time',\n" +
                   "      'username' = 'zhongce',\n" +
                   "      'password' = ''\n" +
                   ")");
   TableResult result = tableEnv.executeSql("INSERT INTO flink_doris_sink_hour_task_user_stage_work_time" +
                   " select * from event_source_view");
   `
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/16100514/126448486-a1563e9a-8145-45fd-bc13-8f29caa4fbe4.png)
   
   **Additional context**
   Add any other context about the problem here.
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] eyewire commented on issue #6286: flink-doris-connector sink failed

Posted by GitBox <gi...@apache.org>.
eyewire commented on issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286#issuecomment-883976336


   > enable http v2
   
   but we use doris-spark-connector before, and get an error msg:
   ![image](https://user-images.githubusercontent.com/16100514/126452762-e2d2f6ea-0e35-40b8-adf0-789958a34c48.png)
   
   then we contact palo op, they say there is a bug using http server v2 , then manually change our doris http server to v1.
   please check this question, we want to use spark and flink connector both.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] JNSimba commented on issue #6286: flink-doris-connector sink failed

Posted by GitBox <gi...@apache.org>.
JNSimba commented on issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286#issuecomment-884716974


   I tried to use spark-doris-connector, and the data can be read normally when httpV2 is turned on. Can you post a detailed error log?


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] JNSimba commented on issue #6286: flink-doris-connector sink failed

Posted by GitBox <gi...@apache.org>.
JNSimba commented on issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286#issuecomment-883969845


   enable http v2


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] eyewire edited a comment on issue #6286: flink-doris-connector sink failed

Posted by GitBox <gi...@apache.org>.
eyewire edited a comment on issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286#issuecomment-883976336


   > enable http v2
   
   but we use doris-spark-connector before, and get an error msg:
   ![image](https://user-images.githubusercontent.com/16100514/126452762-e2d2f6ea-0e35-40b8-adf0-789958a34c48.png)
   
   then we contact doris op, they say there is a bug using http server v2 , then manually change our doris http server to v1.
   please check this question, we want to use spark and flink connector both.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org