Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21450#discussion_r195165247
--- Diff: launcher/src/main/java/org/apache/spark/launcher/Main.java ---
@@ -101,6 +99,23 @@ 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 --
The style is to double indent parameter lists... when in doubt, look at the
rest of the code, not the style guide.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]