Re: Paragraph text editor is very slow when number of notes is large (> 1000)

2016-10-01 Thread Corneau Damien
Might be hard to reproduce if we need to have 1000 notes. And its also difficult to figure it out without more informations. I don't think there is a real short-term workaround, If the issue is from the notebook list, then using bind-once on that list could maybe have an impact. Otherwise things

Re: command execution time measure

2016-09-28 Thread Corneau Damien
Hi Herman, This issue was fixed some time ago. ( https://issues.apache.org/jira/browse/ZEPPELIN-1161) It should be fixed in 0.6.1 It is fixed in Master right now for sure. On Wed, Sep 28, 2016 at 10:54 PM, Herman Yu wrote: > Hi, > > with Zeppelin 0.6, it only shows

Re: Adding main and access titles to Zeppelin's chart

2016-09-27 Thread Corneau Damien
Hi, For some charts, the legend of the Yaxis has the name of the data. However there is currently no option to add a Title, or Axis Title. You can probably create a Jira Issue for that On Tue, Sep 27, 2016 at 4:40 PM, Mich Talebzadeh wrote: > Hi, > > Is there anyway

Re: Unable to change the height of paragraphs after upgrade 0.5.6 to 0.6.1

2016-09-23 Thread Corneau Damien
Hi, The way it worked may have changed between 0.5.6 and 0.6.1 in the way that only the result size can be changed instead of the whole paragraph. In the case of the Table and Graph, you can resize up or down as much as you want (there is still a minimum height though). For basic Text type, you

Re: Is there any more angular display system examples ?

2016-09-14 Thread Corneau Damien
Hi Jeff, I think there might be some examples here: https://www.zeppelinhub.com/viewer/showcases/Visualization But I'm sure others that have some of their own, would post it here too On Wed, Sep 14, 2016 at 5:43 PM, Jeff Zhang wrote: > I looked at the following link about

Re: table render string to long

2016-09-08 Thread Corneau Damien
Hi dengjh, It seems to be an effect of a recent commit that try to detect Numbers.( https://github.com/apache/zeppelin/pull/1371) I think this PR https://github.com/apache/zeppelin/pull/1363, would be able to fix this issue as it would allow users to specify the type by themselves. However keep

Re: How to use web sockets with Zeppellin

2016-09-08 Thread Corneau Damien
at "product\tprice\nbanana\t12\napple\t8") // z.runParagraph(paragrpahID) (The one with the graphData1, the ID is in the paragraph dropdown settings) // etc... //} On Thu, Sep 8, 2016 at 5:31 PM, Corneau Damien <cornead...@gmail.com> wrote: > To reply to 1) > >

Re: How to use web sockets with Zeppellin

2016-09-08 Thread Corneau Damien
my own UI. >> >> It is ok if you guys say it is not possible and I would understand that >> and probably pick a different route. >> >> Thanks much, >> Kant >> >> >> On Thu, Sep 8, 2016 at 12:10 AM, Corneau Damien <cornead...@gmail.com> >

Re: How to use web sockets with Zeppellin

2016-09-07 Thread Corneau Damien
This change wouldn't solve your issue, it is the address where the front-end send his API requests and listen to WS (zeppelin server) I guess your requirements are different. The way Zeppelin works is usually pretty simple: 1) You type your code in the front-end 2) That code is sent to Zeppelin

Re: Can't download zeppelin 0.6.1 binary

2016-09-06 Thread Corneau Damien
Hi York, Thanks for reporting it, seems we had a small problem when compiling the website last time. We are working on a Hotfix right now, shouldn't take long before it's back up again. We will post in this thread once its done. On Wed, Sep 7, 2016 at 8:50 AM, York Huang

Re: ajax call

2016-09-03 Thread Corneau Damien
The CORS actually needs to be set where he is trying to fetch the XML, not on Zeppelin side. On Sun, Sep 4, 2016 at 4:58 AM, tolomaus wrote: > There is an option zeppelin.server.allowed.origins in zeppelin-site.xml to > configure the origin you want to allow, but I

Re: zeppelin front-end extensibility

2016-08-25 Thread Corneau Damien
Thanks for providing some ideas to the topic. I guess this architecture could be explored when trying to improve Helium, or the overall plugin concept. On Thu, Aug 25, 2016 at 6:12 PM, Andreas Weise wrote: > Hi, > > This is about the UI extensibility of zeppelin. > >

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Corneau Damien
in framework? > > > > On Wed, Aug 24, 2016 6:53 PM, Corneau Damien cornead...@gmail.com wrote: > >> Wouldn't angular bind work in that case? >> >> On Thu, Aug 25, 2016 at 6:13 AM, moon soo Lee <m...@apache.org> wrote: >> >> Try find small

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Corneau Damien
Wouldn't angular bind work in that case? On Thu, Aug 25, 2016 at 6:13 AM, moon soo Lee wrote: > Try find small 'clock' icon on any particular Note next to 'Remove' button. > This scheduler feature will help you auto refresh Note. > > Thanks, > moon > > > On Wed, Aug 24, 2016 at

Re: donut chart

2016-08-22 Thread Corneau Damien
6 at 3:31 PM, Teik Hooi Beh <th...@thbeh.com> wrote: > >> I have re import the notebook, so the back-end shows the graph but the >> front-end still showing blank and no errors showing on graph's paragraph. >> >> On Fri, Aug 19, 2016 at 3:22 PM, Corneau Damien <cor

Re: donut chart

2016-08-18 Thread Corneau Damien
n on the notebook' paragraph. I am using v0.6.0 > > Any advice? > > On Fri, Aug 19, 2016 at 12:45 PM, Corneau Damien <cornead...@gmail.com> > wrote: > >> No, it wasn't merged. >> Is there some special use cases to use donut instead of pie chart? >> >>

Re: donut chart

2016-08-18 Thread Corneau Damien
No, it wasn't merged. Is there some special use cases to use donut instead of pie chart? On Fri, Aug 19, 2016 at 9:34 AM, Teik Hooi Beh wrote: > I notice that back in Sept 2015, there was a donut chart added to Zeppelin > (adding donut chart #290). Was it committed coz I seem

Re: Filter query results by current user

2016-07-25 Thread Corneau Damien
work even if the user has read-only permissions? Is >>> there a way to do this without giving the user write permissions to >>> notebook? >>> >>> On Sat, Jul 23, 2016 at 3:02 AM, Corneau Damien <cornead...@gmail.com> >>> wrote: >>> >&

Re: Does zeppelin use angular 1 or angular 2 ?

2016-07-11 Thread Corneau Damien
Angular 1 On Tue, Jul 12, 2016 at 12:10 PM, canan chen wrote: > > Anyone know that ? Thanks > > >

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Corneau Damien
FYI, the Helium logs in the console should be on master, but not on 0.6.0 branch. Those 500 errors should not have any effect when running. On Fri, Jul 8, 2016 at 8:01 AM, Randy Gelhausen wrote: > I don't- I hoped providing that information may help finding & fixing the >

Re: How to remove uglify operation from zeppelin-web

2016-06-17 Thread Corneau Damien
This is happening in the grunt.js But why would you want to remove it? This is a basic production build rule. On Jun 17, 2016 22:27, "Vikash Kumar" wrote: > Hi all, > > How to remove uglify operation from zeppelin-web that I can remove the > functionality of

Re: Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Corneau Damien
received this email > in error, we would be grateful if you would notify us immediately by email > reply, phone (+ 61 2 9292 6400) or fax (+ 61 2 9292 6444) and delete the > message from your system. > > > > *From:* Corneau Damien [mailto:cornead...@gmail.com] > *Sent:* Thursda