Phenomenon:
solve:
1. Look at Hadoop logs:
Check the namenode log: tail -n 200 hadoop-xinjie-namenode-VM-0-9-centos.log (location of file directory: Hadoop installation location logs file)
2. It is found that the port is occupied
3. Command to check the port occupancy: netstat -anp|grep 9866
4. Kill process: kill -9 9866
5. Restart the cluster after killing all the occupied ports. The problem is solved
Read More:
- [Solved] Hadoop Start NameNode Error: ERROR: Cannot set priority of namenode process 2639
- Hadoop ERROR: Attempting to operate on hdfs namenode as root ERROR: but there is no HDFS_NAMENODE_US
- [Solved] ERROR: Attempting to operate on hdfs namenode as root ERROR: but there is no HDFS_NAMENODE_USER defi
- [Solved] Hadoop Error: Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
- How to Solve Hadoop Missing Hadoop.dll and winutils.exe file error
- How to Solve Hmaster hangs up issue due to namenode switching in Ha mode
- wind System Black Windows Start hadoop Error [How to Solve]
- Hadoop Error: hdfs.DFSClient: Exception in createBlockOutputStream
- How to Solve hadoop3.x.x sh start-dfs.sh Startup Error
- [Solved] Hadoop error java.lang.nosuchmethoderror
- Kill Tomcat process in windows and Linux environment (solve the problem of other ports being occupied)
- [Solved] habse Start Error: Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty
- [Solved] Flink Hadoop is not in the classpath/dependencies
- [Solved] RuntimeError: An attempt has been made to start a new process before the current process…
- [Solved] Flume Error: java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
- [Solved] eclipse Error: org.apache.hadoop.hbase.NotServingRegionException:
- [Solved] Hadoop Mapreduce Error: GC overhead limit exceeded
- [Solved] Hadoop root directory Cancell the quota restriction Error
- HBase shell Find ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] error when starting dev server:Error: listen EACCES: permission denied 0.0.0.0:80 at Server.set