mqj created LIVY-536:
------------------------

             Summary:  when pyspark is executed through livy, the Intermediate 
result in cell can not be output in time
                 Key: LIVY-536
                 URL: https://issues.apache.org/jira/browse/LIVY-536
             Project: Livy
          Issue Type: Improvement
          Components: REPL
    Affects Versions: 0.5.0
         Environment: centos 7.4
python 3.7
            Reporter: mqj
             Fix For: 0.5.0


{code:java}
//代码占位符
from time import sleep
print("aa")
sleep(2)
print("bb")
for i in range(1,10):
    sleep(1)
    print("cc")
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to