Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 140 (0.45s).
Loading phrases to help you
refine your search...
Re: HBASE -- Regionserver and QuorumPeer ? - HBase - [mail # user]
...As someone who has been developing/running/using the software for a longer period of time than the person who is asking the question, you can best serve the poser by making them aware of the...
   Author: Amandeep Khurana, 2012-07-02, 18:25
Re: HBase dies shortly after starting. - HBase - [mail # user]
...To run HBase (or for that matter any distributed system) you need your networking setup to function properly. No route to host is caused due to issues with the underlying network. I have see...
   Author: Amandeep Khurana, 2012-06-30, 22:07
Re: HBase Schema Design for clickstream data - HBase - [mail # user]
...That's not a whole lot of information to give you recommendations about the schema. However, at a high level, you should think about structuring your row keys such that you minimize the requ...
   Author: Amandeep Khurana, 2012-06-27, 18:20
Re: Coprocessors on specific servers - HBase - [mail # user]
...Mohammad,  Can you describe what you are trying to do a little more? Is this a endpoint coprocessor you are trying to build? What is the functionality it'll provide?  -Amandeep &nb...
   Author: Amandeep Khurana, 2012-06-27, 18:06
Re: How to free space - HBase - [mail # user]
...Cyril,  Did you notice the space on the hbase directory in HDFS change at all? It takes time to complete the major compactions (and it depends on the size of the tables). Deleting colum...
   Author: Amandeep Khurana, 2012-06-27, 18:03
Re: HBase Schema Design for clickstream data - HBase - [mail # user]
...Mohit,  What would be your read patterns later on? Are you going to read per session, or for a time period, or for a set of users, or process through the entire dataset every time? That...
   Author: Amandeep Khurana, 2012-06-27, 18:01
Re: Best practices for custom filter class distribution? - HBase - [mail # user]
...Currently, you have to compile a jar, put them on all servers and restart the RS process. I don't believe there is an easier way to do it as of right now. And I agree, it's not entirely desi...
   Author: Amandeep Khurana, 2012-06-27, 17:54
Re: Enabling caching increasing the time of retrieval - HBase - [mail # user]
...What is the data set size? Can you manually flush the tables and them run the tests?  Also can you tell us about your configs a bit. Heap allocation to the region servers and the percen...
   Author: Amandeep Khurana, 2012-06-25, 06:50
Re: Enabling caching increasing the time of retrieval - HBase - [mail # user]
...Is this on a standalone instance or do you have fully distributed setup deployed? Do you have any kind of monitoring in place?    On Sunday, June 24, 2012 at 11:11 PM, Prakrati Agr...
   Author: Amandeep Khurana, 2012-06-25, 06:21
Re: Increment Counters in HBase during MapReduce - HBase - [mail # user]
...As the the thread JD pointed out suggests - the best approach if you want to avoid aggregations later on is to aggregate in an MR job, output to a file with ad id and the number of impressio...
   Author: Amandeep Khurana, 2012-06-20, 02:51
Sort:
project
Hadoop (199)
HBase (140)
Hive (3)
MapReduce (1)
type
mail # user (125)
mail # dev (13)
issue (2)
date
last 7 days (0)
last 30 days (14)
last 90 days (14)
last 6 months (17)
last 9 months (140)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
Amandeep Khurana