Issue
I have written this command on a Linux machine to install Hadoop, and it returned "not found". Why?
wget http://mirrors.sonic.net/apache/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz
Solution
You can use the following link for the archive:
wget https://archive.apache.org/dist/hadoop/common/hadoop-2.6.0/hadoop-2.6.0.tar.gz
Maybe the documentation is also helpful for you. But I would recommend to use a current version from the release page.
Answered By – flaxel
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0