You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/05 07:49:13 UTC

[GitHub] [incubator-linkis] xumingJustDoIt opened a new issue, #2608: [Bug] ERROR org.apache.linkis.engineconnplugin.flink.client.sql.operation.AbstractJobOperation 102 cancelJob - No job has been submitted. This is a bug

xumingJustDoIt opened a new issue, #2608:
URL: https://github.com/apache/incubator-linkis/issues/2608

   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-cg-engineConnplugin
   
   ### What happened + What you expected to happen
   
   参照文档https://mp.weixin.qq.com/s/VxZ16IPMd1CvcrvHFuU4RQ,flink整合hive,整合kafka,kafka生产数据,flink消费数据ok,往hive中插入数据ok,就是执行如下命令,命令不会结束
   sh ./bin/linkis-cli -engineType flink-1.12.2 -codeType sql -code "INSERT INTO myhive.db_test.test_target_tab SELECT user_id, order_amount, DATE_FORMAT(log_ts, 'yyyy-MM-dd'), DATE_FORMAT(log_ts, 'HH') FROM myhive.db_test.test_source;"  -submitUser hadoop -proxyUser hadoop
   
   并且日志中报:ERROR org.apache.linkis.engineconnplugin.flink.client.sql.operation.AbstractJobOperation 102 cancelJob - No job has been submitted. This is a bug
   ![image](https://user-images.githubusercontent.com/63526456/183028205-90feb90a-e5f5-45da-ad0c-743d014113cf.png)
   
   ![flink sql命令不结束](https://user-images.githubusercontent.com/63526456/183027097-4a143b7c-a196-4568-ba47-84210f689185.png)
   ![flink sql命令持续很长时间,且状态为0](https://user-images.githubusercontent.com/63526456/183027822-f70b112b-2b76-4707-9341-30d73b38efe2.jpg)
   
   
   
   ### Relevent platform
   
   link1.1.2
   flink1.12.2
   
   
   ### Reproduction script
   
   flink1.12.2的catalog是myhive
   sh ./bin/linkis-cli -engineType flink-1.12.2 -codeType sql -code "DROP TABLE IF EXISTS myhive.db_test.test_source;CREATE TABLE myhive.db_test.test_source (
       user_id STRING,
       order_amount DOUBLE,
       log_ts TIMESTAMP(3) METADATA FROM 'timestamp'
   ) WITH (
   'connector' = 'kafka',
   'topic' = 'test_kafka_01',
   'properties.bootstrap.servers' = 'bigdata01:9092',
   'properties.group.id' = 'group_test_01',
   'scan.startup.mode' = 'earliest-offset',
   'format' = 'json',
   'json.ignore-parse-errors' = 'true'
   );"  -submitUser hadoop -proxyUser hadoop
   
   sh ./bin/linkis-cli -engineType flink-1.12.2 -codeType sql -code "INSERT INTO myhive.db_test.test_target_tab SELECT user_id, order_amount, DATE_FORMAT(log_ts, 'yyyy-MM-dd'), DATE_FORMAT(log_ts, 'HH') FROM myhive.db_test.test_source;"  -submitUser hadoop -proxyUser hadoop
   
   
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: notifications-unsubscribe@linkis.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [incubator-linkis] github-actions[bot] commented on issue #2608: [Bug] ERROR org.apache.linkis.engineconnplugin.flink.client.sql.operation.AbstractJobOperation 102 cancelJob - No job has been submitted. This is a bug

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2608:
URL: https://github.com/apache/incubator-linkis/issues/2608#issuecomment-1206152614

   :blush:  Welcome to the Apache Linkis (incubating) community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on 
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
    
   WeChat  Group:
   
   ![image](https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png)
   Mailing Lists:
   |name|description|Subscribe|Unsubscribe|archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


Re: [I] [Bug] ERROR org.apache.linkis.engineconnplugin.flink.client.sql.operation.AbstractJobOperation 102 cancelJob - No job has been submitted. This is a bug [linkis]

Posted by "XXwhite (via GitHub)" <gi...@apache.org>.
XXwhite commented on issue #2608:
URL: https://github.com/apache/linkis/issues/2608#issuecomment-1827278928

   我也遇到了,linkis1.4.0问题依然存在


-- 
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: notifications-unsubscribe@linkis.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org