Skip to content

Commit

Permalink
fix py4j path
Browse files Browse the repository at this point in the history
  • Loading branch information
astroshim committed Mar 8, 2017
1 parent 5ae5120 commit cbbc15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
public class PythonInterpreter extends Interpreter implements ExecuteResultHandler {
private static final Logger LOG = LoggerFactory.getLogger(PythonInterpreter.class);
public static final String ZEPPELIN_PYTHON = "python/zeppelin_python.py";
public static final String ZEPPELIN_PY4JPATH = "python/python/py4j-0.8.2.1.zip";
public static final String ZEPPELIN_PY4JPATH = "python/py4j-0.8.2.1.zip";
public static final String DEFAULT_ZEPPELIN_PYTHON = "python";
public static final String MAX_RESULT = "zeppelin.python.maxResult";

Expand Down

0 comments on commit cbbc15c

Please sign in to comment.