您好,登錄后才能下訂單哦!
HBase停止節(jié)點(diǎn)報(bào)錯(cuò),pid不存在的問(wèn)題
停止HBase節(jié)點(diǎn)時(shí)報(bào)錯(cuò)如下:
[root@hregion92 bin]# /opt/hbase-0.98.7/bin/hbase-daemon.sh stop regionserver
no regionserver to stop because no pid file /opt/hbase-0.98.7/pids/hbase-root-regionserver.pid
原因是,默認(rèn)情況下pid文件保存在/tmp目錄下,/tmp目錄下的文件很容易丟失,
解決辦法:在hbase-env.sh中修改pid文件的存放路徑;
在hbase-env.sh中下面的文字默認(rèn)是注釋掉的,放開(kāi)即可,也可以自己指定存放位置:
# The directory where pid files are stored. /tmp by default.
export HBASE_PID_DIR=/var/hadoop/pids
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。