Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21450#discussion_r195144445
--- Diff: launcher/src/main/java/org/apache/spark/launcher/Main.java ---
@@ -101,6 +99,22 @@ public static void main(String[] argsArray) throws
Exception {
}
}
+ /**
+ * Prepare spark commands with the appropriate command builder.
+ * If printLaunchCommand is set then the commands will be printed to the
stderr.
+ */
+ private static List<String> buildCommand(AbstractCommandBuilder builder,
--- End diff --
Read that as "unless it cannot apply to Java at all, follow the Scala
style".
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]