You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/09/11 12:57:52 UTC

[GitHub] [zeppelin] Reamer commented on a change in pull request #3833: [ZEPPELIN-4910]. Don‘t convert relative path to local absolute path when using hadoop filesystem

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`?




----------------------------------------------------------------
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:
users@infra.apache.org