Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 144 (0.112s).
Loading phrases to help you
refine your search...
Re: HBASE -- HMaster Aborts after 28 minutes. - HBase - [mail # user]
...Session expired usually results from a long GC that exceeds the zookeeper.session.timeout.  expired from ZooKeeper, aborting org.apache.zookeeper.KeeperException$SessionExpiredException...
   Author: Suraj Varma, 2012-07-02, 22:50
Re: hbase-site.xml Content is not allowed in prolog. - HBase - [mail # user]
...It would be good to update the thread on how you fixed it ... for users who tread the same path tomorrow. :)  Was it dos2unix on your conf / bin directories that fixed it?  On Mon,...
   Author: Suraj Varma, 2012-07-02, 22:34
Re: regions unlinked from table - HBase - [mail # user]
...Try doing an hbase hbck to see if it reports inconsistency. And do an hbase hbck -fix to see if it fixes it for you. See http://hbase.apache.org/book.html#hbck.in.depth  Note that since...
   Author: Suraj Varma, 2012-07-02, 22:32
Re: HBASE -- Regionserver and QuorumPeer ? - HBase - [mail # user]
...The error you are getting is:    This means this server is not able to reach the zookeeper. Did you change your hbase-site.xml as well with the new zookeeper quorum? Do basic conne...
   Author: Suraj Varma, 2012-07-02, 21:43
Re: understanding the client code - HBase - [mail # user]
...The way thrift and avro fits in here is ...  Thrift Client (your code) -> (thrift on the wire) -> Thrift Server (provided by HBase) -> (uses HTable) -> HBase Cluster.  ...
   Author: Suraj Varma, 2012-06-01, 22:44
Re: HBase "NumOps" metrics reseted. - HBase - [mail # dev]
...The numOps is not a monotonic counter ... see this thread: http://old.nabble.com/HBase-jmx-stats-td31683839.html  On Tue, May 29, 2012 at 11:52 PM, Vladimir Tretyakov  wrote: ate...
   Author: Suraj Varma, 2012-06-01, 12:55
Re: Data skew - HBase - [mail # user]
...This is HDFS level data skew. See http://tinyurl.com/7sftkbw for the hdfs faq for rebalancing options.  On Thu, May 31, 2012 at 4:35 PM, David Charle  wrote:...
   Author: Suraj Varma, 2012-06-01, 12:04
Re: Version issue - HBase - [mail # user]
...run a program to Put rows throws the above error.  This seems to indicate that your program is picking up a different version of hbase jars than your hbase cluster, perhaps? Check your ...
   Author: Suraj Varma, 2012-05-25, 19:14
Re: Combining filterlists - HBase - [mail # user]
...I think the problem is this line in your code: FilterList listOfFilters = new FilterList (FilterList.Operator.MUST_PASS_ALL);  Can you try with the top level filter being FilterList lis...
   Author: Suraj Varma, 2012-05-06, 13:56
Re: Combining filterlists - HBase - [mail # user]
...What version of HBase are you on? If it is older than 0.90.2 ... it could be this: https://issues.apache.org/jira/browse/HBASE-3550  On Thu, May 3, 2012 at 12:18 AM, Davis  wrote: ...
   Author: Suraj Varma, 2012-05-03, 16:56
Sort:
project
HBase (144)
type
mail # user (124)
mail # dev (17)
issue (3)
date
last 7 days (0)
last 30 days (2)
last 90 days (6)
last 6 months (7)
last 9 months (144)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
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