spark-instrumented-optimizer/core
jerryshao 7bf8a40498 [SPARK-17686][CORE] Support printing out scala and java version with spark-submit --version command
## What changes were proposed in this pull request?

In our universal gateway service we need to specify different jars to Spark according to scala version. For now only after launching Spark application can we know which version of Scala it depends on. It makes hard for us to support different Scala + Spark versions to pick the right jars.

So here propose to print out Scala version according to Spark version in "spark-submit --version", so that user could leverage this output to make the choice without needing to launching application.

## How was this patch tested?

Manually verified in local environment.

Author: jerryshao <sshao@hortonworks.com>

Closes #15456 from jerryshao/SPARK-17686.
2016-10-13 03:29:14 -04:00
..
src [SPARK-17686][CORE] Support printing out scala and java version with spark-submit --version command 2016-10-13 03:29:14 -04:00
pom.xml [SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13 2016-10-11 08:29:52 +02:00