You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "MOBIN (JIRA)" <ji...@apache.org> on 2019/03/21 03:08:00 UTC

[jira] [Created] (ZEPPELIN-4081) when the python process is killed,the task state is still running

MOBIN created ZEPPELIN-4081:
-------------------------------

             Summary: when the python process is killed,the task state is still running
                 Key: ZEPPELIN-4081
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4081
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
    Affects Versions: 0.8.0
         Environment: centOS-6.5

java version "1.7.0_75"
            Reporter: MOBIN


when execute the following python code, then kill the python process,the taks state is still running
{code:java}
// import time
   print("start")
   time.sleep(1000)
   print("end"){code}
 

 



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