Repository: incubator-toree
Updated Branches:
  refs/heads/master 0eb3bb29f -> 15061a48e


Fix: quote application name


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

Branch: refs/heads/master
Commit: 15061a48e5e09992a97bb428bd62e06c2cafd9fd
Parents: 0eb3bb2
Author: Jakob Odersky <ja...@odersky.com>
Authored: Tue Mar 7 13:20:54 2017 -0800
Committer: Jakob Odersky <ja...@odersky.com>
Committed: Tue Mar 7 13:20:54 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/15061a48/etc/bin/run.sh
----------------------------------------------------------------------
diff --git a/etc/bin/run.sh b/etc/bin/run.sh
index 33c0610..6f0e81c 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}" \

Reply via email to