Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 12 (0.163s).
Loading phrases to help you
refine your search...
Re: Overwrite a row - HBase - [mail # user]
...Actually I do see it in the 0.94 JavaDocs ( http://hbase.apache.org/0.94/apidocs/org/apache/hadoop/hbase/client/HTable.html#mutateRow(org.apache.hadoop.hbase.client.RowMutations) ), so may b...
   Author: Mohamed Ibrahim, 2013-04-19, 20:41
Re: Overwrite a row - HBase - [mail # user]
...It seems that 0.95 is not released yet, mutateRow won't be a solution for now. I saw it in the downloads and I thought it was released.   On Fri, Apr 19, 2013 at 4:18 PM, Mohamed Ibrahi...
   Author: Mohamed Ibrahim, 2013-04-19, 20:35
Re: Overwrite a row - HBase - [mail # user]
...Hello Kristoffer,  HBase row mutations are atomic ( http://hbase.apache.org/acid-semantics.html ), which include put . So when you overwrite a row it is not possible for another process...
   Author: Mohamed Ibrahim, 2013-04-19, 18:11
Re: HBase type support - HBase - [mail # user]
...I'm not a lawyer, but I think we're ok as long as it's in source code as that is protected under freedom of speech in the US. See here ( http://en.wikipedia.org/wiki/Cryptography ) under Exp...
   Author: Mohamed Ibrahim, 2013-03-17, 17:24
Re: Fastest way to find is a row exist? - HBase - [mail # user]
...Sorry, I didn't notice your email about packing 500 operations before.  You might actually benefit from checking with a batch of Gets vs individual exists.  Best, Mohamed   On...
   Author: Mohamed Ibrahim, 2013-01-05, 14:07
Re: Fastest way to find is a row exist? - HBase - [mail # user]
...What about HTable.exists ?? http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#exists(org.apache.hadoop.hbase.client.Get)  I think that should work if the Get ha...
   Author: Mohamed Ibrahim, 2013-01-04, 21:04
Re: How to install Snappy? - HBase - [mail # user]
...I got stuck like you before trying to setup snappy on hbase. Here what I recall I did from memory:  I think you need to copy the snappy libs inside the hadoop lib/native, then point hba...
   Author: Mohamed Ibrahim, 2012-12-03, 02:10
Re: hbase error - HBase - [mail # user]
...Hello Wanli,  Try checking /etc/hosts . Make sure that both localhost and  are set to 127.0.0.1, and not 127.0.1.1 . Some distributions do that and it will sometimes give strange e...
   Author: Mohamed Ibrahim, 2012-11-22, 02:04
Re: java.io.IOEcxeption key k1 followed by a smaller key k2 - HBase - [mail # user]
...Hi Lars,  That's exactly what I will be working on. I will update you as soon as I have that code. I'm travelling today, so it might be towards the end of the week.  Thanks for the...
   Author: Mohamed Ibrahim, 2012-09-17, 17:00
Re: java.io.IOEcxeption key k1 followed by a smaller key k2 - HBase - [mail # user]
...Hello Lars / Stack,  Thank you for responding.  The date on the files is March 9th 2012. It's been up since then, I restarted hbase and hadoop once. I only have a single node that ...
   Author: Mohamed Ibrahim, 2012-09-17, 02:13
Sort:
project
HBase (12)
type
mail # user (12)
date
last 7 days (0)
last 30 days (0)
last 90 days (4)
last 6 months (7)
last 9 months (12)
author
Stack (3754)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Mohamed Ibrahim