[GitHub] zeppelin pull request #3119: ZEPPELIN-3681. Introduce NotebookService

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3119 ---

[jira] [Created] (ZEPPELIN-3701) Missing first several '0' and losing digital accuracy in result table

2018-08-09 Thread Deegue (JIRA)
Deegue created ZEPPELIN-3701: Summary: Missing first several '0' and losing digital accuracy in result table Key: ZEPPELIN-3701 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3701 Project: Zeppelin

[GitHub] zeppelin pull request #3120: ZEPPELIN-3697. Remove interpreter completion fo...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3120 ---

[jira] [Created] (ZEPPELIN-3700) Improvement of Job component

2018-08-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3700: Summary: Improvement of Job component Key: ZEPPELIN-3700 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3700 Project: Zeppelin Issue Type: Improvement

[jira] [Created] (ZEPPELIN-3699) Remove the logic of converting single result to multiple results

2018-08-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3699: Summary: Remove the logic of converting single result to multiple results Key: ZEPPELIN-3699 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3699 Project: Zeppeli

[GitHub] zeppelin issue #3119: ZEPPELIN-3681. Introduce NotebookService

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3119 Thanks @jongyoul I have addressed the comments ---

[GitHub] zeppelin issue #3120: ZEPPELIN-3697. Remove interpreter completion for magic...

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3120 Thanks @jongyoul will do that, actually the interpreter completion never works, I don't think people used it before. ---

[GitHub] zeppelin pull request #3106: [ZEPPELIN-3677] SAP Interpreter improvement

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3106 ---

[GitHub] zeppelin issue #3106: [ZEPPELIN-3677] SAP Interpreter improvement

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3106 LGTM ---

[GitHub] zeppelin pull request #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRest...

2018-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3111 ---

[GitHub] zeppelin issue #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRestApiTest...

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3111 LGTM ---

[GitHub] zeppelin issue #3120: ZEPPELIN-3697. Remove interpreter completion for magic...

2018-08-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3120 Agreed. BTW, I think we'd better leave comments when releasing a new version. ---

[GitHub] zeppelin issue #3119: ZEPPELIN-3681. Introduce NotebookService

2018-08-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3119 Basically, I agree with the structure you imagine. This might have some style issues, but I don't think it's not a blocker for this stage. LGTM ---

[GitHub] zeppelin issue #3120: ZEPPELIN-3697. Remove interpreter completion for magic...

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3120 @felixcheung @jongyoul Could you help review it ? Thanks ---

[GitHub] zeppelin issue #3119: ZEPPELIN-3681. Introduce NotebookService

2018-08-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3119 @jongyoul @felixcheung Could you help review it ? Thanks ---

[GitHub] zeppelin issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2018-08-09 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 I moved note to `docs` and upgraded instructions, so it would be available in Zeppelin only for those who would follow instructions in Upgrade Docs. @maziyarpanahi, @felixcheung what

[GitHub] zeppelin pull request #3121: [ZEPPELIN-3694] Dynamically change scheduler th...

2018-08-09 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3121 [ZEPPELIN-3694] Dynamically change scheduler thread pool size using REST API ### What is this PR for? It would be nice if we could change thread pool size for scheduler dynamically.

[GitHub] zeppelin issue #3111: [ZEPPELIN-3684] Remove cron job in ZeppelinRestApiTest...

2018-08-09 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3111 @zjffdu Look again please. ---

[jira] [Created] (ZEPPELIN-3698) Zeppelin stops working after a few days of uptime with RemoteEndpoint unavailable, outgoing connection not open

2018-08-09 Thread Clemens Valiente (JIRA)
Clemens Valiente created ZEPPELIN-3698: -- Summary: Zeppelin stops working after a few days of uptime with RemoteEndpoint unavailable, outgoing connection not open Key: ZEPPELIN-3698 URL: https://issues.apache.

[GitHub] zeppelin pull request #3120: ZEPPELIN-3697. Remove interpreter completion fo...

2018-08-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3120 ZEPPELIN-3697. Remove interpreter completion for magic part ### What is this PR for? Trivial PR to remove interpreter completion for magic part. Code completion is sufficient for users, I don'

[GitHub] zeppelin issue #3118: [zeppelin-3693] Option to toggle chart settings of par...

2018-08-09 Thread saravsars
Github user saravsars commented on the issue: https://github.com/apache/zeppelin/pull/3118 Hi @mebelousov We are already using `reports` mode but we want to add this option because `report` mode is very plain and we love the card layout in `default` or `simple` mode ---

[GitHub] zeppelin issue #3118: [zeppelin-3693] Option to toggle chart settings of par...

2018-08-09 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/3118 HI @saravsars ! Could you check `report` display mode described at last element in [Note toolbar](http://zeppelin.apache.org/docs/0.8.0/quickstart/explore_ui.html#note-toolbar)? ---

[jira] [Created] (ZEPPELIN-3697) Remove interpreter completion for magic part

2018-08-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3697: Summary: Remove interpreter completion for magic part Key: ZEPPELIN-3697 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3697 Project: Zeppelin Issue Typ

[jira] [Created] (ZEPPELIN-3696) display data in table as string. For the rest of try to parse data to number.

2018-08-09 Thread Aleksey Savelenko (JIRA)
Aleksey Savelenko created ZEPPELIN-3696: --- Summary: display data in table as string. For the rest of try to parse data to number. Key: ZEPPELIN-3696 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3696