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/06/02 10:29:03 UTC

[GitHub] [dolphinscheduler] ruanwenjun opened a new issue, #10349: [Bug] [API] Task parameter check error

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

   ### 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
   
   When I start the `dolphinscheduler-api`, `dolphinscheduler-master`, `dolphinscheduler-worker`. And create a task, I get an error.
   <img width="1404" alt="image" src="https://user-images.githubusercontent.com/22415594/171610402-b4d2dc21-138e-4ed5-9852-5e8fbabbce48.png">
   
   
   This is caused by we remove the task plugin dependencies in `dolphinscheduler-api` module, but we rely the task plugin module to do the parameter check.
   
   ### What you expected to happen
   
   xx
   
   ### How to reproduce
   
   Create a task in cluster mode.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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] github-actions[bot] commented on issue #10349: [Bug] [API] Task parameter check error

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

   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] ruanwenjun commented on issue #10349: [Bug] [API] Task parameter check error

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

   Maybe we need to change the dependency 
   https://github.com/apache/dolphinscheduler/blob/6134e0a628edc9890adc6f7677a5d122dd5c1a93/dolphinscheduler-api/pom.xml#L54-L57
   to 
   ```xml
   <dependency>
           <groupId>org.apache.dolphinscheduler</groupId>
           <artifactId>dolphinscheduler-task-all</artifactId>
   </dependency>
   ```
   This will increase the size of api module. cc @kezhenxu94 
   


-- 
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] kezhenxu94 closed issue #10349: [Bug] [API] Task parameter check error

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #10349: [Bug] [API] Task parameter check error
URL: https://github.com/apache/dolphinscheduler/issues/10349


-- 
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] kezhenxu94 commented on issue #10349: [Bug] [API] Task parameter check error

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

   > Maybe we need to change the dependency 
   > 
   > https://github.com/apache/dolphinscheduler/blob/6134e0a628edc9890adc6f7677a5d122dd5c1a93/dolphinscheduler-api/pom.xml#L54-L57
   > 
   > to 
   > 
   > ```xml
   > 
   > <dependency>
   > 
   >         <groupId>org.apache.dolphinscheduler</groupId>
   > 
   >         <artifactId>dolphinscheduler-task-all</artifactId>
   > 
   > </dependency>
   > 
   > ```
   > 
   > This will increase the size of api module. cc @kezhenxu94 
   > 
   > 
   
   Thanks for the information. I can help to verify when you open a pull request. 


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