Revision d8328d8d1cdaeae5d8a5ebee3e4c807821c8ddf3 authored by Marcelo Vanzin on 22 May 2017, 19:34:15 UTC, committed by Marcelo Vanzin on 22 May 2017, 19:34:24 UTC
Restore code that was removed as part of SPARK-17979, but instead of
using the deprecated env variable name to propagate the class path, use
a new one.

Verified by running "./bin/spark-class o.a.s.executor.CoarseGrainedExecutorBackend"
manually.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #18037 from vanzin/SPARK-20814.

(cherry picked from commit df64fa79d678e354efe3969a6ba25d964128ce18)
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
1 parent 2fd6138
History
File Mode Size
beeline -rwxr-xr-x 1.1 KB
beeline.cmd -rw-r--r-- 899 bytes
find-spark-home -rwxr-xr-x 1.9 KB
load-spark-env.cmd -rw-r--r-- 1.9 KB
load-spark-env.sh -rw-r--r-- 2.1 KB
pyspark -rwxr-xr-x 2.9 KB
pyspark.cmd -rw-r--r-- 1002 bytes
pyspark2.cmd -rw-r--r-- 1.5 KB
run-example -rwxr-xr-x 1.0 KB
run-example.cmd -rw-r--r-- 988 bytes
spark-class -rwxr-xr-x 3.1 KB
spark-class.cmd -rw-r--r-- 1012 bytes
spark-class2.cmd -rw-r--r-- 2.4 KB
spark-shell -rwxr-xr-x 2.9 KB
spark-shell.cmd -rw-r--r-- 1010 bytes
spark-shell2.cmd -rw-r--r-- 1.5 KB
spark-sql -rwxr-xr-x 1.0 KB
spark-submit -rwxr-xr-x 1.0 KB
spark-submit.cmd -rw-r--r-- 1012 bytes
spark-submit2.cmd -rw-r--r-- 1.1 KB
sparkR -rwxr-xr-x 1.0 KB
sparkR.cmd -rw-r--r-- 1000 bytes
sparkR2.cmd -rw-r--r-- 1014 bytes

back to top