Created 12-28-2018 07:59 AM
Hi Team,
Is it possible to retrieve deleted zeppelin notebooks in 0.8.0 version (HDP 3.0.1) ,if its possible please suggest how to do.
Regards,
Rajendra
Created 12-28-2018 11:48 AM
@rajendra babu From hdp 2.6.3 zeppelin store notebooks under hdfs location: /user/zeppelin/notebook/ , as you have deleted notebook you can re-store it from trash.
Check if that notebook exists under trash directory or not
Created 12-28-2018 07:59 AM
@Felix Albani Hi Felix, could you please advise us on this.
Created 12-28-2018 08:21 AM
Hi @rajendra babu,
are you saving your notebooks in local storage? if that's the case, unfortunately, we cannot do anything here
you can save the notebooks other than local storage referring to this help: https://zeppelin.apache.org/docs/0.8.0/setup/storage/storage.html#notebook-storage-in-zeppelinhub
This will help you recover the notebooks if you are using GIT, MongoDB or zeppelinhub.
It is recommended to have 2 notebook repo so that you have at least another copy of your note.
@scharan any views on this ?
Created 01-02-2019 12:45 PM
Thank you @Akhil S Naik for supporting.
Created 12-28-2018 11:48 AM
@rajendra babu From hdp 2.6.3 zeppelin store notebooks under hdfs location: /user/zeppelin/notebook/ , as you have deleted notebook you can re-store it from trash.
Check if that notebook exists under trash directory or not
Created 01-02-2019 11:40 AM
Hi @scharan,
Great Job!
Its working fine for me, may i know how much time trash is holds the deleted notebooks.
Created 01-02-2019 02:44 PM
check fs.trash.interval time in hdfs , files deleted completely after the trash interval time. you can restore before trash.interval time
Created 01-03-2019 07:45 AM
@scharan i have checked fs.trash.interval is 360 minutes so can we increase this time interval if yes what was the range.
Created 01-04-2019 05:09 AM
@scharan I have deleted my notebook on 03-01-19 at 18:00 with respect to my cluster configuration fs.trash.interval is 360minutes i.e., 6hours even though after 15hours Trash still holds my deleted notebooks.
Any help on this.