Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-32804][LAUNCHER][FOLLOWUP] Fix SparkSubmitCommandBuilderSuite …
…test failure without jars ### What changes were proposed in this pull request? It's a followup of #29653. Tests in `SparkSubmitCommandBuilderSuite` may fail if you didn't build first and have jars before test, so if `isTesting` we should set a dummy `SparkLauncher.NO_RESOURCE`. ### Why are the changes needed? Fix tests failure. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? mvn clean test (test without jars built first). Closes #29769 from KevinSmile/bug-fix-master. Authored-by: KevinSmile <kevinwang013@hotmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
- Loading branch information