arrow_back Install Hadoop 3.3.1 on Windows 10 Step by Step Guide

comment Comments
W White Portal #1577 access_time 3 years ago more_vert

When I run:

setx PATH "$env:PATH;$env:JAVA_HOME/bin;$env:HADOO_HOME/bin"

Stays like this:


Raymond Raymond #1575 access_time 3 years ago more_vert

That is the root cause - Hadoop 3.3.1 only supports Java 8 and 11 (for runtime only not compile). In the prerequisites section, I've mentioned about this. I would suggest you installing Java 8:

Hadoop Java Versions - Hadoop - Apache Software Foundation

format_quote

person White access_time 3 years ago

I use jdk-17.0.1. And yes I put it as administrator. And I followed the tutorial exactly. And what do I do now?

W White Portal #1574 access_time 3 years ago more_vert

I use jdk-17.0.1. And yes I put it as administrator. And I followed the tutorial exactly. And what do I do now?

format_quote

person Raymond access_time 3 years ago

Your nodemanager failed at the step of adding filter authentication:

http.HttpServer2: Added filter authentication (class=org.apache.hadoop.security.authentication.server.AuthenticationFilter) to context logs
webapp.WebApps: Registered webapp guice modules

Can you confirm whether you've followed the exact steps in this article? and also what is your JDK version? Can you try starting yarn services in Administrator Command Prompt (run as Administrator)?

From the logs, I can see you the commands started with arguments 192.168.56.1. This is a also suspicious to me. 

Raymond Raymond #1572 access_time 3 years ago more_vert

Your nodemanager failed at the step of adding filter authentication:

http.HttpServer2: Added filter authentication (class=org.apache.hadoop.security.authentication.server.AuthenticationFilter) to context logs
webapp.WebApps: Registered webapp guice modules

Can you confirm whether you've followed the exact steps in this article? and also what is your JDK version? Can you try starting yarn services in Administrator Command Prompt (run as Administrator)?

From the logs, I can see you the commands started with arguments 192.168.56.1. This is a also suspicious to me. 

format_quote

person White access_time 3 years ago

I can run HDFS and I can't run YARN. And when running "%HADOOP_HOME%\sbin\start-yarn.cmd":

1ª Window:

https://www.mediafire.com/file/rb5kv7b81hkhxff/1%25C2%25AA_Window.txt/file

2ª Window:

https://www.mediafire.com/file/vgnulsp4rrnviie/2%25C2%25AA_Window.txt/file

When I run "%HADOOP_HOME%\bin\winutils.exe":

https://www.mediafire.com/file/69hc7fxs44o2m2n/Command.txt/file

And now?

W White Portal #1571 access_time 3 years ago more_vert

I can run HDFS and I can't run YARN. And when running "%HADOOP_HOME%\sbin\start-yarn.cmd":

1ª Window:

https://www.mediafire.com/file/rb5kv7b81hkhxff/1%25C2%25AA_Window.txt/file

2ª Window:

https://www.mediafire.com/file/vgnulsp4rrnviie/2%25C2%25AA_Window.txt/file

When I run "%HADOOP_HOME%\bin\winutils.exe":

https://www.mediafire.com/file/69hc7fxs44o2m2n/Command.txt/file

And now?

format_quote

person Raymond access_time 3 years ago

Hi White, 

You cannot open HDFS portal because the services were not started successfully. The video doesn't show full details of your error message. Can you please paste the detailed error messages?

And also can you try if you can run the following command successfully in Command Prompt?

%HADOOP_HOME%\bin\winutils.exe
Raymond Raymond #1568 access_time 3 years ago more_vert

Hi White, 

You cannot open HDFS portal because the services were not started successfully. The video doesn't show full details of your error message. Can you please paste the detailed error messages?

And also can you try if you can run the following command successfully in Command Prompt?

%HADOOP_HOME%\bin\winutils.exe
format_quote

person White access_time 3 years ago

When I type: http://localhost:8088 it gives a problem.



W White Portal #1567 access_time 3 years ago more_vert

When I type: http://localhost:8088 it gives a problem.



Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts