praynise opened a new issue #5365:
URL: https://github.com/apache/dolphinscheduler/issues/5365
A simple example is, i create a shell task,with script as below:
echo "hello"
sleep 60
echo "hello again"
when i run this task,i can not read first "hello" in the log until the whole
task finish.is there a way to get log text in real time?
by the way,another question is,can i change the curve in the DAG into
straight line?
many thanks
举个栗子,例如我建了一个shell节点,里面是echo "hello";sleep 60;echo "hello
again",在sleep的时候我无法从日志中看到第一个hello,请问是否有办法实时获取到日志呢?
另外还想问一个问题,有没有办法把DAG图里面的连线从曲线换成直线呢…在我们的应用场景中,曲线会显得DAG图很乱…
非常感谢
**Which version of DolphinScheduler:**
-[1.3.5]
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]