GitHub user gaborgsomogyi opened a pull request:
https://github.com/apache/spark/pull/21450
[SPARK-24319][SPARK SUBMIT] Fix spark-submit execution where no main class
is required.
## What changes were proposed in this pull request?
With [PR 20925](https://github.com/apache/spark/pull/20925) now it's not
possible to execute the following commands:
* run-example --help
* run-example --version
* run-example --usage-error
* run-example --status ...
* run-example --kill ...
In this PR the execution will be allowed for the mentioned commands.
## How was this patch tested?
Existing unit tests extended + additional written.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaborgsomogyi/spark SPARK-24319
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21450.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21450
----
commit a69850b6fdcbe2e234e70a597d9ad6beae6a6937
Author: Gabor Somogyi <gabor.g.somogyi@...>
Date: 2018-05-29T15:38:56Z
[SPARK-24319][SPARK SUBMIT] Fix spark-submit execution where no main class
is required.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]