Re: Problem in creating sankey diagram

2016-01-22 Thread Suraj
That resolves it. Thanks Anthony and Corneau! Sent from Yahoo Mail on Android On Thu, 21 Jan, 2016 at 9:06 PM, Anthony Corbacho wrote: Hi, The problem is that you try to load a js file from raw githubusercontent, and it will not work because of the mime of the content, if you look close

Null pointer exception in Hive interpreter when using aggregate functions

2016-01-22 Thread Prabhu GS
Hi team, I cloned Zeppelin from https://github.com/apache/incubator-zeppelin.git and built from source and installed it locally. I created a table using the Hive interpreter, %hive create table test (id int, name string) Then inserted a few rows successfully into the table. %hive select * fro

Re: Null pointer exception in Hive interpreter when using aggregate functions

2016-01-22 Thread Vinay Shukla
Prabhu, Filed https://issues.apache.org/jira/browse/ZEPPELIN-629 to track this. >From looking at the code, it appears the the driver (class) may not be set. Can you post the properties set on the Hive interpreter. Though you also appear to be saying that the Hive interpreter works initially bef

Re: Null pointer exception in Hive interpreter when using aggregate functions

2016-01-22 Thread Victor Manuel Garcia
Hi Vinay, This bug is fixed in https://github.com/apache/incubator-zeppelin/pull/668 2016-01-22 23:17 GMT+01:00 Vinay Shukla : > Prabhu, > > Filed https://issues.apache.org/jira/browse/ZEPPELIN-629 to track this. > > From looking at the code, it appears the the driver (class) may not be > set. >