One port changes In version 3.2.0, the namenode page port is 9870 and the datanode management port is 8088, so these two ports need to be opened for web page access. But there is no YARN_RESOURCEMANAGER_USER defined. Aborting operation In hadoop-env.sh, you need to configure not only java-home but also the following user variables:
3.2.0 version mapred-site.xml file configuration needs to add mapreduce.application.classpath attribute <property> <name>mapreduce.application.classpath</name> <value> /usr/local/hadoop3/etc/hadoop, /usr/local/hadoop3/share/hadoop/common/*, /usr/local/hadoop3/share/hadoop/common/lib/*, /usr/local/hadoop3/share/hadoop/hdfs/*, /usr/local/hadoop3/share/hadoop/hdfs/lib/*, /usr/local/hadoop3/share/hadoop/mapreduce/*, /usr/local/hadoop3/share/hadoop/mapreduce/lib/*, /usr/local/hadoop3/share/hadoop/yarn/*, /usr/local/hadoop3/share/hadoop/yarn/lib/* </value> </property> Four salave files are programmed into workers files, and the content configuration is the same 5. The startup is successful without error, but the most annoying problem is that the number of Live Nodes is 0 Solution steps: First check the datanode log: If this occurs, it means that there is a problem with the connection configuration. Check the core-site.xml configuration, which is used to configure the communication between datanode and namnode: At a glance There is a problem with the connection address configured here hdfs should be configured as the address of namnode, not the address of datanode. All nodes have the same address. After configuration, restart is successful. There are also reports online that /etc/hots resolution failed. This is also a reason. Just configure the domain name mapping. The important thing is to first look at the log analysis to find out what the problem is. Last successful page The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL 8.0.22.0 download, installation and configuration method graphic tutorial
>>: HTML basic structure_Powernode Java Academy
I designed and customized a navigation bar with a...
Create a table CREATE TABLE `map` ( `id` int(11) ...
There is another tree structure Javascript object...
Preface The original project was placed on the pu...
Preface Due to the weak typing of JS, loose writi...
This article records the installation tutorial of...
Table of contents Create a new user Authorize new...
CSS style specifications 1. Class Selector 2. Tag...
Table of contents Cycle comparison usage Summariz...
1. One-click installation of Mysql script [root@u...
The default port number of the Windows server rem...
This article shares the vue card-style click-to-s...
Table of contents Why use gzip compression? nginx...
Ubuntu 18.04, other versions of Ubuntu question: ...
The difference between relative and absolute in H...