Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Feb 13, 2025
1 parent dee71fc commit e496bc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ List<String> buildSparkSubmitArgs() {
}

if (mainClass != null) {
System.out.println("################## set main class ####### isRemote? " + isRemote);
args.add(parser.CLASS);
if (isRemote && "1".equals(getenv("SPARK_SCALA_SHELL"))) {
args.add("org.apache.spark.sql.application.ConnectRepl");
Expand Down

0 comments on commit e496bc8

Please sign in to comment.