aboutsummaryrefslogtreecommitdiff
path: root/python/toree_kernel.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/toree_kernel.py')
-rw-r--r--python/toree_kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/toree_kernel.py b/python/toree_kernel.py
index c89d065..e73d916 100644
--- a/python/toree_kernel.py
+++ b/python/toree_kernel.py
@@ -63,7 +63,7 @@ class ToreeKernel(MetaKernel):
args = [
"java",
"-classpath",
- "/opt/toree_proxy/lib/toree-client-0.1-jar-with-dependencies.jar",
+ "/opt/toree_proxy/lib/toree-gateway-0.1-jar-with-dependencies.jar",
"com.ibm.ToreeClient"
]