/hadoop6.sh Secret
Created
January 17, 2016 06:01
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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