ShuMing Li created LIVY-780:
-------------------------------

             Summary: How to print/log to stdout in a rolling way for python 
interpreter
                 Key: LIVY-780
                 URL: https://issues.apache.org/jira/browse/LIVY-780
             Project: Livy
          Issue Type: Wish
          Components: Interpreter
    Affects Versions: 0.7.0
            Reporter: ShuMing Li


 

In the current `PythonInterpreter`,  all user's logging/print will wait until 
the user code is executed to be done.

This is hard to debug for a long running python task. If users want to debug 
some info in the middle of code, it must wait the task's ok or wrong.

Can we support a normal way for `PythonInterpreter` to print/log just as a 
normal  way? so users can see the debug info(log/print) when the task is 
running?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to