Re: Create hive UDF in zeppelin

2017-11-27 Thread Anandha L Ranganathan
The jar exists on the hiveserver and it works fine when I am trying from beeline. Does the jar needs to be present in the zeppelin server or local server where zeppelin is running ? On Sun, Nov 26, 2017 at 3:44 AM, Jeff Zhang wrote: > > The message is clear that the jar doesn't exist, please ch

Re: Create hive UDF in zeppelin

2017-11-26 Thread Jeff Zhang
The message is clear that the jar doesn't exist, please check the jar file Anandha L Ranganathan 于2017年11月26日周日 下午1:27写道: > I have created a new interpreter called "hive" in zeppelin using jdbc > interpreter. Using that interpreter, I can run queries on Hive. > > I am trying to create a UDFs bu

Create hive UDF in zeppelin

2017-11-25 Thread Anandha L Ranganathan
I have created a new interpreter called "hive" in zeppelin using jdbc interpreter. Using that interpreter, I can run queries on Hive. I am trying to create a UDFs but it is failing. %hive ADD JAR /mnt/data/apps/hiveUDF/hiveGdUDF-current.jar; org.apache.hive.service.cli.HiveSQLException: Error