Open Armelabdelkbir opened 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Hi @Armelabdelkbir
How did you fix this I am facing similar kind of issue ?
Hello, since few days ago i'm trying to install a sandbox with jupyterhub on YARN cluster + LDAP, with version 1.4.1 as my production environment to do some tests, i follow this documentation https://jupyterhub-on-hadoop.readthedocs.io/en/latest/manual-spawner.html my application seems to be running with an application_id on yarn with no errors after login,
but my notebook never start and i got this error
**STACK jupyterhub = 1.4.1 jupyterhub-singleuser= 1.4.1 IPython : 7.16.3 ipykernel : 5.5.6 jupyter_client : 7.1.2 jupyter_core : 4.9.2 jupyter_server : 1.13.1 jupyterlab : 3.0.16 nbclient : 0.5.9 nbconvert : 6.0.7 nbformat : 5.1.3 notebook : 6.0.3 traitlets : 4.3.3
nodejs : v14.17.1 configurable-http-proxy = 4.4.0
**Jupyterhub_conf c.JupyterHub.hub_bind_url = 'http://10.1.2.38:8081' c.JupyterHub.hub_connect_ip = '10.1.2.38' c.JupyterHub.ip = '10.1.2.38' c.JupyterHub.port = 9999 c.JupyterHub.ConfigurableHTTPProxy.command='/usr/local/bin/configurable-http-proxy' c.JupyterHub.spawner_class = 'yarnspawner.YarnSpawner' c.YarnSpawner.principal = jupyter_dev c.YarnSpawner.keytab = '/etc/security/keytabs/jupyter_dev.keytab' c.YarnSpawner.localize_files = { 'environment': { 'source': 'hdfs://dev/jupyterhub-env-dev/jupyterhub_env.tar.gz', 'visibility': 'public' } }
c.YarnSpawner.default_url = '/lab' c.YarnSpawner.queue='llap' c.YarnSpawner.cmd = ['python -m yarnspawner.jupyter_labhub'] c.YarnSpawner.prologue = 'source environment/bin/activate' c.YarnSpawner.args = ['--NotebookApp.contents_manager_class="hdfscm.HDFSContentsManager"'] c.YarnSpawner.mem_limit='4 G'
Any idea ? thanks