Are p1 and p2 static params for the life of the script or are they dynamic?
You could do something like this if it's the former:

pig -p p1=foo -p p2=bar -f script.pig

and they'd be properly inserted into $p1 and $p2 in your script.


On Tue, Mar 13, 2012 at 2:37 PM, rakesh sharma
<rakesh_sharm...@hotmail.com>wrote:

>
> Hi All,
> I have a situation where I need to create a relation by a combination of
> UDF and parameter values. For example, first field will be generated by UDF
> UUIDGenerator, second field by parameter p1, and third field by parameter
> p2. I am looking some way of having a relation window as expressed below:
> window = generate UUIDGenerator() as uuid, '$p1' as value1, '$p2' as
> value2;
> Any idea how it can be done.
> Thanks,Rakesh




-- 
*Note that I'm no longer using my Yahoo! email address. Please email me at
billgra...@gmail.com going forward.*

Reply via email to