wbo4958 commented on code in PR #52110: URL: https://github.com/apache/spark/pull/52110#discussion_r2328993271
########## launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java: ########## @@ -241,7 +246,7 @@ List<String> buildClassPath(String appClassPath) throws IOException { } } - if (isRemote) { + if (isRemote || isBeeLine) { Review Comment: Does this affect spark-thrift-server which runs on spark classic mode? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org