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.

Can we run multiple pig versions in same cluster ?

avatar
Super Collaborator

Can we run multiple pig versions in same cluster?

1 ACCEPTED SOLUTION

avatar
Master Guru

on a hadoop cluster, yes. you will need to avoid setting the path variable and maintain the path yourself based on which version of pig you want to use.

View solution in original post

2 REPLIES 2

avatar
Master Guru

on a hadoop cluster, yes. you will need to avoid setting the path variable and maintain the path yourself based on which version of pig you want to use.

avatar
@chennuri gouri shankar

Unless you use the local jar's for the pig there won't be any problem. If you are trying to use from hdp i.e. oozie(/hdp/apps/2.3.6.0-3796/pig/pig.tar.gz) then it will be problem.