Home > OS >  Hbase master-slave node start normal, into hbase Master is input the list appear when initializing t
Hbase master-slave node start normal, into hbase Master is input the list appear when initializing t

Time:09-21

ERROR: org, apache hadoop. Hbase. PleaseHoldException: Master is the initializing
At org, apache hadoop. Hbase. Master. HMaster. CheckInitialized (HMaster. Java: 2293)
At org, apache hadoop. Hbase. Master. MasterRpcServices. GetTableNames (MasterRpcServices. Java: 900)
At org, apache hadoop. Hbase. Protobuf. Generated. MasterProtos $MasterService $2. CallBlockingMethod (MasterProtos. Java: 55650)
At org, apache hadoop. Hbase. Ipc. The RpcServer. Call (2180) RpcServer. Java:
At org, apache hadoop. Hbase. Ipc. CallRunner. Run (112) CallRunner. Java:
At org, apache hadoop. Hbase. Ipc. RpcExecutor. ConsumerLoop (RpcExecutor. Java: 133)
At org, apache hadoop. Hbase. Ipc. RpcExecutor $1. The run (108) RpcExecutor. Java:
The at Java. Lang. Thread. The run (Thread. Java: 748)

Here is some help for this command:
List all the tables in hbase. Optional regular expression parameter could
Be 2 filter to the output. Examples:

Hbase> A list
Hbase> ABC list '. * '
Hbase> Ns: ABC list '. * '
Hbase> List 'ns:. *'


Hbase (main) : 002-0 & gt; Gg

CodePudding user response:

Don't understand HBase, but see the literal meaning, is in the process of initialization cannot perform?
  • Related