Created 05-04-2017 07:52 PM
This is needed because, if a user leaves the company then we should clean up the zeppelin.
Created 05-05-2017 02:05 PM
If you cannot directly remove it from Zeppelin UI, you can delete it from the zeppelin node. To do that:
- open up the notebook from zeppelin UI - in the URL the last bit is the folder name. Usually looks like e.g. 2CG68RV7V
- now, go to zeppelin cli
- cd /usr/hdp/current/zeppelin-server/notebook
- rm -rf 2CG68RV7V
- restart zeppelin service
Created on 05-10-2017 09:00 AM - edited 08-17-2019 07:19 PM
Hey Daniel,
Thanks for the response, however this is possible only if we can see the notebook but if the user has restricted reader then we will not be able to see the notebook on our UI. For example:
So no other user will be able to see the notebook.
P.S. This might be only in zeppelin 0.7
Created 05-10-2017 09:38 AM
Yes, you are right. Please, raise a case for it and I will handle it.
Created 04-15-2019 08:23 PM
was there a case raised for this issue ?
I am in the same situation and I need help with this.
thanks
Kumar