[jira] [Created] (ZEPPELIN-3622) Zeppelin does not Logout in IE with authc

2018-07-12 Thread venkata praveen (JIRA)
venkata praveen created ZEPPELIN-3622: - Summary: Zeppelin does not Logout in IE with authc Key: ZEPPELIN-3622 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3622 Project: Zeppelin

[jira] [Created] (ZEPPELIN-3621) Add method getInterpreterInTheSameSession to Interpreter

2018-07-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3621: Summary: Add method getInterpreterInTheSameSession to Interpreter Key: ZEPPELIN-3621 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3621 Project: Zeppelin

[GitHub] zeppelin pull request #3067: [ZEPPELIN-3609] Refactor ZeppelinServer class

2018-07-12 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3067 [ZEPPELIN-3609] Refactor ZeppelinServer class ### What is this PR for? Refactoring ZeppelinServer to add new feature easily and understand more clearly. And I'd like to refactor with

[jira] [Created] (ZEPPELIN-3620) zeppelin process died when using kubernetes containers

2018-07-12 Thread george (JIRA)
george created ZEPPELIN-3620: Summary: zeppelin process died when using kubernetes containers Key: ZEPPELIN-3620 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3620 Project: Zeppelin Issue

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jeff Zhang
Thanks Sanjay, I have fixed the example note. *Folks, to be noticed,* the example note is just a fake note, it won't work for now. Jongyoul Lee 于2018年7月13日周五 上午10:54写道: > BTW, we need to consider the case where the result is large in a design > time. In my experience, If we implement this

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jongyoul Lee
BTW, we need to consider the case where the result is large in a design time. In my experience, If we implement this feature, users could use it with large data. On Fri, Jul 13, 2018 at 11:51 AM, Sanjay Dasgupta wrote: > I prefer 2.b also. Could we use (save*Result*AsTable=people) instead? > >

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jongyoul Lee
That would be great. BTW, does ZEPL's example work for now? On Fri, Jul 13, 2018 at 11:43 AM, Jeff Zhang wrote: > > Sure, we can support plain text as well. > > Jongyoul Lee 于2018年7月13日周五 上午10:37写道: > >> Yes, it's similar to 2.b. >> >> Basically, my concern is to handle all kinds of data. But

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Sanjay Dasgupta
I prefer 2.b also. Could we use (save*Result*AsTable=people) instead? There are a few typos in the example note shared: 1) The line val peopleDF = spark.read.format("zeppelin").load() should mention the table name (possibly as argument to load?) 2) The python line val peopleDF =

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jeff Zhang
Sure, we can support plain text as well. Jongyoul Lee 于2018年7月13日周五 上午10:37写道: > Yes, it's similar to 2.b. > > Basically, my concern is to handle all kinds of data. But in your case, it > looks like focusing on table data. It's also useful but it would be better > to handle all of the data

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jongyoul Lee
Yes, it's similar to 2.b. Basically, my concern is to handle all kinds of data. But in your case, it looks like focusing on table data. It's also useful but it would be better to handle all of the data including table or plain text as well. WDYT? About storage, we could discuss it later. On

[GitHub] zeppelin pull request #3058: [ZEPPELIN-3593] Change LuceneSearch's directory...

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

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jeff Zhang
I think your use case is the same of 2.b. Personally I don't recommend to use z.get(noteId, paragraphId) to get the shared data for 2 reasons 1. noteId, paragraphId is meaningless, which is not readable 2. The note will break if we clone it as the noteId is changed. That's why I suggest to use

Re: [DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jongyoul Lee
I have a bit different idea to share data. In my case, It would be very useful to get a paragraph's result as an input of other paragraphs. e.g. -- Paragrph 1 %jdbc select * from some_table; -- Paragraph 2 %spark val rdd = z.get("noteId", "paragraphId").parse.makeRddByMyself

[GitHub] zeppelin issue #3064: [ZEPPELIN-3596] Saving resources from pool to SQL

2018-07-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3064 @oxygen311 I am not sure how much useful and important this senior is for users. It looks like a little weird to me that you have to insert the paragraph result into database and then execute the

[DISCUSS] Share Data in Zeppelin

2018-07-12 Thread Jeff Zhang
Hi Folks, Recently, there's several tickets [1][2][3] about sharing data in zeppelin. Zeppelin's goal is to be an unified data analyst platform which could integrate most of the big data tools and help user to switch between tools and share data between tools easily. So sharing data is a very

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-07-12 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 I didn't find out how to send error message in paragraph result, my best try also removed other output in that paragraph, It would be nice if you could suggest an easy way to make it. ---

[GitHub] zeppelin pull request #3066: [Zeppelin-3618] ZeppelinContext methods z.run a...

2018-07-12 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3066 [Zeppelin-3618] ZeppelinContext methods z.run and z.runNote fall after passing wrong argument ### What is this PR for? Passing wrong argument to z.run() or z.runNote() causes error:

[jira] [Created] (ZEPPELIN-3619) Multi-line code is not allowed: illegal start of definition

2018-07-12 Thread Maziyar PANAHI (JIRA)
Maziyar PANAHI created ZEPPELIN-3619: Summary: Multi-line code is not allowed: illegal start of definition Key: ZEPPELIN-3619 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3619 Project:

[jira] [Created] (ZEPPELIN-3618) ZeppelinContext methods z.run and z.runNote fall after passing wrong argument.

2018-07-12 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-3618: --- Summary: ZeppelinContext methods z.run and z.runNote fall after passing wrong argument. Key: ZEPPELIN-3618 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3618

[GitHub] zeppelin issue #3065: ZEPPELIN-3617. Allow to specify saving resourceName as...

2018-07-12 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3065 This will also make it possible to access paragraph results easily using the z-variable interpolation feature of various interpreters. So a simple command like `%sh echo

[GitHub] zeppelin pull request #3064: [ZEPPELIN-3596] Saving resources from pool to S...

2018-07-12 Thread oxygen311
GitHub user oxygen311 reopened a pull request: https://github.com/apache/zeppelin/pull/3064 [ZEPPELIN-3596] Saving resources from pool to SQL ### What is this PR for? > It's information in resourcePool, but it is only available for viewing. It would be nice if we can save this

[GitHub] zeppelin pull request #3064: [ZEPPELIN-3596] Saving resources from pool to S...

2018-07-12 Thread oxygen311
Github user oxygen311 closed the pull request at: https://github.com/apache/zeppelin/pull/3064 ---

[GitHub] zeppelin pull request #3057: [ZEPPELIN 3582] Add type data to result of quer...

2018-07-12 Thread oxygen311
Github user oxygen311 closed the pull request at: https://github.com/apache/zeppelin/pull/3057 ---

[GitHub] zeppelin pull request #3057: [ZEPPELIN 3582] Add type data to result of quer...

2018-07-12 Thread oxygen311
GitHub user oxygen311 reopened a pull request: https://github.com/apache/zeppelin/pull/3057 [ZEPPELIN 3582] Add type data to result of query from SQL ### What is this PR for? JDBCInterpreter knows type information for every SQL Query. We could save this info to pool and use it.

[GitHub] zeppelin issue #3064: [ZEPPELIN-3596] Saving resources from pool to SQL

2018-07-12 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3064 There are similarities between the two features that all users will notice, and think about for some time. There needs to be good documentation to avoid any confusion. The substitution

[GitHub] zeppelin issue #3065: ZEPPELIN-3617. Allow to specify saving resourceName as...

2018-07-12 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/3065 @zjffdu Nice! How about adding to ResourcePool only if resourceName specified in paragraph properties? ---

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

2018-07-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3055 Actually we already import this when initialize spark interpreter.

[GitHub] zeppelin issue #3064: [ZEPPELIN-3596] Saving resources from pool to SQL

2018-07-12 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3064 @zjffdu variable interpolation is about just using text variable. But with this feature you can transform `%table` text from ResourcePool to SQL table. ---

[GitHub] zeppelin issue #3065: ZEPPELIN-3617. Allow to specify saving resourceName as...

2018-07-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3065 @mebelousov This is related with ZEPPELIN-3545, feel free to try this PR and provide comments. ---

[GitHub] zeppelin pull request #3065: ZEPPELIN-3617. Allow to specify saving resource...

2018-07-12 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3065 ZEPPELIN-3617. Allow to specify saving resourceName as paragraph property ### What is this PR for? This is allow user to specify resourceName when they want to save the paragraph result into