Install the Pig Package
On all the hosts where you will execute Pig programs, install the RPMs.
For RHEL or CentOS:
yum install pig
For SLES:
zypper install pig
For Ubuntu or Debian:
HDP support for Debian 6 is deprecated with HDP 2.3.6. Future versions of HDP will no longer be supported on Debian 6.
apt-get install pig
The RPM will install Pig libraries to /usr/hdp/current/pig-client
. Pig configuration
files are placed in /usr/hdp/current/pig-client/conf
.