You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2016/01/11 22:02:07 UTC

[25/50] [abbrv] incubator-toree git commit: Fixed missing comma in Vagrantfile kernel.json

Fixed missing comma in Vagrantfile kernel.json


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

Branch: refs/heads/master
Commit: e002a1bc62f9f8acfdcd9504c5213c14268e30b8
Parents: f8b37cc
Author: Gino Bustelo <pa...@us.ibm.com>
Authored: Thu Nov 19 13:28:14 2015 -0600
Committer: Gino Bustelo <pa...@us.ibm.com>
Committed: Tue Nov 24 08:49:50 2015 -0600

----------------------------------------------------------------------
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/e002a1bc/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 47f27b4..09132da 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -129,7 +129,7 @@ cat << EOF > /home/vagrant/.ipython/kernels/spark/kernel.json
     ],
     "codemirror_mode": "scala",
     "env": {
-        "SPARK_OPTS": "--driver-java-options=-Xms1024M --driver-java-options=-Xmx4096M --driver-java-options=-Dlog4j.logLevel=trace"
+        "SPARK_OPTS": "--driver-java-options=-Xms1024M --driver-java-options=-Xmx4096M --driver-java-options=-Dlog4j.logLevel=trace",
         "MAX_INTERPRETER_THREADS": "16",
         "SPARK_CONFIGURATION": "spark.cores.max=4",
         "CAPTURE_STANDARD_OUT": "true",