aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-23 19:57:03 -0800
committerLuciano Resende <lresende@apache.org>2017-01-23 19:57:03 -0800
commitd592198c0115da2fff47abfc4734b9ba822d454e (patch)
tree27834d3b5d640789e54ab51365df204d6c822f68
parent78920739e7f5c3e1ee6d6c4632e513aabf108eb2 (diff)
downloadtoree-gateway-d592198c0115da2fff47abfc4734b9ba822d454e.tar.gz
toree-gateway-d592198c0115da2fff47abfc4734b9ba822d454e.tar.bz2
toree-gateway-d592198c0115da2fff47abfc4734b9ba822d454e.zip
Document configuration template
-rw-r--r--src/main/resources/toree-gateway.properties.template17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/main/resources/toree-gateway.properties.template b/src/main/resources/toree-gateway.properties.template
index 67be1ed..68b0d3d 100644
--- a/src/main/resources/toree-gateway.properties.template
+++ b/src/main/resources/toree-gateway.properties.template
@@ -18,12 +18,19 @@
[general]
gateway.home=/opt/toree-gateway
-spark.master=spark://9.30.137.220:7077
+# the Spark Master URL (e.g spark://<ip>:7077)
+spark.master=
+# not used at the moment
#spark.cpus=4
+# not used at the moment
#spark.memory=1g
-toree.ip=9.30.137.220
-toree.username=spark
-toree.password=whoopi
-toree.home=/u/home/SPARK/toree
+# the ip of the remote system where Toree will be running
+toree.ip=
+# the username used to connect to remote system where Toree will be running
+toree.username=
+# the password used to connect to remote system where Toree will be running
+toree.password=
+# location on the remote system where Toree is installed
+toree.home=