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)