Re: Zeppelin process died [FAILED]

2016-11-22 Thread Manjunath, Kiran
What does the logs tell you? Regards, Kiran From: Muhammad Rezaul Karim Reply-To: "users@zeppelin.apache.org" , Muhammad Rezaul Karim Date: Saturday, November 19, 2016 at 1:46 AM To: Users Subject: Zeppelin process died [FAILED] Dear All, I am trying to start Zeppelin on my Machine using

UDAF "not found: type UserDefinedAggregateFunction" in zeppelin 0.6.2

2016-10-29 Thread Manjunath, Kiran
I am trying the below sample code Code %spark import org.apache.spark.sql.expressions.MutableAggregationBuffer import org.apache.spark.sql.expressions.UserDefinedAggregateFunction class GeometricMean extends UserDefinedAggregateFunction { def inputSchema: org.apache.spark.sql.types.StructType

Use sql interpreter to fill up dynamic forms dropdown list

2016-10-24 Thread Manjunath, Kiran
Hello All, I have a question on creating dropdown list (dynamic forms) using psql interpreter. I am using 0.6 version. I have connected my zeppeline to postgresql using the native driver provided in the zeppeline package. I have a column - ID (of a table say 'a') which consist of all the ID's