[GitHub] zeppelin issue #2508: [ZEPPELIN-2817] Support default interpreter setting in...

2017-07-29 Thread reminia
Github user reminia commented on the issue: https://github.com/apache/zeppelin/pull/2508 Add doc and some modify. @felixcheung @sravan-s , plz help review again. Some details: 1. post interpreter name not id, cause name is user friendly and id is something like CRB87NS

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

2017-07-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2506 @felixcheung https://github.com/apache/zeppelin/tree/master/docs/quickstart here? i don't know. I think this is not such a difficult thing to write in documentation... --- If yo

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

2017-07-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2502 I think it's fine to replace token within quoted string - this is probably a better, more consistent behavior anyway. I am concerned with having different ways to replace token in diff

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

2017-07-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2495 @felixcheung fixed CI RED because W: GPG error: http://cran.rstudio.com/bin/linux/ubuntu precise/ Release: The following signatures were invalid: BADSIG 51716619E084DAB9 Mich

[jira] [Created] (ZEPPELIN-2819) Support streaming output

2017-07-29 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2819: Summary: Support streaming output Key: ZEPPELIN-2819 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2819 Project: Zeppelin Issue Type: Sub-task

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

2017-07-29 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2502 Hello @felixcheung @Tagar @zjffdu, this is for any further comments and suggestions. Here are the features implemented: 1. - The substitution pattern is `{ ... }` as suggested for u