aboutsummaryrefslogtreecommitdiff
path: root/sbin/compute-classpath.cmd
diff options
context:
space:
mode:
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