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
#231 Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)
format_quote
person David access_time 4 years ago
Re: Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)
This is a really cool blog. I had the same issue with the ssh not working as others (connection closed), and was able to get past it by following the solution on this SE post: https://superuser.com/questions/1111591/how-can-i-ssh-into-bash-on-ubuntu-on-windows-10
Thanks. I also got the issue when I was writing the post. However I was able to resolve it by running the following two commands only:
sudo apt-get install ssh
sudo service ssh restart
Just in case other people cannot resolve the problem, I've updated the post to include the link to your comment so that they can follow that guide to resolve the connection issue.