aboutsummaryrefslogtreecommitdiff
path: root/sbin/compute-classpath.cmd
diff options
context:
space:
mode:
authorAndrew xia <junluan.xia@intel.com>2013-10-12 14:34:14 +0800
committerAndrew xia <junluan.xia@intel.com>2013-10-12 14:34:14 +0800
commit52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf (patch)
tree0917110e4f0df8478a5c7de235337aa2879bb7b0 /sbin/compute-classpath.cmd
parentcc37b3151cb606ecf1c35865202dc2a08741281c (diff)
downloadspark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.tar.gz
spark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.tar.bz2
spark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.zip
deprecate "spark" script and SPAKR_CLASSPATH environment variable
Diffstat (limited to 'sbin/compute-classpath.cmd')
-rw-r--r--sbin/compute-classpath.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/compute-classpath.cmd b/sbin/compute-classpath.cmd
index cf38188c4b..e0b8a8ef5f 100644
--- a/sbin/compute-classpath.cmd
+++ b/sbin/compute-classpath.cmd
@@ -29,7 +29,7 @@ rem Load environment variables from conf\spark-env.cmd, if it exists
if exist "%FWDIR%conf\spark-env.cmd" call "%FWDIR%conf\spark-env.cmd"
rem Build up classpath
-set CLASSPATH=%SPARK_CLASSPATH%;%FWDIR%conf
+set CLASSPATH=%FWDIR%conf
if exist "%FWDIR%RELEASE" (
for %%d in ("%FWDIR%jars\spark-assembly*.jar") do (
set ASSEMBLY_JAR=%%d