Should max-results = 0 (or max-rows = 0) mean unlimited results?

2018-05-11 Thread Sanjay Dasgupta
Many of the interpreters have a parameter named maxResults, max_no_of_rows, max_count, etc whose purpose is to limit the number of output rows displayed (for example from z.show(...)). In most (or perhaps all) of these implementations, setting this parameter to 0 causes no output to be displaye

Re: note imports broken?

2018-05-23 Thread Sanjay Dasgupta
I noticed this some time back too, but reported it here On Wed, May 23, 2018 at 10:00 PM, Ruslan Dautkhanov wrote: > Was anybody

Re: note imports broken?

2018-05-23 Thread Sanjay Dasgupta
mp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16478853> . Thanks On Thu, May 24, 2018 at 9:35 AM, Jeff Zhang wrote: > > Import from which version of zeppelin notes to 0.8 ? > > > Sanjay Dasgupta 于2018年5月24日周四 上午11:52写道: > >> I noticed this some time back too, but reported it

Re: note imports broken?

2018-05-24 Thread Sanjay Dasgupta
com.atlassian.jira. > plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16487844). So, > instead of that notebook that is String (starts with double-quotes), if you > try the one attached the same will work. > > On Thu, 24 May 2018 at 12:06, Sanjay Dasgupta > wrote: > >> I tried 0.8.0-

Re: Accepting password as an input

2018-06-21 Thread Sanjay Dasgupta
Issue [ZEPPELIN-2528] Add a password text input to the ZeppelinContext is probably close to this requirement. Regards, Sanjay On Fri, Jun 22, 2018 at 6:12 AM, Jeff Zhang wrote: > > I am afraid it is not supported yet. Would you mind to creat

Re: [ANNOUNCE] Apache Zeppelin 0.8.0 released

2018-06-27 Thread Sanjay Dasgupta
This is really a great milestone. Thanks to those behind the grand effort. On Thu, Jun 28, 2018 at 8:51 AM, Prabhjyot Singh wrote: > Awesome! congratulations team. > > > > On Thu 28 Jun, 2018, 8:39 AM Taejun Kim, wrote: > >> Awesome! Thanks for your great work :) >> >> 2018년 6월 28일 (목) 오후 12:0

Re: [DISCUSS] Is interpreter binding necessary ?

2018-07-06 Thread Sanjay Dasgupta
If there is no per-interpreter overhead of binding all the interpreters from the beginning, we should definitely do it. This will simplify the GUI somewhat. Regards, - Sanjay On Fri, Jul 6, 2018 at 1:49 PM, Partridge, Lucas (GE Aviation) < lucas.partri...@ge.com> wrote: > “So usually we would r

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 = z.getTable("peopl

Re: Multi-line scripts in spark interpreter

2018-07-12 Thread Sanjay Dasgupta
Jeff Zhang's comment here may be useful. Regards, Sanjay On Fri, Jul 13, 2018 at 1:01 AM, Paul Brenner wrote: > This behavior