Home > other >  No server address listed in hbase: meta for region student
No server address listed in hbase: meta for region student

Time:09-16

The installation is complete hbase environment
Execute the create the describe command can be normal, but in hbase to write data in the table when there was a problem or a full table scan, problem description is as follows:
 
Hbase (main) : 020-0 & gt; Put a 'student', 's001', 'info: name', 'sang'
The 2017-09-19 15:52:38, 801 ERROR [main] client. AsyncProcess: Failed to get region location
Org, apache hadoop, hbase. Client. NoServerForRegionException: No server address listed in hbase: meta for region student,, 1505805432621. Cbf239c9a8a2f844a9eb23c07a096dfe. Containing the row s001
At org, apache hadoop. Hbase. Client. $HConnectionImplementation ConnectionManager. LocateRegionInMeta (ConnectionManager. Java: 1320)
At org, apache hadoop. Hbase. Client. $HConnectionImplementation ConnectionManager. LocateRegion (ConnectionManager. Java: 1183)
At org, apache hadoop. Hbase. Client. AsyncProcess. Submit (AsyncProcess. Java: 422)
At org, apache hadoop. Hbase. Client. AsyncProcess. Submit (AsyncProcess. Java: 371)
At org, apache hadoop. Hbase. Client. BufferedMutatorImpl. BackgroundFlushCommits (BufferedMutatorImpl. Java: 245)
At org, apache hadoop. Hbase. Client. BufferedMutatorImpl. Flush (BufferedMutatorImpl. Java: 197)
At org, apache hadoop. Hbase. Client. HTable. FlushCommits (HTable. Java: 1461)
At org, apache hadoop. Hbase. Client. HTable. Put (HTable. Java: 1017)
.



ERROR: Failed 1 action: No server address listed in hbase: meta for region student,, 1505805432621. Cbf239c9a8a2f844a9eb23c07a096dfe. Containing the row s001:1 time, the servers with issues: null,

CodePudding user response:

  • Related