Re: Re: Cannot found MongoNotebookRepo in 0.9.0-SNAPSHOT

2019-03-11 Thread Jongyoul Lee
Please add ticket id or PR if you would like to contribute it. On Mon, Mar 11, 2019 at 6:28 PM yx91490 wrote: > thank you! I will try it. > > > > > > > 在2019年03月11 09时26分, "Jeff Zhang"写道: > > It is removed in https://issues.apache.org/jira/browse/ZEPPELIN-2619 as we > change the note file struct

Re:Re: Cannot found MongoNotebookRepo in 0.9.0-SNAPSHOT

2019-03-11 Thread yx91490
thank you! I will try it. 在2019年03月11 09时26分, "Jeff Zhang"写道: It is removed in https://issues.apache.org/jira/browse/ZEPPELIN-2619 as we change the note file structure. I asked that in community, but no one seems concern about removing that at that time, so I removed in ZEPPELIN-2619. But I

Re: Cannot found MongoNotebookRepo in 0.9.0-SNAPSHOT

2019-03-10 Thread Jeff Zhang
It is removed in https://issues.apache.org/jira/browse/ZEPPELIN-2619 as we change the note file structure. I asked that in community, but no one seems concern about removing that at that time, so I removed in ZEPPELIN-2619. But I think you can still implement it via storing the file name in mongodb

Cannot found MongoNotebookRepo in 0.9.0-SNAPSHOT

2019-03-10 Thread @
Hi everyone, we use MongoNotebookRepo in 0.8.0 in the past, but I found that in latest 0.9.0-SNAPSHOT the MongoNotebookRepo doesn't appear in zeppelin-plugins module, so I want to know if there any plan to restore the MongoNotebookRepo?