liuxunorg commented on issue #3385: [ZEPPELIN-4195] Fixed deleted note does not 
take effect in the file system
URL: https://github.com/apache/zeppelin/pull/3385#issuecomment-502167146
 
 
   There are already test cases,  
https://github.com/apache/zeppelin/blob/master/zeppelin-plugins/notebookrepo/filesystem/src/test/java/org/apache/zeppelin/notebook/repo/FileSystemNotebookRepoTest.java#L111
   
   But `FileSystem` has some differences in the two different file systems, the 
`local file system` and `HDFS`. 
   
   ### FileSystem::move(src, dest)
   + In the local file system, the parent directory of dest can be created 
automatically if it does not exist.
   + In the HDFS file system, the parent directory of dest will fail if it does 
not exist.

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


With regards,
Apache Git Services

Reply via email to