2. Set Up Configuration Files

There are several configuration files that need to be set up for Pig.

 2.1. Extract the Pig Configuration Files

From the file you downloaded in Download Companion Files extract the files in configuration_files -> pig to a temporary directory.

 2.2. Copy the Configuration Files

On all hosts where Pig will be executed, replace the installed Pig configs with the downloaded one and set appropriate permissions:

rm -rf $PIG_CONF_DIR
mkdir -p $PIG_CONF_DIR

 

<Copy the all config files to $PIG_CONF_DIR>

chmod -R 755 $PIG_CONF_DIR/../

loading table of contents...