Reamer commented on code in PR #4999:
URL: https://github.com/apache/zeppelin/pull/4999#discussion_r2231095550
##########
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/launcher/SparkInterpreterLauncher.java:
##########
@@ -293,7 +293,25 @@ private String detectSparkScalaVersion(String sparkHome,
Map<String, String> env
private String detectSparkScalaVersionByReplClass(String sparkHome) throws
Exception {
File sparkJarsFolder = new File(sparkHome + "/jars");
Review Comment:
Perhaps it is time to use the Files and Paths classes here?
--
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]