[jira] [Created] (ZEPPELIN-4068) implement MongoNotebookRepo

2019-03-13 Thread yx91490 (JIRA)
yx91490 created ZEPPELIN-4068:
-

 Summary: implement MongoNotebookRepo
 Key: ZEPPELIN-4068
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4068
 Project: Zeppelin
  Issue Type: New Feature
Affects Versions: 0.9.0
Reporter: yx91490






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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 think you can still implement it via storing the file name in
mongodb. And welcome any contribution.

@  于2019年3月11日周一 上午9:15写道:

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

--
Best Regards

Jeff Zhang


[GitHub] zeppelin issue #3265: [ZEPPELIN-3910] IPython delete temp file and close str...

2018-12-17 Thread yx91490
Github user yx91490 commented on the issue:

https://github.com/apache/zeppelin/pull/3265
  
> can you check failed tests 
https://travis-ci.org/yx91490/zeppelin/builds/468316435

I rebuild it and all test passed.


---


[GitHub] zeppelin pull request #3265: delete temp file and close stream

2018-12-14 Thread yx91490
GitHub user yx91490 opened a pull request:

https://github.com/apache/zeppelin/pull/3265

delete temp file and close stream

### What is this PR for?
delete temporary file  and  close inputstream in 
IPythonInterpreter.checkIPythonPrerequisite()

### What type of PR is it?
[Bug Fix]

### Todos
*no

### What is the Jira issue?
* https://jira.apache.org/jira/browse/ZEPPELIN-3910, [ZEPPELIN-3910]

### How should this be tested?
* manual.

### Screenshots (if appropriate)

### 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/yx91490/zeppelin master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/3265.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 #3265


commit 86eaa2d1f1e980a2bba3f9aa289892dd6b223b0b
Author: yx91490 
Date:   2018-12-14T05:50:37Z

delete temp file and close stream




---


[jira] [Created] (ZEPPELIN-3910) temporary file not delete and inputstream not closed in IPythonInterpreter.checkIPythonPrerequisite()

2018-12-14 Thread yx91490 (JIRA)
yx91490 created ZEPPELIN-3910:
-

 Summary: temporary file not delete and inputstream not closed in 
IPythonInterpreter.checkIPythonPrerequisite() 
 Key: ZEPPELIN-3910
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3910
 Project: Zeppelin
  Issue Type: Bug
  Components: python-interpreter
Reporter: yx91490






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3883) getNote by id when reload repo return message not found

2018-11-27 Thread yx91490 (JIRA)
yx91490 created ZEPPELIN-3883:
-

 Summary:  getNote by id when reload repo return message not found
 Key: ZEPPELIN-3883
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3883
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-zengine
Affects Versions: 0.8.0
 Environment: 0.8.0
Reporter: yx91490


when I request Note's info just after reload repo, I got "not found" message,  
just because reload repo remove all note info at first and the progress 
continues for a while, so I wonder if can change the reload repo implementation 
to not affect other ongoing request?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)