[GitHub] zeppelin issue #3056: [ZEPPELIN-3567] fix InterpreterContext convert(...) me...

2018-07-09 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/3056 @zjffdu, yes, this was the reason for the inoperability of the autocomplete. ---

Should we remove "Download Data as CSV/TSV" button from version 0.8.0?

2018-07-09 Thread Sanjay Dasgupta
Dear all, Everyone who has used the new 0.8.0 version would have noticed that there are now two different ways of downloading data displayed in zeppelin (e.g from an SQL statement or z.show(...)). In addition to the old download button seen in [1], the data display grid itself also has a menu for

[GitHub] zeppelin issue #3055: ZEPPELIN-3587. Interpret paragarph text as whole code ...

2018-07-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3055 @felixcheung @jongyoul I have updated the PR to run the paragraph text once instead of breaking it into lines. But it leads one behavior change: the order of output is changed compared to previous

[GitHub] zeppelin issue #3058: [ZEPPELIN-3593] Change LuceneSearch's directory to fil...

2018-07-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3058 Will zeppelin reindex all notes when zeppelin server is restarted ? If we store it in file system, we should be able to avoid this kind of reindex. ---

[GitHub] zeppelin issue #3058: [ZEPPELIN-3593] Change LuceneSearch's directory to fil...

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3058 Yes, agreed at that point. But in case where users add new notes manually, we cannot know them. It means we should read all of indexes and match them to sync file system and indexes. So I s

[GitHub] zeppelin issue #3058: [ZEPPELIN-3593] Change LuceneSearch's directory to fil...

2018-07-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3058 Thanks @jongyoul feel free to create followup ticket. ---

[jira] [Created] (ZEPPELIN-3595) Remove interpreter binding in backend

2018-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3595: Summary: Remove interpreter binding in backend Key: ZEPPELIN-3595 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3595 Project: Zeppelin Issue Type: Sub-

[jira] [Created] (ZEPPELIN-3594) Remove interpreter binding

2018-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3594: Summary: Remove interpreter binding Key: ZEPPELIN-3594 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3594 Project: Zeppelin Issue Type: Improvement

[jira] [Created] (ZEPPELIN-3596) Saving resources from pool to SQL

2018-07-09 Thread Alexey Zabelkin (JIRA)
Alexey Zabelkin created ZEPPELIN-3596: - Summary: Saving resources from pool to SQL Key: ZEPPELIN-3596 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3596 Project: Zeppelin Issue Type

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-09 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3000 @jongyoul the merge occurred by mistake, and I am not being able to revert it using the `git revert -m 1 ` command. I've tried looking up all help on the net, but am not getting an

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-09 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3000 @jongyoul please ignore my previous comments (now deleted) The rebase has been done. ---

[jira] [Created] (ZEPPELIN-3597) Cannot use impala jdbc driver with zeppelin

2018-07-09 Thread Rani Y. (JIRA)
Rani Y. created ZEPPELIN-3597: - Summary: Cannot use impala jdbc driver with zeppelin Key: ZEPPELIN-3597 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3597 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2772: ZEPPELIN-3211. REST API: Enable running all paragraphs...

2018-07-09 Thread sancyx
Github user sancyx commented on the issue: https://github.com/apache/zeppelin/pull/2772 @jongyoul I see you've closed this, but it's not merged. ---

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will b

[jira] [Created] (ZEPPELIN-3598) Invalid JSON when importing notebook

2018-07-09 Thread SALAMOR (JIRA)
SALAMOR created ZEPPELIN-3598: - Summary: Invalid JSON when importing notebook Key: ZEPPELIN-3598 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3598 Project: Zeppelin Issue Type: Bug

Re: [jira] [Created] (ZEPPELIN-3598) Invalid JSON when importing notebook

2018-07-09 Thread Sanjay Dasgupta
Can you please add some more detail about the error - like (1) which zeppelin version you are using, (2) what is the source of the notebook, (3) what is the size of the notebook, etc. It may also be helpful to have a screenshot. Thanks, Sanjay On Mon, Jul 9, 2018 at 9:07 PM, SALAMOR (JIRA) wrote

RE: Should we remove "Download Data as CSV/TSV" button from version 0.8.0?

2018-07-09 Thread Belousov Maksim Eduardovich
+1 for remove. Regards, Maksim Belousov -Original Message- From: Sanjay Dasgupta [mailto:sanjay.dasgu...@gmail.com] Sent: Monday, July 09, 2018 10:58 AM To: dev Subject: Should we remove "Download Data as CSV/TSV" button from version 0.8.0? Dear all, Everyone who has used the new 0

[jira] [Created] (ZEPPELIN-3599) z.show() function does not render certain strings correctly

2018-07-09 Thread Pari Lingampally (JIRA)
Pari Lingampally created ZEPPELIN-3599: -- Summary: z.show() function does not render certain strings correctly Key: ZEPPELIN-3599 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3599 Project:

[GitHub] zeppelin issue #2782: [ZEPPELIN-2729] Paragraph numbering

2018-07-09 Thread timovwb
Github user timovwb commented on the issue: https://github.com/apache/zeppelin/pull/2782 I'm not familiar with the Zeppelin codebase, so I'm not sure what the best practice is on how to handle this feature. It's even been a while since working on this, it was mostly looking at how oth

[GitHub] zeppelin issue #2772: ZEPPELIN-3211. REST API: Enable running all paragraphs...

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2772 this PR is merged in current master. See the below: https://github.com/apache/zeppelin/commit/afd324e02f795a42d8943ee21589c99b661a50d0 ---

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3000 Thanks. BTW, please check your CI and restart the failed ones https://travis-ci.org/sanjaydasgupta/zeppelin/builds/401742347 ---

[GitHub] zeppelin issue #3057: [ZEPPELIN 3582] Add type data to result of query from ...

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3057 Thanks. Can you restart the failed one: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/401673653 ---

[GitHub] zeppelin issue #2782: [ZEPPELIN-2729] Paragraph numbering

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2782 @timovwb Basically, all contributions are welcome :-) I just wonder how we can improve this feature, not just showing paragraph's number because I don't have any idea to improve this feature. You

[GitHub] zeppelin issue #2782: [ZEPPELIN-2729] Paragraph numbering

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2782 BTW, could you please check CI and make green? https://travis-ci.org/timovwb/zeppelin/builds/401408671 ---

Re: Should we remove "Download Data as CSV/TSV" button from version 0.8.0?

2018-07-09 Thread Jongyoul Lee
+1 for remove, mainly because old button need to be maintained by ourselves but a new one will be managed by plugin community JL On Tue, Jul 10, 2018 at 2:32 AM, Belousov Maksim Eduardovich < m.belou...@tinkoff.ru.invalid> wrote: > +1 for remove. > > > Regards, > > Maksim Belousov > > -Origi

[GitHub] zeppelin pull request #3056: [ZEPPELIN-3567] fix InterpreterContext convert(...

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

[jira] [Created] (ZEPPELIN-3600) Change logger level dynamically

2018-07-09 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-3600: -- Summary: Change logger level dynamically Key: ZEPPELIN-3600 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3600 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin pull request #3059: ZEPPELIN-3595. Remove interpreter binding in ba...

2018-07-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3059 ZEPPELIN-3595. Remove interpreter binding in backend ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contribut

[GitHub] zeppelin issue #3044: ZEPPELIN-3563. Add pool to paragraph property that use...

2018-07-09 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3044 Will merge it if no more comments. ---

[jira] [Created] (ZEPPELIN-3601) Zeppelin 0.8 error whilst trying to read a csv file.

2018-07-09 Thread Amer Sheikh (JIRA)
Amer Sheikh created ZEPPELIN-3601: - Summary: Zeppelin 0.8 error whilst trying to read a csv file. Key: ZEPPELIN-3601 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3601 Project: Zeppelin

[GitHub] zeppelin pull request #3060: [WIP][ZEPPELIN-3600] Change logger level dynami...

2018-07-09 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3060 [WIP][ZEPPELIN-3600] Change logger level dynamically ### What is this PR for? Enabling users to change the level of a specific logger to investigate Zeppelin server's status. #

[GitHub] zeppelin issue #2720: Update shiro_authentication.md

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2720 I've found CAS was deprecated from Shiro as well. I'd like to close this PR without any update. ---

[GitHub] zeppelin issue #3059: ZEPPELIN-3595. Remove interpreter binding in backend

2018-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3059 Five hundred lines' difficult and sophisticated code will be removed. :-) ---