osx - Hadoop: start-dfs/start-yarn.sh: No such file or directory -
it giving me 2 above errors despite me checking both files exist in directory , hadoop has access folders.
i installed hadoop using following tutorial: link
whats going wrong , how can fixed?
you might not have exported path of directory. try giving /entirepath/start-dfs.sh
.
also in .bash_rc file add hadoop_home=/pathtohadoopinstallationfolder. give command source .bash_rc
source bash_rc file.
Comments
Post a Comment