GitHub user khalidhuseynov reopened a pull request:
https://github.com/apache/incubator-zeppelin/pull/375
ZEPPELIN-367 Sync with secondary storage when listing notebooks
This PR resolves https://issues.apache.org/jira/browse/ZEPPELIN-367 by
synchronizing with secondary storage when reloading all notebooks into memory.
Currently, existing `ZEPPELIN_NOTEBOOK_RELOAD_FROM_STORAGE` from
https://github.com/apache/incubator-zeppelin/pull/331 is used as a flag since
these functionalities are correlated, however it can be separated into distinct
flag as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/khalidhuseynov/incubator-zeppelin sync-on-list
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/375.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 #375
----
commit 579083558f5b4580d2ec95a0c8473131f5b6df80
Author: Khalid Huseynov <[email protected]>
Date: 2015-10-28T11:25:37Z
initial working commit
commit 5e32503e20ff48c9cbc96c7b0050d6d9be6a9981
Author: Khalid Huseynov <[email protected]>
Date: 2015-10-28T11:40:16Z
minor fix
----
---
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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---