[0.7.0] z.show frequently fails to render tables or charts

2017-02-18 Thread Xiaohui Liu
Hi, After deploying 0.7.0, z.show often fails to render tables and charts. When that happens, if we refresh the page, the tables and charts will show up. In browser side, we observed this error: TypeError: Cannot read property 'type' of undefined at cells (handsonHelper.js:57) at y.Core.

Re: [0.7.0] z.show frequently fails to render tables or charts

2017-02-18 Thread moon soo Lee
Hi, ZEPPELIN-2084 [1] addresses the problem. Patch [2] is available and merged to master branch. Thanks, moon [1] https://issues.apache.org/jira/browse/ZEPPELIN-2084 [2] https://github.com/apache/zeppelin/pull/2005 On Sat, Feb 18, 2017 at 10:51 PM Xiaohui Liu wrote: > Hi, > > After deploying

Re: [0.7.0] z.show frequently fails to render tables or charts

2017-02-18 Thread moon soo Lee
The patch is available in latest branch-0.7 as well. On Sat, Feb 18, 2017 at 11:51 PM moon soo Lee wrote: > Hi, > > ZEPPELIN-2084 [1] addresses the problem. > Patch [2] is available and merged to master branch. > > Thanks, > moon > > [1] https://issues.apache.org/jira/browse/ZEPPELIN-2084 > [2]

Re: [0.7.0] z.show frequently fails to render tables or charts

2017-02-18 Thread Xiaohui Liu
Cool! Thanks for the update! On Sat, 18 Feb 2017 at 11:00 PM, moon soo Lee wrote: > The patch is available in latest branch-0.7 as well. > > > On Sat, Feb 18, 2017 at 11:51 PM moon soo Lee wrote: > > Hi, > > ZEPPELIN-2084 [1] addresses the problem. > Patch [2] is available and merged to master

Re: Zeppelin unable to respond after some time

2017-02-18 Thread Shane Lee
My environment is on windows and I see this well using sparkr. It appears the R Session somehow is killed after period of inactivity and it can't be found using task manager. I would need to restart the interpreter in order to get another R Session. > On Feb 17, 2017, at 9:11 PM, RUSHIKESH RAUT