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:
- Kill Tomcat process in windows and Linux environment (solve the problem of other ports being occupied)
- XAMPP Error: Apache shutdown unexpectedly.This may be due to a blocked port, missing dependencies…
- [Solved] error when starting dev server:Error: listen EACCES: permission denied 0.0.0.0:80 at Server.set
- How to Solve Error: could not read ok from ADB Server.failed to start daemon error: cannot connect to daemon
- Port occupancy error address already in use: bind [Solved]
- [Solved] Docker: Error response from daemon: driver failed programming external connectivity on endpoint mysq
- How to Sove Error: listen EADDRINUSE: address already in use 127.0.0.1:8888
- [Solved] – npm run dev Error: listen EADDRINUSE: address already in use :::8000(or 8080 etc.)
- [Solved] Hadoop Start NameNode Error: ERROR: Cannot set priority of namenode process 2639
- Node.js Error: throw er; // Unhandled ‘error‘ event [How to Solve]
- How to Solve Hmaster hangs up issue due to namenode switching in Ha mode
- [Solved] ERROR OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer), endpoint:
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Hadoop Error: Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster
- Error code: events.js:183 Thrower; //unhandled ‘error’ event – solution
- [Solved] Error contacting service. It is probably not running.
- Rabbitmq failed to stop normally: ERROR: node with name “rabbit” already running on “localhost”
- Tez Execute MR Task Error [How to Solve]
- [Solved] hbase Startup Error: ERROR: Can’t get master address from ZooKeeper; znode data == null
- [Solved] Error contacting service. It is probably not running.