Created 01-02-2016 12:17 AM
Can anybody suggest me how to set the pig.udf.profile in HortonWorks. I want to track the performance of UDF.
Created 01-02-2016 01:18 PM
Look for pig.properties in your env. In my case it's /etc/pig/conf.install/pig.properties
[root@phdns01 ~]# cat /etc/pig/conf.install/pig.properties | grep pig.udf.profile
# pig.udf.profile=false
# pig.udf.profile.frequency=100
[root@phdns01 ~]#
Created 01-02-2016 01:18 PM
Look for pig.properties in your env. In my case it's /etc/pig/conf.install/pig.properties
[root@phdns01 ~]# cat /etc/pig/conf.install/pig.properties | grep pig.udf.profile
# pig.udf.profile=false
# pig.udf.profile.frequency=100
[root@phdns01 ~]#
Created 02-03-2016 07:09 PM
Thanks Neeraj. Your solution worked out.