Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 178 (0.09s).
Loading phrases to help you
refine your search...
Re: Possibly unnecessary check in Result.getColumnLatest(byte[] family, byte[] qualifier) - HBase - [mail # user]
...Hi Ted,  Maybe it is out of sync with trunk. Here is the svn link for Result.java in HBase0.94.3: http://svn.apache.org/repos/asf/hbase/tags/0.94.3/src/main/java/org/apache/hadoop/hbase...
   Author: anil gupta, 2013-01-22, 22:49
Possibly unnecessary check in Result.getColumnLatest(byte[] family, byte[] qualifier) - HBase - [mail # user]
...Hi All,  I was looking into the code of Result.getColumnLatest(byte[] family, byte[] qualifier) in HBase0.94.3 tag. I feel like the following check is unnecessary on line #245 since we ...
   Author: anil gupta, 2013-01-22, 17:43
Re: RegionSplitter command - HBase - [mail # user]
...Hi Jean,  Yes, i am stuck with 0.92.1. Thanks for your response. I think, i will need to dig more deep into this.  ~Anil  On Thu, Jan 17, 2013 at 3:02 PM, Jean-Marc Spaggiari ...
   Author: anil gupta, 2013-01-18, 02:25
Re: Just joined the user group and have a question - HBase - [mail # user]
...Hi Chalcy,  In addition to points others have made. Also have a look at your Disk I/O load. Mapreduce jobs are disk i/o intensive. When a MapReduce job is running there might be a conte...
   Author: anil gupta, 2013-01-17, 17:47
RegionSplitter command - HBase - [mail # user]
...Hi All,  I am using HBase0.92.1. I am trying to run ycsb tests on my hbase cluster. But while running the load test with 40 threads i am getting hotspots on the RS that is hosting the R...
   Author: anil gupta, 2013-01-17, 17:24
Re: Maximizing throughput - HBase - [mail # user]
...Hi Bryan,  Nice that you figured out the bottleneck. However, with your current Hardware configuration, Disk I/O might become your bottleneck in future since you have only 6 disk and 12...
   Author: anil gupta, 2013-01-15, 20:04
Re: Coprocessor / threading model - HBase - [mail # user]
...I also ran into similar problem with one of my secondary index implementation. But, i could not dig into the problem as i have to shift focus on some other stuff. I am also interested in kno...
   Author: anil gupta, 2013-01-13, 02:30
Re: HBase - Secondary Index - HBase - [mail # user]
...+1 on Lars comment.  Either the client gets the rowkey from secondary table and then gets the real data from Primary Table. ** OR ** Send the request to all the RS(or region) hosting a ...
   Author: anil gupta, 2013-01-09, 01:28
Re: HBase - Secondary Index - HBase - [mail # user]
...@Mohit: Here is the jira for prefix compression discussed here: https://issues.apache.org/jira/browse/HBASE-4676  HTH, Anil Gupta  On Sun, Jan 6, 2013 at 12:40 PM, Adrien Mogenet w...
   Author: anil gupta, 2013-01-06, 22:12
Re: Fixing badly distributed table manually. - HBase - [mail # user]
...Hi Vincent,  I dont know python but i am interested in learning about your solution. It would be great If you could also share the logic for balancing the cluster.  Thanks, Anil Gu...
   Author: anil gupta, 2012-12-24, 20:23
Sort:
project
HBase (178)
Hadoop (48)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (178)
date
last 7 days (2)
last 30 days (4)
last 90 days (5)
last 6 months (57)
last 9 months (178)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
anil gupta