aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/toree-gateway.properties.template
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-19 12:39:03 -0800
committerLuciano Resende <lresende@apache.org>2017-01-23 11:10:04 -0800
commit78920739e7f5c3e1ee6d6c4632e513aabf108eb2 (patch)
treee083c557ff6a77e78ff56980d2a31a9c5d4d68f1 /src/main/resources/toree-gateway.properties.template
parentf378b236663cef80a02215714e7b5590fdc8e26b (diff)
downloadtoree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.gz
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.tar.bz2
toree-gateway-78920739e7f5c3e1ee6d6c4632e513aabf108eb2.zip
Lifecycle management for Toree Gateway
The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x
Diffstat (limited to 'src/main/resources/toree-gateway.properties.template')
-rw-r--r--src/main/resources/toree-gateway.properties.template29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/resources/toree-gateway.properties.template b/src/main/resources/toree-gateway.properties.template
new file mode 100644
index 0000000..67be1ed
--- /dev/null
+++ b/src/main/resources/toree-gateway.properties.template
@@ -0,0 +1,29 @@
+#
+# (C) Copyright IBM Corp. 2017
+#
+# Licensed under the Apache License, Version 2.0 (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
+#
+# 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.
+#
+
+
+[general]
+gateway.home=/opt/toree-gateway
+
+spark.master=spark://9.30.137.220:7077
+#spark.cpus=4
+#spark.memory=1g
+
+toree.ip=9.30.137.220
+toree.username=spark
+toree.password=whoopi
+toree.home=/u/home/SPARK/toree
+