Skip to content

Instantly share code, notes, and snippets.

@aroonav
Created January 17, 2016 06:01
# You have to assign the path where you extracted the tarball as HADOOP_HOME.
export HADOOP_HOME=/usr/local/hadoop
unalias fs &> /dev/null
alias fs="hadoop fs"
unalias hls &> /dev/null
alias hls="fs -ls"
# Add Hadoop bin/ directory to PATH
export PATH=$PATH:$HADOOP_HOME/bin:$HADOOP_HOME/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment