GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2588
ZEPPELIN-2993. Code Refactoring of ZEPPELIN-1515 follow up ### What is this PR for? This is a refactoring PR of ZEPPELIN-1515. Because hadoop's FileSystem API not only works with hdfs, but also other hadoop compatible filesystem. So in this PR I rename it to `FileSystemNotebookRepo` ### What type of PR is it? [Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-2933 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-2933 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2588.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2588 ---- commit 8303785cb52a22de9b4e263c31960b532ec802f3 Author: Jeff Zhang <zjf...@apache.org> Date: 2017-09-14T05:23:33Z ZEPPELIN-2993. Code Refactoring of ZEPPELIN-1515 follow up ---- ---