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