Quantcast
Channel: Simplilearn Community
Viewing all articles
Browse latest Browse all 50081

I have included the below commands in .bashrc file...

$
0
0
I have included the below commands in .bashrc file using vi editor as told in the tutorial. But when I give the "hadoop" at command prompt, i receive a message "-bash: Hadoop: Command not found". Please help.

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

export HADOOP_PREFIX=/usr/local/Hadoop

export PATH=$PATH:$HADOOP_PREFIX/bin:$HADOOP_PREFIX/sbin

Viewing all articles
Browse latest Browse all 50081

Trending Articles