2. Set Up Configuration Files

To set up configuration files for Pig:

  1. Extract the Pig configuration files.

    From the downloaded scripts.zip file, extract the files from the configuration_files/pig directory to a temporary directory.

  2. Copy the configuration files.

    • On all hosts where Pig will be executed, create the Pig configuration directory:

      rm -r $PIG_CONF_DIR mkdir -p $PIG_CONF_DIR

    • Copy all the configuration files to $PIG_CONF_DIR.

    • Set appropriate permissions:

      chmod -R 755 $PIG_CONF_DIR

      where $PIG_CONF_DIR is the directory to store Pig configuration files. For example, /etc/pig/conf.


loading table of contents...