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/09/28 08:28:14 UTC

[GitHub] [dolphinscheduler] Leijingwen opened a new issue, #12185: [Bug] shell节点上游向下游传参不生效

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

   ### 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
   
   A节点任务
   ![image](https://user-images.githubusercontent.com/88963951/192727826-963e6dd7-a010-4ba7-9278-1e7655e52e50.png)
   B节点任务
   ![image](https://user-images.githubusercontent.com/88963951/192727918-862751fc-eb8d-4a8d-8913-21599409f562.png)
   
   
   A节点输出
   ![image](https://user-images.githubusercontent.com/88963951/192728635-484b6694-915b-4c84-847c-4876ad97ada1.png)
   B节点输出
   ![image](https://user-images.githubusercontent.com/88963951/192728750-1a4cfdac-c70c-447a-964b-31bd26709199.png)
   
   
   ### What you expected to happen
   
   DS version are  are 3.0.0 and dev ,I want node A and node B to output '20220906',but nothing
   
   ### How to reproduce
   
   DS version are  are 3.0.0 and dev ,I want node A and node B to output '20220906',but nothing
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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] closed issue #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect
URL: https://github.com/apache/dolphinscheduler/issues/12185


-- 
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] huangchenguang123 commented on issue #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

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

   For node1, setValue is invalid for itself. If you are on the latest dev branch, please refer to my example.
   node1:
   <img width="575" alt="image" src="https://user-images.githubusercontent.com/37766284/192934581-cf0b948f-961f-4a69-9164-bd24dc8b06f2.png">
   node2:
   <img width="589" alt="image" src="https://user-images.githubusercontent.com/37766284/192934964-f526a9c6-404c-433b-8fc1-97e52fe2c829.png">
   
   DAG:
   <img width="780" alt="image" src="https://user-images.githubusercontent.com/37766284/192935016-b5e475b8-15b9-4b9b-8db6-461ee4b13419.png">
   


-- 
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 #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

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

   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] github-actions[bot] commented on issue #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

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

   ### 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
   
   A节点任务
   ![image](https://user-images.githubusercontent.com/88963951/192727826-963e6dd7-a010-4ba7-9278-1e7655e52e50.png)
   B节点任务
   ![image](https://user-images.githubusercontent.com/88963951/192727918-862751fc-eb8d-4a8d-8913-21599409f562.png)
   
   
   A节点输出
   ![image](https://user-images.githubusercontent.com/88963951/192728635-484b6694-915b-4c84-847c-4876ad97ada1.png)
   B节点输出
   ![image](https://user-images.githubusercontent.com/88963951/192728750-1a4cfdac-c70c-447a-964b-31bd26709199.png)
   
   
   ### What you expected to happen
   
   DS version are  are 3.0.0 and dev ,I want node A and node B to output '20220906',but nothing
   
   ### How to reproduce
   
   DS version are  are 3.0.0 and dev ,I want node A and node B to output '20220906',but nothing
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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 #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

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

   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] github-actions[bot] commented on issue #12185: [Bug] Passing parameters from upstream to downstream of shell node does not take effect

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

   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