aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-24 09:52:36 -0800
committerLuciano Resende <lresende@apache.org>2017-01-24 09:52:36 -0800
commit2d4a9d9506bdb2b15af892423578729db0e7d125 (patch)
treedaba1b7807dccb7d77b04dde2c55995ebc3e26a1
parent72324c513db7ec0f5338a1abe04d85642587e618 (diff)
downloadtoree-gateway-2d4a9d9506bdb2b15af892423578729db0e7d125.tar.gz
toree-gateway-2d4a9d9506bdb2b15af892423578729db0e7d125.tar.bz2
toree-gateway-2d4a9d9506bdb2b15af892423578729db0e7d125.zip
Invoke the right start script on the remote system
-rw-r--r--python/toree_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/toree_manager.py b/python/toree_manager.py
index 2784067..9f1e9d4 100644
--- a/python/toree_manager.py
+++ b/python/toree_manager.py
@@ -91,7 +91,7 @@ class ToreeManager:
config = profile.config()
command = '''
cd {} &&
- . tkarra.sh --ip {} --stdin-port {} --control-port {} --shell-port {} --iopub-port {} --heartbeat-port {} &&
+ . startrun.sh --ip {} --stdin-port {} --control-port {} --shell-port {} --iopub-port {} --heartbeat-port {} &&
exit
'''.format( \
self.configManager.get('toree.home') + "/bin", \