Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 232 (0.126s).
Loading phrases to help you
refine your search...
thrift vs thrift2 - HBase - [mail # dev]
...Since 0.96 is a singularity, is it a time to deprecate thrift finally?  Or we can use thrift2 by default, and keep thrift around more?  What's the pros and cons to switch to thrift...
   Author: Jimmy Xiang, 2012-12-06, 23:24
Re: Does HBase combine multiple Puts against the same region server? - HBase - [mail # user]
...This has been built in hbase for quite some time, no application change.  On Thu, Dec 6, 2012 at 11:08 AM, yun peng  wrote:...
   Author: Jimmy Xiang, 2012-12-06, 19:17
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...On Thu, Dec 6, 2012 at 10:44 AM, Stack  wrote:  Currently, the rs seems to not have a watcher on the znode. It could use a watcher of course.   OK....
   Author: Jimmy Xiang, 2012-12-06, 18:55
Re: Is Put() operation a synchronous call on server side? - HBase - [mail # user]
...For a single put, yes, there is some overhead.  There is a jira to remove the overhead: HBASE-6739, which is still open.  Thanks, Jimmy  On Thu, Dec 6, 2012 at 10:32 AM, yun p...
   Author: Jimmy Xiang, 2012-12-06, 18:45
Re: Does HBase combine multiple Puts against the same region server? - HBase - [mail # user]
...If auto flush is off, multiple puts could be combined into a batch and send to the region server in one RPC call if they are for the same region server.  Thanks, Jimmy  On Thu, Dec...
   Author: Jimmy Xiang, 2012-12-06, 18:42
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...The master sending a close on a region that is opening will result in cancelling the open.  As to the TM, it is really for exceptional case.  In normal scenario, we don't need it. ...
   Author: Jimmy Xiang, 2012-12-06, 18:39
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...We can't make the assignment znode ephemeral.  It is used to track region assignments, and recovery.  For example, if a region is moving from rs A to rs B, while it is opening on B...
   Author: Jimmy Xiang, 2012-12-06, 18:35
Re: assignment - is master beeing a watchdog useful? - HBase - [mail # dev]
...Currently, rs doesn't watch the znode.  RS cancels ongoing open after master tells it so.  Jimmy  On Wed, Dec 5, 2012 at 7:53 PM, Stack  wrote:...
   Author: Jimmy Xiang, 2012-12-06, 17:26
[HBASE-7277] Thrift default JMX port should be 10103 instead of 8093 - HBase - [issue]
...HBASE-5879 set Thrift JMX port to 8093.  In conf/hbase-env.sh, the default one is 10103...
http://issues.apache.org/jira/browse/HBASE-7277    Author: Jimmy Xiang, 2012-12-06, 03:37
[HBASE-7274] Enable JMX metrics collection for REST Server - HBase - [issue]
...REST server should accept JMX options....
http://issues.apache.org/jira/browse/HBASE-7274    Author: Jimmy Xiang, 2012-12-06, 03:37
Sort:
project
HBase (232)
Zookeeper (5)
Hadoop (1)
type
issue (134)
mail # dev (67)
mail # user (31)
date
last 7 days (3)
last 30 days (12)
last 90 days (52)
last 6 months (104)
last 9 months (232)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (981)
Ryan Rawson (862)
Jean-Marc Spaggiari (677)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Jimmy Xiang