aniket, his problem is that he does not want to create that function each time.
he wants it available on each session with hive server so we are suggesting custom hive build where he will bundle his udf with hive and have available with hive server On Tue, Jun 12, 2012 at 11:58 AM, Aniket Mokashi <[email protected]>wrote: > I mean every time you connect to hive server- > > execute- > create temporary function...; > your hive query...; > > ~Aniket > > On Mon, Jun 11, 2012 at 11:27 PM, Aniket Mokashi <[email protected]>wrote: > >> put jar in hive-classpath (libs directory etc) and do a create temporary >> function every time you connect from server. >> >> What version of hive are you on? >> >> ~Aniket >> >> >> On Mon, Jun 11, 2012 at 11:12 PM, Sreenath Menon < >> [email protected]> wrote: >> >>> I have a jar file : 'twittergen.jar', now how can I add it to hive lib. >>> Kindly help. I need the function to be used across sections when running >>> a server instance. Now stuck up with this. >>> >> >> >> >> -- >> "...:::Aniket:::... Quetzalco@tl" >> > > > > -- > "...:::Aniket:::... Quetzalco@tl" > -- Nitin Pawar
