Skip to content

Instantly share code, notes, and snippets.

@okram
Created September 15, 2012 11:57
Show Gist options
  • Save okram/3727486 to your computer and use it in GitHub Desktop.
Save okram/3727486 to your computer and use it in GitHub Desktop.
if [ "$HADOOP_CONF_DIR" != "" ] ; then
CP=$CP:$HADOOP_CONF_DIR
elif [ "$HADOOP_CONF" != "" ] ; then
CP=$CP:$HADOOP_CONF
else
CP=$CP:$HADOOP_HOME/conf
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment