Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 144 (0.446s).
Loading phrases to help you
refine your search...
Re: Examples of Multi Get and Multi Put using Stargate (JSON) - HBase - [mail # user]
...*Moving your post to user mailing list.*  Here are more examples: http://wiki.apache.org/hadoop/Hbase/HbaseRest  For your curl calls, escape your ampersands, else it is interpreted...
   Author: Suraj Varma, 2013-05-14, 17:15
Re: discp versus export - HBase - [mail # user]
...Read this: http://blog.sematext.com/2011/03/11/hbase-backup-options/ for the high level difference between export and distcp. The key factor here is the data in memstore that has not been fl...
   Author: Suraj Varma, 2013-04-30, 16:14
Re: Loading text files from local file system - HBase - [mail # user]
...Maybe I misunderstood your constraint ... are you saying that your DFS itself is having constraint due to file size & replication? If so, how about setting dfs.replication to 1 for the job? ...
   Author: Suraj Varma, 2013-04-17, 08:37
Re: Loading text files from local file system - HBase - [mail # user]
...Have you considered using hfile.compression, perhaps with snappy compression? See this thread: http://grokbase.com/t/hbase/user/10cqrd06pc/hbase-bulk-load-script    On Tue, Apr 16,...
   Author: Suraj Varma, 2013-04-17, 08:00
Re: Stargate / Rest - Get Multiple Rows by their keys in one call - HBase - [mail # user]
...Also - this was added in 0.92 (https://issues.apache.org/jira/browse/HBASE-3541) ... since you didn't mention your hbase version.  On Fri, Mar 15, 2013 at 4:12 PM, Suraj Varma  wro...
   Author: Suraj Varma, 2013-03-15, 23:19
Re: Stargate / Rest - Get Multiple Rows by their keys in one call - HBase - [mail # user]
...Per http://svn.apache.org/repos/asf/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java and http://svn.apache.org/repos/asf/hbase/trunk/hbase-server...
   Author: Suraj Varma, 2013-03-15, 23:12
Re: Runs in Eclipse but not as a Jar - HBase - [mail # user]
...The difference is your classpath. So -for problem 1, you need to specify jars under /hbase-0.94.2/lib to your classpath. You only need a subset ... but first to get over the problem set your...
   Author: Suraj Varma, 2012-11-26, 22:45
Re: Region hot spotting - HBase - [mail # user]
...Ajay: Why would you not want to specify splits while creating table? If your 0-10 prefix is at random ... why not pre-split with that?  Without presplitting, as Ram says, you cannot avo...
   Author: Suraj Varma, 2012-11-21, 17:33
Re: memory leak - HBase - [mail # user]
...Have you turned on mslab in your hbase-site.xml?  On Wed, Nov 21, 2012 at 12:16 AM, Yusup Ashrap  wrote:...
   Author: Suraj Varma, 2012-11-21, 08:26
Re: Does MapReduce need HBase to be running? - HBase - [mail # user]
...Right - if your map is not accessing HBase at all ... it can be down.  On Wed, Nov 14, 2012 at 11:03 AM, Jean-Marc Spaggiari  wrote:...
   Author: Suraj Varma, 2012-11-21, 08:19
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 (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)
Suraj Varma