aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorJoshua Hartman <jhartman@linkedin.com>2010-12-05 21:20:15 -0800
committerJoshua Hartman <jhartman@linkedin.com>2010-12-05 21:20:15 -0800
commit2fb849502f57ec29e9913907872183af06a57b3e (patch)
tree16c17215b415d5271cc16e382e3911b738669d6b /run
parentf8ea98d9894d72feb7e8cd3951a576b24b448397 (diff)
downloadspark-2fb849502f57ec29e9913907872183af06a57b3e.tar.gz
spark-2fb849502f57ec29e9913907872183af06a57b3e.tar.bz2
spark-2fb849502f57ec29e9913907872183af06a57b3e.zip
Replacing the native lzf compression code with the ning open-source compress-lzf library. (Apache 2.0 liscense)
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/run b/run
index d6f7d920c5..5c8943c91b 100755
--- a/run
+++ b/run
@@ -48,6 +48,7 @@ CLASSPATH+=:$FWDIR/third_party/jetty-7.1.6.v20100715/servlet-api-2.5.jar
CLASSPATH+=:$FWDIR/third_party/apache-log4j-1.2.16/log4j-1.2.16.jar
CLASSPATH+=:$FWDIR/third_party/slf4j-1.6.1/slf4j-api-1.6.1.jar
CLASSPATH+=:$FWDIR/third_party/slf4j-1.6.1/slf4j-log4j12-1.6.1.jar
+CLASSPATH+=:$FWDIR/third_party/compress-lzf-0.6.0/compress-lzf-0.6.0.jar
for jar in $FWDIR/third_party/hadoop-0.20.0/lib/*.jar; do
CLASSPATH+=:$jar
done