| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
119 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...2010/12/23 King JKing Yes. Propblem is in incorrect dns/hosts configuration. Remote client can't reach your server, because HBase uses incorrect address. ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 09:21
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...As you see, Region servers and master reigsted on 127.0.0.1, so clients can't reach them. Why it is i can't say. Only three things you can check: 1. /etc/hosts, where you hostname should'n b...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 08:44
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...Wey strange. Can you post http://you_hbase_server:60010/zk.jsp (or zk_dump from hbase shell) 2010/12/23 King JKing ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 08:35
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...Are the error lines the same as above? Can you post error here? 10/12/23 14:26:06 INFO ipc.HbaseRPC: Server at /127.0.0.1:45369 could not be 2010/12/23 King JKing ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 08:17
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...Looks like in zookeeper stored wrong region server address. Try to specify real address in hbase config (hbase-site.xml in conf dir of hbase installation). something like this. ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 07:48
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...Are HBase and client on the same machine? 2010/12/23 King JKing ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 07:32
|
|
|
Re: HBase Client connect to remote HBase - HBase - [mail # user]
|
|
...place hbase-site.xml with two parameters in you classpath. hbase.zookeeper.quorum=your host hbase.zookeeper.property.clientPort=2181 (this parameter is optional) another way, &nb...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 07:18
|
|
|
Re: Insert into tall table 50% faster than wide table - HBase - [mail # user]
|
|
...I think row locks slows down here. Each row you inserted tries to aquire lock, and then release it. Wide table has significally less rows, and much less locks acquired during insert. ...
|
|
|
Author: Andrey Stepachev,
2010-12-23, 07:14
|
|
|
Re: HBase filter in scan - HBase - [mail # user]
|
|
...Not very easy, but using jRuby and java api, you can. But it is very depend on how you store you data. ## function converts any value to bytes (using Bytes class methods) def toBytes(...
|
|
|
Author: Andrey Stepachev,
2010-12-13, 20:28
|
|
|
Re: HBase cluster with heterogeneous resources - HBase - [mail # user]
|
|
...https://issues.apache.org/jira/browse/HDFS-236 How bad is HDFS random access? - Random access in HDFS always seemed to have bad PR though hardly anyone used ...
|
|
|
Author: Andrey Stepachev,
2010-10-17, 07:59
|
|
|
|