alexott commented on a change in pull request #3556: [ZEPPELIN-4488]. Support
Flink 1.10
URL: https://github.com/apache/zeppelin/pull/3556#discussion_r370932870
##########
File path: bin/interpreter.sh
##########
@@ -204,10 +204,13 @@ elif [[ "${INTERPRETER_ID}" == "pig" ]]; then
fi
elif [[ "${INTERPRETER_ID}" == "flink" ]]; then
Review comment:
#discussing Maybe we should refactor this into a separate functions loaded
from an interpreter-specific scripts? It could be easier to understand the code
of interpreter as we add more and more interpreters. Plus, this will make it
easier to have external interpreters.
----------------------------------------------------------------
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]
With regards,
Apache Git Services