aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorshane-huang <shengsheng.huang@intel.com>2013-09-23 11:28:58 +0800
committershane-huang <shengsheng.huang@intel.com>2013-09-23 11:28:58 +0800
commitdfbdc9ddb773e2b1149e6a6c661f14b631b692d0 (patch)
tree0e53db325cc8b7985a197d9b13d7adf9208e5c0f /bin
parent834686b108ce31cbee531d89de6c6e80913448f4 (diff)
downloadspark-dfbdc9ddb773e2b1149e6a6c661f14b631b692d0.tar.gz
spark-dfbdc9ddb773e2b1149e6a6c661f14b631b692d0.tar.bz2
spark-dfbdc9ddb773e2b1149e6a6c661f14b631b692d0.zip
added spark-class and spark-executor to sbin
Signed-off-by: shane-huang <shengsheng.huang@intel.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spark-daemon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh
index 5bfe967fbf..6baee0c33b 100755
--- a/bin/spark-daemon.sh
+++ b/bin/spark-daemon.sh
@@ -128,7 +128,7 @@ case $startStop in
spark_rotate_log "$log"
echo starting $command, logging to $log
cd "$SPARK_PREFIX"
- nohup nice -n $SPARK_NICENESS "$SPARK_PREFIX"/spark-class $command "$@" >> "$log" 2>&1 < /dev/null &
+ nohup nice -n $SPARK_NICENESS "$SPARK_PREFIX"/sbin/spark-class $command "$@" >> "$log" 2>&1 < /dev/null &
newpid=$!
echo $newpid > $pid
sleep 2