Re: Access context from UDF

2013-06-13 Thread Navis류승우
If VCs are not on query, it'll not be made in ExecMapper from start. If you can do something with Reporter instance in MR, https://issues.apache.org/jira/browse/HIVE-3628 would be helpful. 2013/5/30 Peter Marron : > Hi, > > > > Using Hive 0.10.0 over Hadoop 1.0.4. > > > > I guess that I know that

Access context from UDF

2013-05-30 Thread Peter Marron
Hi, Using Hive 0.10.0 over Hadoop 1.0.4. I guess that I know that this is a long shot. Is there any way to access the context from inside a UDF? Specifically I want to get hold of the value of the virtual column BLOCK__OFFSET__INSIDE__FILE from inside a UDF that I'm implementing. Of course I can