1. Install the Pig RPMs

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:

    apt-get install pig

The RPM will install Pig libraries to /usr/lib/pig. Pig configuration files are placed in /usr/lib/pig/conf.


loading table of contents...