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 activating the hive shell. Is there a way to make this function permanent, and by doing that , I wouldn't need to declare about the function before I use it? Thanks again.
