pan3793 commented on code in PR #4668:
URL: https://github.com/apache/zeppelin/pull/4668#discussion_r1349748003
##########
python/src/main/java/org/apache/zeppelin/python/PythonInterpreter.java:
##########
@@ -116,7 +115,6 @@ public void open() throws InterpreterException {
}
try {
- this.usePy4jAuth =
Boolean.parseBoolean(getProperty("zeppelin.py4j.useAuth", "true"));
Review Comment:
This change is based on the fact that `isSecretSupported` is always true for
Spark 3.2 and above.
property `zeppelin.py4j.useAuth` is only used internally, and is not exposed
to the end user, the removal should be safe.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]