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

   ### 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
   
   chunjun version 1.12
   flink version 1.12.7
   dolphinscheduler 3.1.3
   
   when i create a chunjun task and run it, the log report "Could not determine 
current working directory."
   
   
   
   
   ### What you expected to happen
   
   i hope chunjun  task  run correctly
   
   ### How to reproduce
   
   1. init env, inistall chunjun 1.12, flink 1.12 and dolphinscheduler 3.1.3, 
refer to 
[https://dolphinscheduler.apache.org/zh-cn/docs/3.1.7/guide/task/chunjun](url)
   2.  create a task of chunjun, and  click "run" in "Workflow Definition" 
page, check log in "Task Instance"
   
   > 
   
   ### Anything else
   
   solution: I change the chunjun start file "start-chunjun" in 
$CHUNJUN_HOME/bin,  
   
   the last line: nohup $JAVA_RUN -cp $JAR_DIR $CLASS_NAME $@ &
   
   change to 
   
   $JAVA_RUN -cp $JAR_DIR $CLASS_NAME $@
   
   and then dolphinscheduler can run chunjun task correctly, so the install 
guide of dolphinscheduler for chunjun task should ask  
   change it 
   
   ### Version
   
   3.1.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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to