| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
140 (2.975s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Performance testing group - HBase - [mail # dev]
|
|
...I want in too. And +1 on keeping it on the dev list for now and moving it out when it gets unwieldy.. On Friday, June 15, 2012 at 2:59 PM, Roman Shaposhnik wrote: ...
|
|
|
Author: Amandeep Khurana,
2012-06-15, 22:03
|
|
|
Re: Shared HDFS for HBase and MapReduce - HBase - [mail # dev]
|
|
...When you run a MR job with HBase as a source/sink, you use the HBase API under the hood (get, put, scan). That API is how your client (in this case the map or reduce tasks) interact with the...
|
|
|
Author: Amandeep Khurana,
2012-06-06, 21:05
|
|
|
Re: Shared HDFS for HBase and MapReduce - HBase - [mail # dev]
|
|
...If your workload is only batch processing (MR), you don't need to separate the clusters in the first place. So, you don't have the problem of moving large amounts of data between clusters. H...
|
|
|
Author: Amandeep Khurana,
2012-06-06, 19:54
|
|
|
Re: Shared Cluster between HBase and MapReduce - HBase - [mail # user]
|
|
...Atif, These are general recommendations and definitely change based on the access patterns and the way you will be using HBase and MapReduce. In general, if you are building a latency ...
|
|
|
Author: Amandeep Khurana,
2012-06-06, 00:20
|
|
|
Usage of filters - HBase - [mail # user]
|
|
...Hi HBase users, I'm curious to know about how filters are being used by folks in production. They are a powerful feature but I haven't heard/read much about how they are being used in ...
|
|
|
Author: Amandeep Khurana,
2012-06-03, 21:22
|
|
|
Re: When does compaction actually occur? - HBase - [mail # user]
|
|
...Tom, Old cells will get deleted as a part of the next major compaction, which is typically recommended to be done once a day, when the load on the syst em is at its lowest...
|
|
|
Author: Amandeep Khurana,
2012-06-01, 23:04
|
|
|
Re: Data import from Distributed Hbase cluster to Pseudo Distributed Hbase cluster - HBase - [mail # user]
|
|
...Assuming that your data fits into the pseudo dist cluster and both clusters can talk to each other, the CopyTable job that comes bundled with HBase should work. -ak On Tue...
|
|
|
Author: Amandeep Khurana,
2012-05-29, 18:45
|
|
|
Re: Efficient way to read a large number of files in S3 and upload their content to HBase - HBase - [mail # user]
|
|
...Thanks for that description. I'm not entirely sure why you want to use HB ase here. You've got logs coming that you want to process in batch to do calculations on. This can be done by ...
|
|
|
Author: Amandeep Khurana,
2012-05-24, 20:47
|
|
|
Re: Efficient way to read a large number of files in S3 and upload their content to HBase - HBase - [mail # user]
|
|
...Marcos Can you elaborate on your use case a little bit? What is the nature of data in S3 and why you want to use HBase? Why do you want to combine HFiles and upload back to S3? It'll h...
|
|
|
Author: Amandeep Khurana,
2012-05-24, 19:21
|
|
|
Re: Efficient way to read a large number of files in S3 and upload their content to HBase - HBase - [mail # user]
|
|
...Marcos, You could to a distcp from S3 to HDFS and then do a bulk import into HB ase. Are you running HBase on EC2 or on your own hardware? -Amandeep On Thursd...
|
|
|
Author: Amandeep Khurana,
2012-05-24, 18:55
|
|
|
|