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
Hi, we ran into such an issue that when using this hdfscm to connect to a remote hdfs, right-click on a file in the left bar and click "download" doesn't work. The error message from the Jupyter server is below:
Error message from jupyter server:
[E 2024-03-06 10:24:39.789 ServerApp] Uncaught exception
Traceback (most recent call last):
File "/layers/com.bloomberg.ds.buildpacks.jupyter/jupyter/.venv/lib/python3.8/site-packages/tornado/http1connection.py", line 276, in _read_message
delegate.finish()
File "/layers/com.bloomberg.ds.buildpacks.jupyter/jupyter/.venv/lib/python3.8/site-packages/tornado/routing.py", line 268, in finish
self.delegate.finish()
File "/layers/com.bloomberg.ds.buildpacks.jupyter/jupyter/.venv/lib/python3.8/site-packages/tornado/web.py", line 2395, in finish
self.execute()
File "/layers/com.bloomberg.ds.buildpacks.jupyter/jupyter/.venv/lib/python3.8/site-packages/tornado/web.py", line 2417, in execute
self.handler = self.handler_class(
File "/layers/com.bloomberg.ds.buildpacks.jupyter/jupyter/.venv/lib/python3.8/site-packages/tornado/web.py", line 238, in __init__
self.initialize(**kwargs) # type: ignore
TypeError: initialize() missing 1 required positional argument: 'path'
Hi, we ran into such an issue that when using this hdfscm to connect to a remote hdfs, right-click on a file in the left bar and click "download" doesn't work. The error message from the Jupyter server is below:
According to jupyter-server/jupyter_server#1313, a
path
field needs to be set in thefile_handler_params
.The versions we are using are:
Thank you!
The text was updated successfully, but these errors were encountered: