Skip to content

Commit

Permalink
initialize python interpreter using py4j
Browse files Browse the repository at this point in the history
  • Loading branch information
astroshim committed Mar 7, 2017
1 parent 2520555 commit 7304919
Show file tree
Hide file tree
Showing 16 changed files with 549 additions and 1,840 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ public int getProgress(InterpreterContext context) {
@Override
public Scheduler getScheduler() {
PythonInterpreter pythonInterpreter = getPythonInterpreter();

if (pythonInterpreter != null) {
return pythonInterpreter.getScheduler();
} else {
Expand Down

This file was deleted.

0 comments on commit 7304919

Please sign in to comment.