Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 144 (0.101s).
Loading phrases to help you
refine your search...
Re: TableNotFoundException even if the table exists. - HBase - [mail # user]
...You're facing https://issues.apache.org/jira/browse/HBASE-2599  The JIRA's last comment has jdcyans' link to a patched 0.20.6 that contains this fix.  Hope that helps.  On Tue...
   Author: Suraj Varma, 2010-12-15, 08:29
Re: Zoo keeper exception in the middle of MR - HBase - [mail # user]
...So - in your original logs, I see entries like:  2010-12-08 21:13:54,055 INFO org.apache.zookeeper.ZooKeeper: Initiating client connection, *connectString=localhost:2181 *sessionTimeout...
   Author: Suraj Varma, 2010-12-10, 17:28
Re: Connection to HBase seems to hang - HBase - [mail # user]
...What J-D was pointing out was that you need the *exact* same hbase and hadoop jars on *both* client side and server side.  Your client java.class.path shows that you are using apache ha...
   Author: Suraj Varma, 2010-12-10, 06:49
Re: "No such file or directory" error from hbase-daemon.sh - HBase - [mail # user]
...Can you confirm that you are running this from within a *cygwin* terminal and not a Windows command shell? This would be the bash shell you launch by running C:\cygwin\root\cygwin.bat  ...
   Author: Suraj Varma, 2010-12-10, 04:50
Re: Zoo keeper exception in the middle of MR - HBase - [mail # user]
...classpath. Can you recheck? Also - in what mode are you running hbase? Fully distributed? If so, is zookeeper running locally (localhost:2181).  My guess is that you are missing the hba...
   Author: Suraj Varma, 2010-12-10, 04:27
Re: "Child" processes not getting killed - HBase - [mail # user]
...Take a thread dump on those child processes before killing them. Use jstack for instance and take a thread dump, wait for 30 secs and take another one. That should tell you what they are wai...
   Author: Suraj Varma, 2010-12-09, 22:44
Re: Confusing Region Split behavior in YCSB Tests - HBase - [mail # user]
...Ah, that's a nice feature - thanks for pointing this out. Once I get on 0.90, I can probably use this instead of scripting splits.  Thanks,  On Thu, Nov 18, 2010 at 11:13 AM, Ted Y...
   Author: Suraj Varma, 2010-11-19, 05:45
Re: Confusing Region Split behavior in YCSB Tests - HBase - [mail # user]
...What I'm trying to find is how much improvement in throughput & reduction in latency can I hope to get by spreading out a table across multiple region servers.  We have some tables that...
   Author: Suraj Varma, 2010-11-18, 19:10
Re: Confusing Region Split behavior in YCSB Tests - HBase - [mail # user]
...Ok - so, I ran another series of tests on the region split behavior against our 0.20.6 cluster. This time, as suggested, I ran the split table followed by a flush table and finally a major_c...
   Author: Suraj Varma, 2010-11-16, 21:37
Re: Confusing Region Split behavior in YCSB Tests - HBase - [mail # user]
...Hmm - no, I didn't do a major compact after the splits.  The data size was fairly small - and I expected it to be loaded into block cache (size set to 0.6) ...  Let me run a re-tes...
   Author: Suraj Varma, 2010-11-15, 19:06
Sort:
project
HBase (144)
type
mail # user (124)
mail # dev (17)
issue (3)
date
last 7 days (1)
last 30 days (2)
last 90 days (6)
last 6 months (11)
last 9 months (144)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2268)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Suraj Varma