No longer necessary to specify jackson-core-asl in spark classpath

Versions 1.3.1 and 1.6.0 of spark in the spark standalone plugin
will work correctly without having jackson-core-asl-1.8.8.jar
specified in the classpath for the driver and executors. This
was necessary for spark 1.0.0 (but did not break 1.3.1 or 1.6.0)

Change-Id: Ic146bf2df98e684c0ac49e11f6608c95fa926d2b
Partial-implements: blueprint remove-spark-100
This commit is contained in:
Trevor McKay 2016-02-19 15:45:11 -05:00 committed by Vitaly Gridnev
parent acebacd3d4
commit 66d5d3fd16
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ XML_CONFS = {
}
_default_executor_classpath = ":".join(
['/usr/lib/hadoop/lib/jackson-core-asl-1.8.8.jar',
'/usr/lib/hadoop/hadoop-swift.jar'])
['/usr/lib/hadoop/hadoop-swift.jar'])
SPARK_CONFS = {
'Spark': {