aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-daemon.sh
diff options
context:
space:
mode:
authorJoseph E. Gonzalez <joseph.e.gonzalez@gmail.com>2013-09-17 17:34:24 -0700
committerJoseph E. Gonzalez <joseph.e.gonzalez@gmail.com>2013-09-17 17:34:24 -0700
commita3fb29938cd61174785722054cc9331360ccccfe (patch)
tree291f330beda2019db474f2a28fc81b2eb9ffcfb3 /bin/spark-daemon.sh
parent205dba352f0905f77ce285aa1ad7e92f67681e4f (diff)
parent5ccb60d467f58c104f37e05e99a50fdf06301e5e (diff)
downloadspark-a3fb29938cd61174785722054cc9331360ccccfe.tar.gz
spark-a3fb29938cd61174785722054cc9331360ccccfe.tar.bz2
spark-a3fb29938cd61174785722054cc9331360ccccfe.zip
Merging changes between Reynold's branch and Joey's modifications.
Diffstat (limited to 'bin/spark-daemon.sh')
-rwxr-xr-xbin/spark-daemon.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh
index 8ee3ec481f..a5b88ca785 100755
--- a/bin/spark-daemon.sh
+++ b/bin/spark-daemon.sh
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-# This Spark deploy script is a modified version of the Apache Hadoop deploy
-# script, available under the Apache 2 license:
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@@ -10,13 +8,14 @@
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
# Runs a Spark command as a daemon.
#