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: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to