You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/opt/conda/lib/python3.7/site-packages/enterprise_gateway/services/processproxies/processproxy.py", line 87, in __init__
177
+
File "/opt/conda/lib/python3.8/site-packages/enterprise_gateway/services/processproxies/processproxy.py", line 87, in __init__
178
178
self._validate_port_range(proxy_config)
179
-
File "/opt/conda/lib/python3.7/site-packages/enterprise_gateway/services/processproxies/processproxy.py", line 407, in _validate_port_range
179
+
File "/opt/conda/lib/python3.8/site-packages/enterprise_gateway/services/processproxies/processproxy.py", line 407, in _validate_port_range
180
180
"port numbers is (1024, 65535).".format(self.lower_port))
181
181
RuntimeError: Invalid port range '1000..2000' specified. Range for valid port numbers is (1024, 65535).
182
182
```
@@ -214,13 +214,6 @@ This is usually seen when you are trying to use more resources then what is avai
214
214
To address this issue, increase the amount of memory available for your Hadoop YARN application or another
215
215
resource manager managing the kernel. For example, on Kubernetes, this may be a time when the kernel specification's [kernel-pod.yaml.j2](https://github.com/jupyter-server/enterprise_gateway/blob/main/etc/kernel-launchers/kubernetes/scripts/kernel-pod.yaml.j2) file should be extended with resource quotas.
216
216
217
-
## Spark and Python Versions
218
-
219
-
Scenario: **PySpark 2.4.x fails on Python 3.8**
220
-
221
-
PySpark 2.4.x fails on Python 3.8 as described in [SPARK-29536](https://issues.apache.org/jira/browse/SPARK-29536).
222
-
Use Python 3.7.x as the issue only seems to have been resolved on Spark 3.0.
223
-
224
217
## Kerberos
225
218
226
219
Scenario: **I'm trying to use a notebook with user impersonation on a Kerberos enabled cluster, but it fails to authenticate.**
0 commit comments