Reamer commented on a change in pull request #3767:
URL: https://github.com/apache/zeppelin/pull/3767#discussion_r422483001



##########
File path: bin/interpreter.sh
##########
@@ -236,6 +236,10 @@ elif [[ "${INTERPRETER_ID}" == "flink" ]]; then
 
   if [[ -n "${HADOOP_CONF_DIR}" ]] && [[ -d "${HADOOP_CONF_DIR}" ]]; then
     ZEPPELIN_INTP_CLASSPATH+=":${HADOOP_CONF_DIR}"
+    if ! [ -x "$(command -v hadoop)" ]; then

Review comment:
       Is this exception in your screenshot even possible? It seems that the 
interpreter does not start if `hadoop' is not in the PATH?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to