mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Python: return first running job
This commit is contained in:
parent
08c2bb47b9
commit
0f74e5dfd7
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ public class PythonInterpreter extends Interpreter {
|
|||
for (Job job : jobsRunning) {
|
||||
if (job.getId().equals(paragraphId)) {
|
||||
foundJob = job;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return foundJob;
|
||||
|
|
|
|||
Loading…
Reference in a new issue