From 2d4a9d9506bdb2b15af892423578729db0e7d125 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Tue, 24 Jan 2017 09:52:36 -0800 Subject: Invoke the right start script on the remote system --- python/toree_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", \ -- cgit v1.2.3