Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to set UDF profile in Pig

avatar
Rising Star

Can anybody suggest me how to set the pig.udf.profile in HortonWorks. I want to track the performance of UDF.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Vidya SK

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 ~]#

View solution in original post

2 REPLIES 2

avatar
Master Mentor
@Vidya SK

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 ~]#

avatar
Rising Star

Thanks Neeraj. Your solution worked out.