arrow_back Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)

3 years ago link more_vert
Raymond Raymond
articleArticles 549
codeCode 3
imageDiagrams 49
descriptionNotebooks 0
chat_bubble_outlineThreads 8
commentComments 268
loyaltyKontext Points 6058
account_circleProfile
#436 Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)

It seems that your config XML file encoding is not correct or file content is not complete.
Can you please make sure the binary package is downloaded successfully and also all the content is extracted properly?

You should be able to see the following content in Hadoop folder:

~/hadoop/hadoop-3.2.0$ ls
LICENSE.txt  NOTICE.txt  README.txt  bin  etc  include  lib  libexec  logs  sbin  share

BTW, from the screenshot, I can see your Hadoop version is 3.2.2 instead of 3.2.0. Technically that should be a problem but I have not tested Hadoop 3.2.2 on WSL.

format_quote

person Hemil access_time 3 years ago
Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)


bin/hdfs namenode -format

I am getting the error shown in above image when running the above command. 

I have successfully ssh to localhost. 

And the other problem is I can successfully enter into hadoop directory by typing cd hadoop but when i try to do "ls" i can not see the hadoop directory in the list.

recommendMore from Kontext