Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/21450
This doesn't seem to be addressing the issue reported in the bug. The exact
same error happens with your patch:
```
$ ./bin/run-example
Exception in thread "main" java.lang.IllegalArgumentException: Missing
application resource.
at
org.apache.spark.launcher.CommandBuilderUtils.checkArgument(CommandBuilderUtils.java:241)
at
org.apache.spark.launcher.SparkSubmitCommandBuilder.buildSparkSubmitArgs(SparkSubmitCommandBuilder.java:185)
at
org.apache.spark.launcher.SparkSubmitCommandBuilder.buildSparkSubmitCommand(SparkSubmitCommandBuilder.java:300)
at
org.apache.spark.launcher.SparkSubmitCommandBuilder.buildCommand(SparkSubmitCommandBuilder.java:166)
at org.apache.spark.launcher.Main.main(Main.java:86)
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]