3
rated 0 times
[
3]
[
0]
/ answers: 1 / hits: 4429
/ 1 Year ago, sun, april 17, 2022, 7:17:17
I am trying to download Hadoop from here: http://ftp.heanet.ie/mirrors/www.apache.org/dist/hadoop/common/stable/
It contains the file hadoop-2.9.2.tar.gz which I am trying to access.
The command I am trying to use is along the lines of
wget -P/home/ubuntu/Desktop/"http://ftp.heanet.ie/mirrors/www.apache.org/dist/hadoop/common/stable/target=hadoop-2.9.2.tar.gz"
I know the target part at the end is the issue but I am unsure how to fix it.
Thanks
More From » command-line