Re: How to pass information to hive udf except as arguments

2014-12-19 Thread Dilip Agarwal
As per this url, How can I fetch these variables in hive udf. On 19 December 2014 at 14:30, Daniel Haviv wrote: > > First result in google: > > http://stackoverflow.com/questions/12464636/how-to-set-variables-in-hive-scripts > > Daniel > > On 19 בדצמ׳ 2014, at 10:54, Dilip Agarwal > wrote: > > >

Re: How to pass information to hive udf except as arguments

2014-12-19 Thread Daniel Haviv
First result in google: http://stackoverflow.com/questions/12464636/how-to-set-variables-in-hive-scripts Daniel > On 19 בדצמ׳ 2014, at 10:54, Dilip Agarwal wrote: > > > Hi, I have created a udf which accepts geo location points as arguments and > return the name of location fetching from a ur

How to pass information to hive udf except as arguments

2014-12-19 Thread Dilip Agarwal
Hi, I have created a udf which accepts geo location points as arguments and return the name of location fetching from a url. I have to set this URL dynamically at the time of hive script run. I don't like to pass this url as separate argument tot the udf evaluate method. Is there a way to set this