[GitHub] zeppelin pull request #3247: [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 n...

2018-12-02 Thread vinayakshedgeri
Github user vinayakshedgeri closed the pull request at: https://github.com/apache/zeppelin/pull/3247 ---

[GitHub] zeppelin issue #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3246 Ready to review. Failed tests might be related to #3243 ---

[GitHub] zeppelin issue #3247: [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 note at ...

2018-12-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3247 @vinayakshedgeri I think you can solve this inconvenience by changing the base of PR to `branch-0.8` ---

[GitHub] zeppelin pull request #3247: [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 n...

2018-12-02 Thread vinayakshedgeri
GitHub user vinayakshedgeri opened a pull request: https://github.com/apache/zeppelin/pull/3247 [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 note at IE 11 ### What is this PR for? Previous version of the zeppelin supports IE 11 when we updated to zeppelin 0.8.0, Zeppelin web

[GitHub] zeppelin issue #3243: [ZEPPELIN-3886] Remove dependency on flatmap-stream 0....

2018-12-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3243 Any update? ---

[GitHub] zeppelin pull request #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-02 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3246 ZEPPELIN-3892 Make SecurityUtils as a service ### What is this PR for? Making SecurityService more configurable. Currently, SecurityUtils consists of static methods, and which means it's

[GitHub] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread liuxunorg
Github user liuxunorg commented on the issue: https://github.com/apache/zeppelin/pull/3245 Hi @zjffdu , This bug fix contains test cases that are asynchronous to the runParagraph API. Should it be helpful for the zeppelin, or should the PR be merged first? When you submit a new

[GitHub] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3245 Hi @liuxunorg I would prefer to add another method ``` public boolean runParagraph(String noteId, String paragraphId,

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3239 @monsieurp I though about it again, and feel that providing 2 properties is very confusing to users. I think it is better to give one property (zeppelin.jdbc.maxRows) what is user care about.

[GitHub] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3245 merging if no more comment ---

[GitHub] zeppelin issue #3239: Zeppelin 3879: create "maxRows" and "rowsFetchSize" va...

2018-12-02 Thread monsieurp
Github user monsieurp commented on the issue: https://github.com/apache/zeppelin/pull/3239 @zjffdu: Sorry for taking so long to respond. It's been a busy week. I've rebased my PR as requested. ---

[GitHub] zeppelin issue #3244: [ZEPPELIN-3882] Neo4jInterpreter - Support Point and D...

2018-12-02 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/3244 Can you give me a ping when it's ready? ---

[GitHub] zeppelin issue #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs when exe...

2018-12-02 Thread liuxunorg
Github user liuxunorg commented on the issue: https://github.com/apache/zeppelin/pull/3245 Hi @felixcheung , I added a test case. Please help me review the code, thank you! ---