Luciano Resende
Luciano Resende
This is a bit harder to respond, maybe the logs could give us some hints? Does the EG, Spark, Hadoop logs show any related issues?
I believe there might be two issues here, but I don't have an environment to test: - You need to properly initialize a Kerberos session for the user (kinit user-info)...
Possibly related: https://www.continuum.io/blog/developer-blog/self-service-open-data-science-custom-anaconda-management-packs-hortonworks-hdp
We already have things like KERNEL_USERNAME, which provides a sort of a human-readable `tenant_id`. What is the drawbacks of using something like that instead of a UUID `tenant_id`?
At the moment, when running in YARN Cluster Mode, a package needs to be `pip installed` from a notebook cell, or available in all worker nodes. There are a few...
@ArindamHalder7 your issue seems a little different from the original use case described by @michzimny , particularly because he is using Hub + Kubernetes. Do you mind creating a new...
Thanks @esevan , I am finding exactly the same issues as you. if you have a working solution, do you want to provide a patch via GitHub PR ?
See comment above, we still need to address the sys.path (e.g. PYTHONPATH) configuration and add user installation folder or make global one writable by jovyan.
Let us know if you have any questions to get started. A quick look at our docs and at the latest #529 pr might help. I would recommend a vanilla...
> Hi Jash - thank you for your interest. If you're new to Jupyter notebooks in general, this will be challenging, but nothing we can't overcome. Along the lines of...