Re: Making temporary functions- permanent

2011-01-19 Thread Edward Capriolo
On Wed, Jan 19, 2011 at 2:37 AM, Guy Doulberg wrote: > Hey All again, > > > > I bet I am not the first one to ask this question, but I could not find an > answer anywhere. > > > > I am using the following temporary function: > > CREATE TEMPORARY FUNCTION jeval AS 'org.apache.hadoop.hive.ql.udf.UDF

Making temporary functions- permanent

2011-01-18 Thread Guy Doulberg
Hey All again, I bet I am not the first one to ask this question, but I could not find an answer anywhere. I am using the following temporary function: CREATE TEMPORARY FUNCTION jeval AS 'org.apache.hadoop.hive.ql.udf.UDFJson'; In order to use it, I need to write the above answer each time I am