You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/05/11 09:48:27 UTC

[GitHub] [dolphinscheduler] GodWon opened a new issue, #9992: [Bug] [Module Name] 单会话中执行多个 HIVE SQL报错

GodWon opened a new issue, #9992:
URL: https://github.com/apache/dolphinscheduler/issues/9992

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   所有common.properties文件内 都配置了support.hive.oneSession=true, 但是实际情况多个hivesql任务无法执行。
   
   ### What you expected to happen
   
   希望在同一个会话中执行多个 HIVE SQL, 结果报错。 所依更无法设置任务名称 set mapred.job.name
   
   
   
   ### How to reproduce
   
   
   ![image](https://user-images.githubusercontent.com/17845085/167820794-a18d9cde-9a23-4228-b25a-f7578b96b10d.png)
   
   
   ![image](https://user-images.githubusercontent.com/17845085/167820436-5f5b859d-5bd8-46b1-b096-e901cf31aa27.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.0-alpha
   
   ### Are you willing to submit PR?
   
   - [X] 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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] SbloodyS closed issue #9992: [Bug] [task plugin] Execute multiple HIVE SQL errors in a single session

Posted by GitBox <gi...@apache.org>.
SbloodyS closed issue #9992: [Bug] [task plugin] Execute multiple HIVE SQL errors in a single session
URL: https://github.com/apache/dolphinscheduler/issues/9992


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

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #9992: [Bug] [Module Name] Execute multiple HIVE SQL errors in a single session

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #9992:
URL: https://github.com/apache/dolphinscheduler/issues/9992#issuecomment-1123462795

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   All common.properties files are configured with support.hive.oneSession=true, but in reality, multiple hivesql tasks cannot be executed.
   
   ### What you expected to happen
   
   I want to execute multiple HIVE SQL in the same session, and the result is an error. It is not possible to set the task name set mapred.job.name
   
   
   
   ### How to reproduce
   
   
   ![image](https://user-images.githubusercontent.com/17845085/167820794-a18d9cde-9a23-4228-b25a-f7578b96b10d.png)
   
   
   ![image](https://user-images.githubusercontent.com/17845085/167820436-5f5b859d-5bd8-46b1-b096-e901cf31aa27.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.0-alpha
   
   ### Are you willing to submit PR?
   
   - [X] 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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #9992: [Bug] [Module Name] Execute multiple HIVE SQL errors in a single session

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #9992:
URL: https://github.com/apache/dolphinscheduler/issues/9992#issuecomment-1123463059

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw) and send your question to channel `#troubleshooting`


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

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


[GitHub] [dolphinscheduler] SbloodyS commented on issue #9992: [Bug] [task plugin] Execute multiple HIVE SQL errors in a single session

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on issue #9992:
URL: https://github.com/apache/dolphinscheduler/issues/9992#issuecomment-1124557779

   This has been implement in #9177 . I'll close this issue.


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

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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #9992: [Bug] [task plugin] Execute multiple HIVE SQL errors in a single session

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #9992:
URL: https://github.com/apache/dolphinscheduler/issues/9992#issuecomment-1203690056

   > This has been implement in #9177 . I'll close this issue.
   
   @SbloodyS Looks like #9177 enables users to write multiple lines of mysql but still not support users to write multiple lines of hive sql. Maybe we could reopen this issue?


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

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