hdp3: regionserver running as process 3170. Stop it first.

1 启动hbase报错

2 始终没有发现错误日志

3 jps没有发现hbase的regionserver进程

4 重启无数次,还是没有用

5最后 杀死3710进程

  kill -9 3170

6 重启hbase成功

7 总结

  其实英文已经说得很清楚了,regionserver已经在进程3170启动,请先停止它。可能是假死进程,发现不了。

原文地址:https://www.cnblogs.com/QuestionsZhang/p/10268433.html

时间: 2024-10-05 05:04:46

hdp3: regionserver running as process 3170. Stop it first.的相关文章

hadoop出现namenode running as process 18472. Stop it first.

hadoop出现namenode running as process 18472. Stop it first.等等,类似的出现了好几个. namenode running as process 32972. Stop it first. 127.0.0.1: ssh: connect to host 127.0.0.1 port 22: No error 127.0.0.1: ssh: connect to host 127.0.0.1 port 22: No error jobtracke

启动zookeeper报错already running as process

今天启动zookeeper的时候报错: [[email protected] zookeeper-3.4.5]# bin/zkServer.sh startJMX enabled by defaultUsing config: /root/zookeeper/zookeeper-3.4.5/bin/../conf/zoo.cfgStarting zookeeper ... already running as process 947.. 看了下947这个进程,发现是linux系统进程,应该不会冲

Starting zookeeper ... already running as process 1805错误

启动zookeeper的时候,报Starting zookeeper ... already running as process 1805错误 上面这个错误意思为以作为进程1805运行.系统检测到你的zookeeper是在启动的状态的. 这个可能是由于异常关机,断电造成的. 可以查看你的文件保存目录: 删掉它,这个是上次启动后pid file的残留文件,然后在重新启动. ok,启动成功 原文地址:https://www.cnblogs.com/dongxiucai/p/10011177.htm

Linux Running State Process ".so"、"code" Injection Technology

catalog 0. 引言 1. 基于so文件劫持进行代码注入 2. 基于函数符号表(PLT)中库函数入口地址的修改进行代码注入 3. PLT redirection through shared object injection into a running process 4. 基于ptrace() Linux调试API函数进行代码注入 5. Linux Hotpatch技术 6. 基于软件输入控制漏洞(overflow)进行代码注入 7. 动态共享库的保护技术 0. 引言 从本质上来说,代

get running task , process and service

public class MyActivityManager extends ExpandableListActivity { private static final String NAME = "NAME"; private static final String NO_USED = "NO_USED"; private String[] groups = { "showRecentTask", "showRunningTasks&

学习搭建Hadoop+HBase+ZooKeeper分布式集群环境

一.环境配置 由于集群至少需要三台服务器,我就拿上次做的MongoDB Master, Slave, Arbiter环境来做Hadoop集群.服务器还是ibmcloud 免费提供的.其中Arbiter在这里做的也是slave的角色. Hostname IP  Server Type Master 192.168.0.28 Centos6.2 Slave 192.168.0.29 Ubuntu14.04 Arbiter 192.168.0.30 Ubuntu14.04 配置三台机器的Master

Mac下安装HBase及详解

Mac下安装HBase及详解 1. 千篇一律的HBase简介 HBase是Hadoop的数据库, 而Hive数据库的管理工具, HBase具有分布式, 可扩展及面向列存储的特点(基于谷歌BigTable). HBase可以使用本地文件系统和HDFS文件存储系统, 存储的是松散的数据(key-value的映射关系). HBase位于HDFS的上层, 向下提供存储, 向上提供运算 2. HBase安装 HBase有单机, 伪分布式, 全分布式运行模式 依赖: 匹配HBase的Hadoop版本 Jav

Uniform synchronization between multiple kernels running on single computer systems

The present invention allocates resources in a multi-operating system computing system, thereby avoiding bottlenecks and other degradations that result from competition for limited resources. In one embodiment, a computer system includes resources an

PROCESS STATES

COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION To understand the operation of the short-term scheduler, we need to consider the concept of a process state. During the lifetime of a process, its status will change a num