Re: Passing mapreduce configuration parameters to hive udf

2013-08-13 Thread Abdelrahman Shettia
Hi Jon, Please refer to the following document: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Select#LanguageManualSelect-REGEXColumnSpecification Hope this helps. Thanks -Abdelrahman On Tue, Aug 13, 2013 at 9:13 AM, Jon Bender wrote: > Hi there, > > I'm trying to pass some

Passing mapreduce configuration parameters to hive udf

2013-08-13 Thread Jon Bender
Hi there, I'm trying to pass some external properties to a UDF. In the MapReduce world I'm used to extending Configured in my classes, but in my UDF class when initializing a new Configuration object or HiveConf object it doesn't inherit any of those properties. I see it in the Job Configuration