Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 145 (0.184s).
Loading phrases to help you
refine your search...
Re: Schema design question - Hot Key concerns - HBase - [mail # user]
...Thanks for your response.  As always ... it is currently on an RDBMS having scalability concerns ... and hence a nosql is being evaluated for this. :)  In the quora link posted, To...
   Author: Suraj Varma, 2011-11-18, 22:57
Schema design question - Hot Key concerns - HBase - [mail # user]
...I have an HBase schema design question that I wanted to discuss with the list.  Let's say we have a "wide" table design that has a table with one column family containing "show bookings...
   Author: Suraj Varma, 2011-11-18, 17:33
Re: What happens if Hbase is installed on machines with no HDFS? - HBase - [mail # user]
...Yes - it could be separated at the cost of network io and data locality.  See this: http://www.larsgeorge.com/2010/05/hbase-file-locality-in-hdfs.html  On Tue, Nov 8, 2011 at 6:49 ...
   Author: Suraj Varma, 2011-11-10, 18:40
Re: upgrade to 0.92 from 0.90.x - HBase - [mail # user]
...Hi Ted: Would a 0.92 client be able to talk to a 0.90.x cluster? (i.e. the other way around?)   On Mon, Nov 7, 2011 at 9:45 AM, Ted Yu  wrote: s loss 81)....
   Author: Suraj Varma, 2011-11-08, 20:30
Re: Problem with url encode for http rest CLIENT - HBase - [mail # user]
...You are running into encoding issues. Likely, you are posting data that is not UTF-8 as UTF-8 (i.e. your post XML says cell value is "utf-8" ... but it is not). This results in the data not ...
   Author: Suraj Varma, 2011-11-03, 08:04
Re: readonly performance? - HBase - [mail # user]
...I don't think there is any performance benefit as such. From the source code, it appears that the only use is to avoid accidentally updating / mutating a table that you want to keep immutabl...
   Author: Suraj Varma, 2011-11-02, 19:49
Re: Building HBase trunk on windows using cygwin - HBase - [mail # user]
...Created: https://issues.apache.org/jira/browse/HBASE-4565  I'll try to get a patch for this ...  On Sun, Oct 9, 2011 at 4:57 PM, Stack  wrote:  wrote: /copynativelibs.sh"...
   Author: Suraj Varma, 2011-10-10, 16:27
Re: Building HBase trunk on windows using cygwin - HBase - [mail # user]
...Just like trunk, it also fails for 0.92-SNAPSHOT on cygwin; a hack similar to the below was needed to get it built.  I would certainly like the maven build to work cross-platform.  ...
   Author: Suraj Varma, 2011-10-09, 23:39
Re: namenode failures - HBase - [mail # user]
...It's a little bit of a moving target.  See http://www.cloudera.com/blog/2011/02/hadoop-availability/ for a summary of efforts that are in motion  See http://www.cloudera.com/blog/2...
   Author: Suraj Varma, 2011-10-04, 06:41
Re: MR on HBase - java.io.IOException: Pass a Delete or a Put - HBase - [mail # user]
...Yes - this was also the reason in the thread I had linked earlier. The reason is that there are two versions of the Reducer. One in the mapred package (that uses Iterator) and the new one in...
   Author: Suraj Varma, 2011-08-04, 00:22
Sort:
project
HBase (145)
type
mail # user (125)
mail # dev (17)
issue (3)
date
last 7 days (0)
last 30 days (2)
last 90 days (6)
last 6 months (8)
last 9 months (145)
author
Stack (3782)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
Suraj Varma