aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
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 /repl/pom.xml
parentcc37b3151cb606ecf1c35865202dc2a08741281c (diff)
downloadspark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.tar.gz
spark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.tar.bz2
spark-52ccf4f859d92ed9e86d3720a983ac2c4a1c23bf.zip
deprecate "spark" script and SPAKR_CLASSPATH environment variable
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 2826c0743c..f71184f865 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -125,7 +125,6 @@
<environmentVariables>
<SPARK_HOME>${basedir}/..</SPARK_HOME>
<SPARK_TESTING>1</SPARK_TESTING>
- <SPARK_CLASSPATH>${spark.classpath}</SPARK_CLASSPATH>
</environmentVariables>
</configuration>
</plugin>