Github user tigerquoll commented on a diff in the pull request:
https://github.com/apache/spark/pull/2516#discussion_r18067608
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
@@ -288,11 +291,11 @@ object SparkSubmit {
}
private def launch(
- childArgs: ArrayBuffer[String],
- childClasspath: ArrayBuffer[String],
- sysProps: Map[String, String],
- childMainClass: String,
- verbose: Boolean = false) {
+ childArgs: mutable.ArrayBuffer[String],
--- End diff --
Double checked Intellij's Scala plugin is set to 2 space tabs. I've deleted
the spaces and re-indented - lets see if that solves it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]