[GitHub] zeppelin issue #1600: Using HDFS to backup and restore notebook

2017-05-10 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1600 @EronWright Thank you for your feedback. When I first developed the feature, I assumed that HDFS would not be used as default storage because remote FS failure could affect zeppelin usage. So

[GitHub] zeppelin issue #1600: Using HDFS to backup and restore notebook

2017-01-11 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1600 @placeybordeaux How did you build a package? ``` $ mvn clean package -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark -Psparkr -Pscala-2.10 ... Results

[GitHub] zeppelin issue #1600: Using HDFS to backup and restore notebook

2016-12-28 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1600 I committed this branch on latest master and force-push it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] zeppelin issue #1600: Using HDFS to backup and restore notebook

2016-12-21 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1600 @placeybordeaux Thank you. @bzz Do you mean I have to to merge these commits to master not branch-0.6? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #1600: Using HDFS to backup and restore notebook

2016-12-19 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1600 @bzz Thank you for advice. But the build is failed even though I fixed license and checkstyle. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-11-04 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1479 I made a pull request : https://github.com/apache/zeppelin/pull/1600 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin pull request #1600: Using HDFS to backup and restore notebook

2016-11-04 Thread aspen01
GitHub user aspen01 opened a pull request: https://github.com/apache/zeppelin/pull/1600 Using HDFS to backup and restore notebook ### What is this PR for? This PR supports using HDFS to backup and restore notebook. It is similar to https://github.com/apache/zeppelin/pull

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-11-01 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1479 You know, there is WebHDFS Rest API in hadoop. If we use this, we don’t need to care about library dependency and configuration. What do you think using WebHDFS Rest API? HDFS