[HBase] Stop cluster error, pid does not exist problem stop HBase cluster error: [plain] stoppinghbasecat: tmphbase-mango-master.pid: Nosuchfileordirectory cause is, by default pid file is saved under tmp directory, files under the tmp directory are easy to lose, solution: In hbase-env.s
[HBase] Stop cluster error, pid does not exist problem stop HBase cluster error: [plain] stopping hbasecat:/tmp/hbase-mango-master.pid: No such file or directory cause is, by default, pid files are stored in the/tmp directory, and files in the/tmp directory are easily lost. Solution: In the hbase-env.s
[HBase] An error is reported when the cluster is stopped. The pid does not exist.
When you stop an HBase cluster, the following error is returned:
[Plain]
Stopping hbasecat:/tmp/hbase-mango-master.pid: No such file or directory
The cause is that by default, the pid file is stored in the/tmp directory, the files under the/tmp directory are easy to lose, solution: Modify the path of the pid file in the hbase-env.sh
[Java]
# The directory where pid files are stored./tmp by default.
Export HBASE_PID_DIR =/var/hadoop/pids