Reamer commented on a change in pull request #3833:
URL: https://github.com/apache/zeppelin/pull/3833#discussion_r487024087
##########
File path:
zeppelin-plugins/notebookrepo/filesystem/src/main/java/org/apache/zeppelin/notebook/repo/OldFileSystemNotebookRepo.java
##########
@@ -35,7 +35,8 @@ public OldFileSystemNotebookRepo() {
}
public void init(ZeppelinConfiguration zConf) throws IOException {
- this.fs = new FileSystemStorage(zConf, zConf.getNotebookDir());
+ this.fs = new FileSystemStorage(zConf,
Review comment:
Why you change the path from `notebook` to `recovery`?
##########
File path:
zeppelin-plugins/notebookrepo/filesystem/src/main/java/org/apache/zeppelin/notebook/repo/OldFileSystemNotebookRepo.java
##########
@@ -35,7 +35,8 @@ public OldFileSystemNotebookRepo() {
}
public void init(ZeppelinConfiguration zConf) throws IOException {
- this.fs = new FileSystemStorage(zConf, zConf.getNotebookDir());
+ this.fs = new FileSystemStorage(zConf,
Review comment:
Why you change the path from `notebook` to `recovery`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]