You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by jo...@apache.org on 2017/03/02 17:10:04 UTC

incubator-toree git commit: Fix line ending in run.sh command

Repository: incubator-toree
Updated Branches:
  refs/heads/master 6e317262c -> 0eb3bb29f


Fix line ending in run.sh command


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/0eb3bb29
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/0eb3bb29
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/0eb3bb29

Branch: refs/heads/master
Commit: 0eb3bb29fbe5fb533bc9b4bbb720a59362982b30
Parents: 6e31726
Author: Jakob Odersky <ja...@odersky.com>
Authored: Thu Mar 2 09:09:29 2017 -0800
Committer: Jakob Odersky <ja...@odersky.com>
Committed: Thu Mar 2 09:09:29 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/0eb3bb29/etc/bin/run.sh
----------------------------------------------------------------------
diff --git a/etc/bin/run.sh b/etc/bin/run.sh
index 0e662b6..33c0610 100755
--- a/etc/bin/run.sh
+++ b/etc/bin/run.sh
@@ -44,7 +44,7 @@ fi
 
 eval exec \
      "${SPARK_HOME}/bin/spark-submit" \
-     --name "Apache Toree"
+     --name "Apache Toree" \
      "${SPARK_OPTS}" \
      --class org.apache.toree.Main \
      "${TOREE_ASSEMBLY}" \