aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/profiles/kernel-3
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-24 16:04:39 -0800
committerLuciano Resende <lresende@apache.org>2017-01-24 16:04:39 -0800
commit1591f422d0e286caa74add358ff6615fbeb9e6bf (patch)
tree328d9f4d1cdb8f37a5cabd89b29893a2c47e1fe9 /src/main/resources/profiles/kernel-3
parentf39ec3fc562a080f41b52e5a7adb87974388adc4 (diff)
downloadtoree-gateway-1591f422d0e286caa74add358ff6615fbeb9e6bf.tar.gz
toree-gateway-1591f422d0e286caa74add358ff6615fbeb9e6bf.tar.bz2
toree-gateway-1591f422d0e286caa74add358ff6615fbeb9e6bf.zip
Enable running multiple notebooks concurrently
There was port conflicts starting py4j when a new notebook instance was started. We now specify the py4j ports to use in profile.json and use those to avoid conflicts.
Diffstat (limited to 'src/main/resources/profiles/kernel-3')
-rw-r--r--src/main/resources/profiles/kernel-3/profile.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/profiles/kernel-3/profile.json b/src/main/resources/profiles/kernel-3/profile.json
index 72113b1..1fa422c 100644
--- a/src/main/resources/profiles/kernel-3/profile.json
+++ b/src/main/resources/profiles/kernel-3/profile.json
@@ -7,5 +7,7 @@
"ip": "9.30.137.220",
"transport": "tcp",
"signature_scheme": "hmac-sha256",
- "key": ""
+ "key": "",
+ "py4j_java": 25337,
+ "py4j_python": 25338
} \ No newline at end of file