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/11/03 07:23:59 UTC

[GitHub] [dolphinscheduler] Apotato98 opened a new issue, #12683: [Bug] [Module Name] Config of Queue Doesn't Work.

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

   ### 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
   
    I have set up queues (non-default queues) for both tenants and users according to similar settings, but whether the user runs tasks or other users run tasks, the final queue used on yarn is still default.
   Besides, the version is 3.0.
   The queue name on dolphinscheduler is the same as the queue name on yarn.
   
   ### What you expected to happen
   
   Tenant queue settings and user queue settings take effect.
   
   ### How to reproduce
   
   ![企业微信截图_06ce118a-dc26-424c-9937-e6639499b39b](https://user-images.githubusercontent.com/60845098/199665822-f287b278-bf9d-42d8-bcce-29d8cb959d1c.png)
   ![image](https://user-images.githubusercontent.com/60845098/199665985-d09e8878-ee9c-4bb9-8cf3-4133d53c346a.png)
   I created a test user, mounted it under the mask tenant, set the test user as the flink queue, the mask tenant as the flink queue, and used the shell node to perform the hive -e "sql" task, but the task was run in the default queue .
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.x
   
   ### 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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

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

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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] closed issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.
URL: https://github.com/apache/dolphinscheduler/issues/12683


-- 
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] hstdream commented on issue #12683: [Bug] [Yarn Queue] Config of Queue Doesn't Work.

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

   
   After testing: found that this problem exists in 3.1.x  too 


-- 
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 #12683: [Bug] [Yarn Queue] Config of Queue Doesn't Work.

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

   The queue does not take effect in the shell task node. It's not a bug.
   
   However, I think we can provide the queue variable in the shell node for users to use.


-- 
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 #12683: [Bug] [Yarn Queue] Config of Queue Doesn't Work.

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

   ### 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
   
    I have set up queues (non-default queues) for both tenants and users according to similar settings, but whether the user runs tasks or other users run tasks, the final queue used on yarn is still default.
   Besides, the version is 3.0.
   The queue name on dolphinscheduler is the same as the queue name on yarn.
   
   ### What you expected to happen
   
   Tenant queue settings and user queue settings take effect.
   
   ### How to reproduce
   
   ![企业微信截图_06ce118a-dc26-424c-9937-e6639499b39b](https://user-images.githubusercontent.com/60845098/199665822-f287b278-bf9d-42d8-bcce-29d8cb959d1c.png)
   ![image](https://user-images.githubusercontent.com/60845098/199665985-d09e8878-ee9c-4bb9-8cf3-4133d53c346a.png)
   I created a test user, mounted it under the mask tenant, set the test user as the flink queue, the mask tenant as the flink queue, and used the shell node to perform the hive -e "sql" task, but the task was run in the default queue .
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.x
   
   ### 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: 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 #12683: [Bug] [Yarn Queue] Config of Queue Doesn't Work.

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

   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://s.apache.org/dolphinscheduler-slack) 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] hstdream commented on issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

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

   I don't think so. Since there is a queue configuration, it can definitely be used, otherwise the queue is of little significance.


-- 
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 #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

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

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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] hstdream commented on issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

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

   > Thanks for the reply, will this feature be fixed in the near future?
   This needs to be reproduced, and then the problem can be solved in a targeted manner.


-- 
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] Apotato98 commented on issue #12683: [Improvement] [Yarn Queue] Config of Queue Doesn't Work.

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

   Thanks for the reply, will this feature be fixed in the near future?


-- 
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