| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
145 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: data loss due to regionserver going down - HBase - [mail # user]
|
|
...When you shutdown the region server, check the master logs to see if master has detected this condition. I've seen weird things happen if dns is not setup correctly - so, check if master (lo...
|
|
|
Author: Suraj Varma,
2011-07-27, 17:29
|
|
|
Re: MR on HBase - java.io.IOException: Pass a Delete or a Put - HBase - [mail # user]
|
|
...I found this older thread that _might_ help you ... but as Stack says, better to upgrade to 0.90.x if possible. http://search-hadoop.com/m/egk1n1T1Sw8/java.io.IOException%253A+Pass+a+Dele te...
|
|
|
Author: Suraj Varma,
2011-07-26, 18:37
|
|
|
Re: Multiple VM Arguments for daemons - HBase - [mail # user]
|
|
...Check your regionserver's hbase-env.sh to see if you have accidentally duplicated the jmx lines in there. On Thu, Jun 23, 2011 at 8:45 AM, sulabh choudhury wrote me de se/logs ,...
|
|
|
Author: Suraj Varma,
2011-06-23, 19:19
|
|
|
Re: What the optimization method of when to delete Zk connection? - HBase - [mail # user]
|
|
...How about using HTablePool - doesn't that work for you? http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTablePool.html On Tue, Jun 7, 2011 at 2:23 AM, bijieshan ...
|
|
|
Author: Suraj Varma,
2011-06-08, 02:30
|
|
|
Re: iew data in hbase tables - HBase - [mail # user]
|
|
...See these threads: http://search-hadoop.com/m/vZwR4BIimP/hbaseexplorer&subj=Re+HBase+Admin+Web+UI http://search-hadoop.com/m/oQ4po1kEoBZ/hbaseexplorer&subj=Web+based+Hbase+Query+Tool+ http:/...
|
|
|
Author: Suraj Varma,
2011-06-08, 02:21
|
|
|
Re: How to scan rows starting with a particular string? - HBase - [mail # user]
|
|
...Why did you feel this is error prone? If you use server side filters by providing start/end Row or use a PrefixFilter, the scans should work well, as it is going to be sequential access. Dep...
|
|
|
Author: Suraj Varma,
2011-04-26, 14:05
|
|
|
Re: Migrating pseudo distribute map reduce with user jar file to 0.90.1 - HBase - [mail # user]
|
|
...With CDH3B4, the hadoop processes run as separate users (like hdfs, mapred, etc). Did you set the CDH3B4 directory permissions correctly as described in the install document? See: https://cc...
|
|
|
Author: Suraj Varma,
2011-04-26, 05:02
|
|
|
Re: Should I be afraid by 'put','get'... - HBase - [mail # user]
|
|
...Here's a recent thread that also gives you some numbers from OpenTSDB. http://search-hadoop.com/m/Rwf0d16qeo81/hbase+performance&subj=HBase+Performance On Sun, Apr 24, 2011 at 12:20 AM...
|
|
|
Author: Suraj Varma,
2011-04-24, 07:24
|
|
|
Re: Should I be afraid by 'put','get'... - HBase - [mail # user]
|
|
...The only real way to find this out for your application is to do your own performance testing - this is because the numbers are totally dependent on your data size, number of requests, hardw...
|
|
|
Author: Suraj Varma,
2011-04-24, 07:20
|
|
|
Re: HBase - Column family - HBase - [mail # user]
|
|
...If you only want some of the columns, you could return a subset by using server side Filters. Your schema can be designed in multiple ways - it all depends on what your access patterns...
|
|
|
Author: Suraj Varma,
2011-04-24, 06:58
|
|
|
|