aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-01-06 14:15:07 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-01-06 14:15:07 -0800
commit934ecc829aa06ce4d9ded3596b86b4733ed2a123 (patch)
tree8784fa17ad1eea388edd80bad1ae3c396f200976
parent3dc87dd923578f20f2c6945be7d8c03797e76237 (diff)
downloadspark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.tar.gz
spark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.tar.bz2
spark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.zip
Removed streaming-env.sh.template
-rwxr-xr-xconf/streaming-env.sh.template22
-rwxr-xr-xrun4
-rw-r--r--sentences.txt3
3 files changed, 0 insertions, 29 deletions
diff --git a/conf/streaming-env.sh.template b/conf/streaming-env.sh.template
deleted file mode 100755
index 1ea9ba5541..0000000000
--- a/conf/streaming-env.sh.template
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-
-# This file contains a few additional setting that are useful for
-# running streaming jobs in Spark. Copy this file as streaming-env.sh .
-# Note that this shell script will be read after spark-env.sh, so settings
-# in this file may override similar settings (if present) in spark-env.sh .
-
-
-# Using concurrent GC is strongly recommended as it can significantly
-# reduce GC related pauses.
-
-SPARK_JAVA_OPTS+=" -XX:+UseConcMarkSweepGC"
-
-# Using Kryo serialization can improve serialization performance
-# and therefore the throughput of the Spark Streaming programs. However,
-# using Kryo serialization with custom classes may required you to
-# register the classes with Kryo. Refer to the Spark documentation
-# for more details.
-
-# SPARK_JAVA_OPTS+=" -Dspark.serializer=spark.KryoSerializer"
-
-export SPARK_JAVA_OPTS
diff --git a/run b/run
index 27506c33e2..2f61cb2a87 100755
--- a/run
+++ b/run
@@ -13,10 +13,6 @@ if [ -e $FWDIR/conf/spark-env.sh ] ; then
. $FWDIR/conf/spark-env.sh
fi
-if [ -e $FWDIR/conf/streaming-env.sh ] ; then
- . $FWDIR/conf/streaming-env.sh
-fi
-
if [ "$SPARK_LAUNCH_WITH_SCALA" == "1" ]; then
if [ `command -v scala` ]; then
RUNNER="scala"
diff --git a/sentences.txt b/sentences.txt
deleted file mode 100644
index fedf96c66e..0000000000
--- a/sentences.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Hello world!
-What's up?
-There is no cow level