Re: Zeppelin out of memory issue - (GC overhead limit exceeded)

2017-03-26 Thread Eric Charles
wrote: What value should I set there? Currently I have set it as spark.driver.memory -Xms4096m -Xmx4096m -XX:MaxPermSize=2048m But still same error On Mar 26, 2017 1:19 PM, "Eric Charles" mailto:e...@apache.org>> wrote: You also have to check the memory you giv

Re: Zeppelin out of memory issue - (GC overhead limit exceeded)

2017-03-26 Thread Eric Charles
You also have to check the memory you give to the spark driver (spark.driver.memory property) On 26/03/17 07:40, RUSHIKESH RAUT wrote: Yes I know it inevitable if the data is large. I want to know how do I increase the interpreter memory to handle large data? Thanks, Rushikesh Raut On Mar 26,

Re: Zeppelin hangs in air-gapped environments

2017-03-26 Thread Eric Charles
Running off-line (or in closed data centers) is now super-slow start since HeliumBundleFactory connects to npms.org web site on startup. If dependent website are not reachable, we should simply fast skip that step. What about adding a check for this? On 24/03/17 15:16, Raffaele S wrote: Hell

Re: zeppelin architecture with multiple users

2016-09-26 Thread Eric Charles
> > Sent from my Verizon, Samsung Galaxy smartphone > > ---- Original message > From: Eric Charles > Date: 9/26/16 8:21 AM (GMT-05:00) > To: users@zeppelin.apache.org > Subject: Re: zeppelin architecture with multiple users > > > > On Fri, Sep 23, 2016 a

Re: zeppelin architecture with multiple users

2016-09-26 Thread Eric Charles
On Fri, Sep 23, 2016 at 1:37 AM, York Huang wrote: > I think Vincent's option 1 is the way to go at this stage. Basically, in a > multi-users environment, every users should have their own storage and > processing. So far Zeppelin has not seen to be able to isolate users > totally. > https://gi

Re: Making bookmarks for zeppelin notes work after authentication

2016-09-12 Thread Eric Charles
On Thu, Sep 8, 2016 at 8:05 AM, Prasad Wagle wrote: > Thanks Damien! I created ZEPPELIN-1418 > - Making bookmarks > for zeppelin notes work after authentication. > > BTW, would it be possible to do websocket connection authentication with > sh

Re: libfontconfig not found for Centos

2016-08-28 Thread Eric Charles
# libfontconfig is needed for grunt phantomjs... yum install -y freetype fontconfig Does it help? What is the build error you receive? On 26/08/16 20:56, Nirav Patel wrote: Hi, I am following 'Before Build' step for building zeppelin from source. I see those steps are for Ubuntu. So library m

Re: Scratching my head around Zeppelin/Spark & Docker

2016-08-11 Thread Eric Charles
Late reply... Connecting from Zeppelin Docker image to an external Hadoop cluster works for me. If you want to connect to Hadoop on your host laptop, you have to hack the IP adress. More info on http://platform.datalayer.io/guide/latest/docker/zeppelin (read the "Spark in YARN mode" sectio

Re: Output of lm summary

2016-08-02 Thread Eric Charles
Has the JIRA(s) been filled? On 31/07/16 11:53, moon soo Lee wrote: Thanks. File a jira issue for limiting response size would be appreciated as well. Best, moon On Sun, Jul 31, 2016 at 6:35 PM Abul Basar mailto:aba...@einext.com>> wrote: Sure, i will log a jira ticket for this issue. Tha

Re: PAM authentication

2016-06-09 Thread Eric Charles
That's the goal of shiro. Any extension should be working fine. You could test thiro-libpam4j with a toy project to validate your local env and conf, and then only apply the configs on zeppelin. On 09/06/16 11:15, Polina Marasanova wrote: Hello, Probably it will be stupid question: is it pos

Re: Job failed when run R

2016-05-24 Thread Eric Charles
I don't have that issue - `%r 2+2` works out of the box. The NoSuchMethodError is IMHO not related. The getElementsByTag should return a list. I would suscpect more the html() method which may not be present in previous JSoup versions. Did you rebuild between those tests? On 18/05/16 20:48,