4 years ago
link
more_vert
articleArticles 549
codeCode 3
imageDiagrams 49
descriptionNotebooks 0
chat_bubble_outlineThreads 8
commentComments 268
loyaltyKontext Points 6058
account_circleProfile
#239 Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)
format_quote
person mj access_time 4 years ago
Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)
ssh localhost
Connection closed by 127.0.0.1 port 22
http://localhost:9870/dfshealth.html#tab-overview not working
Have you tried the steps I mentioned in the post?
sudo apt-get install ssh
sudo service ssh restart
I'm not expert in network and I don't think the following solution will definitely help as they are all local traffics. I cannot reproduce this issue in my environment, so it will be hard to say where it goes wrong in your environment.
There must be some other reasons that you cannot ssh localhost. For example, is port 22 used by your other programs?
Can you also please try the same approach to allow ssh connections?
The websites won't start successfully until you resolve the ssh issue. So make sure you can ssh localhost first.