aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorEvan Chan <ev@ooyala.com>2013-06-25 00:02:00 -0700
committerEvan Chan <ev@ooyala.com>2013-06-25 00:02:00 -0700
commitc3d11d0d57739ec3f08783f71bf4d0efdec3d627 (patch)
tree24663adfc17bb84ceb844cb6dd85489416809de9 /run
parentcee05a174897af294f52cbda551da09cb869557e (diff)
downloadspark-c3d11d0d57739ec3f08783f71bf4d0efdec3d627.tar.gz
spark-c3d11d0d57739ec3f08783f71bf4d0efdec3d627.tar.bz2
spark-c3d11d0d57739ec3f08783f71bf4d0efdec3d627.zip
Get rid of debugging statements
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 0 insertions, 3 deletions
diff --git a/run b/run
index 30a2885a4d..646d12c1eb 100755
--- a/run
+++ b/run
@@ -64,8 +64,6 @@ export JAVA_OPTS
# Check if this is a binary distribution or source distribution
# and build up the classpath appropriately
if [ -f "$FWDIR/RELEASE" ]; then
- echo "This is a binary distribution"
-
if [ `command -v java` ]; then
RUNNER="java"
else
@@ -81,7 +79,6 @@ if [ -f "$FWDIR/RELEASE" ]; then
# The JVM doesn't read JAVA_OPTS by default so we need to pass it in
EXTRA_ARGS="$JAVA_OPTS"
else
- echo "This is a source distribution"
. "$FWDIR/set-dev-classpath.sh"
fi