[GitHub] zeppelin issue #2509: [ZEPPELIN-2818] Improve to better rendering from jupyt...

2017-07-28 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2509 Thanks @cloverhearts for the improvement. One question. Is there a special reason use Markdown4j instead of Pegdown processor? (Pegdown is default processor of

[jira] [Created] (ZEPPELIN-2818) Improve to better rendering from jupyter note

2017-07-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2818: -- Summary: Improve to better rendering from jupyter note Key: ZEPPELIN-2818 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2818 Project: Zeppelin

[GitHub] zeppelin issue #2509: [ZEPPELIN-2818] Improve to better rendering from jupyt...

2017-07-28 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2509 @Leemoonsoo ## Original Markdown ``` --- keyword text --- red Sunsets, apples, and

[GitHub] zeppelin issue #2465: [ZEPPELIN-2724] Move NotebookSocket.send() out of sync...

2017-07-28 Thread jeffonia
Github user jeffonia commented on the issue: https://github.com/apache/zeppelin/pull/2465 I'm curios about can we change the noteSocketMap from the HashMap to ConcurrentHashMap, a segment level lock make the throughput about 16 times than this for the most optimistic scenario. ---

[GitHub] zeppelin issue #986: [Zeppelin 946] Permissions not honoring group

2017-07-28 Thread ChrisMcVey
Github user ChrisMcVey commented on the issue: https://github.com/apache/zeppelin/pull/986 FYI... I have been having similar issues and above and until reading this thread in detail did I realize it is searching against userPrincipalName and not sAMAccountName which is a better

[GitHub] zeppelin issue #2495: [HOTFIX] JDBC completions. fix cursor position

2017-07-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2495 @felixcheung done --- 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

[GitHub] zeppelin issue #2502: [ZEPPELIN-2807] Passing Z variables to SQL Interpreter...

2017-07-28 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2502 I guess that's tricky. like in your example, if it is in `'`, should we leave it alone, or not? `%sql select * from table where name rlike '#{2}'` I suppose we should first make

[GitHub] zeppelin issue #2495: [HOTFIX] JDBC completions. fix cursor position

2017-07-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2495 @felixcheung done --- 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

[GitHub] zeppelin issue #986: [Zeppelin 946] Permissions not honoring group

2017-07-28 Thread ChrisMcVey
Github user ChrisMcVey commented on the issue: https://github.com/apache/zeppelin/pull/986 Well through some more testing, I've found that it it will accept logins as _either_ the userPrincipalName (without the realm) _or_ the sAMAccountName. This true if the principal suffix is NOT

[GitHub] zeppelin issue #2483: [ZEPPELIN-2766] Make online resources url configurable...

2017-07-28 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2483 @1ambda travis link: https://travis-ci.org/nokia/zeppelin/builds/256876805 I think that tests are not really "stable", I mean, they are time and context dependent. i.e.

[GitHub] zeppelin issue #2502: [ZEPPELIN-2807] Passing Z variables to SQL Interpreter...

2017-07-28 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2502 Agreed, thanks. --- 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

[GitHub] zeppelin pull request #2508: [ZEPPELIN-2817] Support default interpreter set...

2017-07-28 Thread reminia
GitHub user reminia opened a pull request: https://github.com/apache/zeppelin/pull/2508 [ZEPPELIN-2817] Support default interpreter setting in create note re… …st api ### What is this PR for? Can set default interpreter in create note rest api. ###

[GitHub] zeppelin issue #2509: [ZEPPELIN-2818] Improve to better rendering from jupyt...

2017-07-28 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2509 I see. Thanks for explain --- 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

[GitHub] zeppelin issue #986: [Zeppelin 946] Permissions not honoring group

2017-07-28 Thread ChrisMcVey
Github user ChrisMcVey commented on the issue: https://github.com/apache/zeppelin/pull/986 Well... I'm back again. :) Apparently, Office 365 requires that userPrincipalName be changed to the user's routable email address in order for it to be used in any cloud environments.

[GitHub] zeppelin issue #2506: [ZEPPELIN-2813] revisions comparator

2017-07-28 Thread sravan-s
Github user sravan-s commented on the issue: https://github.com/apache/zeppelin/pull/2506 Tested this PR, worked fine. Nice addition 👍 --- 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

[GitHub] zeppelin issue #986: [Zeppelin 946] Permissions not honoring group

2017-07-28 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/986 @ChrisMcVey Thank you for providing so much inside, is it possible for you to create a JIRA, with if possible some steps to reproduce, or even dump of these comments will do, and will try