aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJose Manuel Gomez <jmgomez@stratio.com>2015-03-30 14:59:08 +0100
committerSean Owen <sowen@cloudera.com>2015-03-30 14:59:26 +0100
commit19d4c392fa1738e5dd04418cb008abc8810b8122 (patch)
tree04a00b1477974d72326bf4ce40b5c4299c4e91be /sbin
parent4bdfb7bab3b9d20167571d9b6888a2a44d9d43fc (diff)
downloadspark-19d4c392fa1738e5dd04418cb008abc8810b8122.tar.gz
spark-19d4c392fa1738e5dd04418cb008abc8810b8122.tar.bz2
spark-19d4c392fa1738e5dd04418cb008abc8810b8122.zip
[HOTFIX] Update start-slave.sh
wihtout this change the below error happens when I execute sbin/start-all.sh localhost: /spark-1.3/sbin/start-slave.sh: line 32: unexpected EOF while looking for matching `"' localhost: /spark-1.3/sbin/start-slave.sh: line 33: syntax error: unexpected end of file my operating system is Linux Mint 17.1 Rebecca Author: Jose Manuel Gomez <jmgomez@stratio.com> Closes #5262 from josegom/patch-2 and squashes the following commits: 453af8b [Jose Manuel Gomez] Update start-slave.sh 2c456bd [Jose Manuel Gomez] Update start-slave.sh
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/start-slave.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/start-slave.sh b/sbin/start-slave.sh
index c0155384f7..5a6de11afd 100755
--- a/sbin/start-slave.sh
+++ b/sbin/start-slave.sh
@@ -19,7 +19,7 @@
# Starts a slave on the machine this script is executed on.
-usage="Usage: start-slave.sh <worker#> <spark-master-URL> where <spark-master-URL> is like "spark://localhost:7077"
+usage="Usage: start-slave.sh <worker#> <spark-master-URL> where <spark-master-URL> is like spark://localhost:7077"
if [ $# -lt 2 ]; then
echo $usage