Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 140 (0.098s).
Loading phrases to help you
refine your search...
Re: HBASE -- YCSB ? - HBase - [mail # user]
...Inline.    On Monday, July 9, 2012 at 12:17 PM, [EMAIL PROTECTED] wrote:   You have to put the hbase-site.xml in YCSB/hbase/src/main/conf/.   The only property that has t...
   Author: Amandeep Khurana, 2012-07-09, 19:21
Re: HBASE -- RS expire? - HBase - [mail # user]
...Is your ZK managed by HBase or are you managing it yourself?  BTW - All ZK nodes should be reachable by all nodes in the cluster.  The YouAreDeadException would be in RS logs if at...
   Author: Amandeep Khurana, 2012-07-06, 04:41
Re: HBASE -- RS expire? - HBase - [mail # user]
...The timeout can be configured using the session timeout configuration. The default for that is 180s, but that means that if the RS doesn't heartbeat to ZK for 180s, it's considered dead. Unl...
   Author: Amandeep Khurana, 2012-07-06, 04:08
Re: HBASE -- RS expire? - HBase - [mail # user]
... On Thursday, July 5, 2012 at 8:25 PM, Jay Wilson wrote:   Awesome.  Looks like the same issue is biting you with the RS too. The RS isn't heartbeating to ZK and the ZK sessio...
   Author: Amandeep Khurana, 2012-07-06, 03:34
Re: HBASE -- Session Expire ? - HBase - [mail # user]
...Jay,   You need to modify the zoo.cfg to reflect the quorum.  server.0=localhost:2888:3888 will change to something like  server.0=zk_host_1:2888:3888 server.1=zk_host_2:2888:...
   Author: Amandeep Khurana, 2012-07-04, 04:40
Re: HBASE -- Session Expire ? - HBase - [mail # user]
...Can you put your zoo.cfg and hbase-site.xml on pastebin and put the links here? Have you verified that your network is fine? Also, can you put up your RS and ZK logs too?    On Tue...
   Author: Amandeep Khurana, 2012-07-04, 00:23
Re: HMASTER -- odd messages ? - HBase - [mail # user]
... On Tuesday, July 3, 2012 at 10:08 AM, Jay Wilson wrote:  d.edits/0000000000000000046.temp ava:206) tStream(DFSClient.java:3567) tream(DFSClient.java:3522) SClient.java:2720) un(DF...
   Author: Amandeep Khurana, 2012-07-03, 17:15
Re: Advices for HTable schema - HBase - [mail # user]
...Inline    On Monday, July 2, 2012 at 4:48 PM, Jean-Marc Spaggiari wrote:   The size will be the same. The underlying HFile will store 1 row per cell and the number of cells in...
   Author: Amandeep Khurana, 2012-07-02, 23:52
Re: Advices for HTable schema - HBase - [mail # user]
...Responses inline    On Monday, July 2, 2012 at 12:53 PM, Jean-Marc Spaggiari wrote:  So, that means that the addresses are accessed independently of the other information and ...
   Author: Amandeep Khurana, 2012-07-02, 20:08
Re: Advices for HTable schema - HBase - [mail # user]
...Jean-Marc,  These are great questions! Find my answers (and some questions for you) inline.  -ak    On Monday, July 2, 2012 at 12:04 PM, Jean-Marc Spaggiari wrote:  ...
   Author: Amandeep Khurana, 2012-07-02, 19:21
Sort:
project
Hadoop (199)
HBase (140)
Hive (3)
MapReduce (1)
type
mail # user (125)
mail # dev (13)
issue (2)
date
last 7 days (1)
last 30 days (14)
last 90 days (14)
last 6 months (17)
last 9 months (140)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Amandeep Khurana