Repository: spark
Updated Branches:
  refs/heads/master 358d7ffd0 -> e5566e05b


[SPARK-3774] typo comment in bin/utils.sh

Modified the comment of bin/utils.sh.

Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>

Closes #2639 from tsudukim/feature/SPARK-3774 and squashes the following 
commits:

707b779 [Masayoshi TSUZUKI] [SPARK-3774] typo comment in bin/utils.sh


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e5566e05
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e5566e05
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e5566e05

Branch: refs/heads/master
Commit: e5566e05b1ac99aa6caf1701e47ebcdb68a002c6
Parents: 358d7ff
Author: Masayoshi TSUZUKI <tsudu...@oss.nttdata.co.jp>
Authored: Fri Oct 3 13:12:37 2014 -0700
Committer: Andrew Or <andrewo...@gmail.com>
Committed: Fri Oct 3 13:12:37 2014 -0700

----------------------------------------------------------------------
 bin/utils.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e5566e05/bin/utils.sh
----------------------------------------------------------------------
diff --git a/bin/utils.sh b/bin/utils.sh
index 0804b1e..22ea2b9 100755
--- a/bin/utils.sh
+++ b/bin/utils.sh
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-# Gather all all spark-submit options into SUBMISSION_OPTS
+# Gather all spark-submit options into SUBMISSION_OPTS
 function gatherSparkSubmitOpts() {
 
   if [ -z "$SUBMIT_USAGE_FUNCTION" ]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to