From d592198c0115da2fff47abfc4734b9ba822d454e Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Mon, 23 Jan 2017 19:57:03 -0800 Subject: Document configuration template --- src/main/resources/toree-gateway.properties.template | 17 ++++++++++++----- 1 file 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://: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= -- cgit v1.2.3