| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.204s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Backup strategy - HBase - [mail # user]
|
|
...It will depend on the size of the data, how many maps you run, and how many disk drives you have available on the destination end. Also replication may play a role. We'll backup things up wi...
|
|
|
Author: Espinoza,Carlos,
2012-11-15, 18:23
|
|
|
RE: Backup strategy - HBase - [mail # user]
|
|
...This is what we've been using https://github.com/oclc/HBase-Backup From: David Charle [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2012 10:42 AM To: [EMAIL PROTECTED] ...
|
|
|
Author: Espinoza,Carlos,
2012-11-15, 17:52
|
|
|
RE: Extremely long flush times - HBase - [mail # dev]
|
|
...Lars, Glad I could help. It was cool to see how you approached the problem and came to a solution. Thanks for being so quick addressing this! Carlos From: lars hofhan...
|
|
|
Author: Espinoza,Carlos,
2012-08-16, 19:12
|
|
|
RE: Extremely long flush times - HBase - [mail # user]
|
|
...We were able to replicate this behavior in a pseudo-distributed hbase (hbase-0.94.1) environment. We wrote a test program that creates a test table "MyTestTable" and populates it with random...
|
|
|
Author: Espinoza,Carlos,
2012-08-10, 22:12
|
|
|
RE: Get the list of store/store files for a region via HBase API - HBase - [mail # user]
|
|
...The way we've done this in one of our tools is to get the list of regions from .META. then filter them by the tables we want. We then figure the path all the way up to the column family &nbs...
|
|
|
Author: Espinoza,Carlos,
2012-05-16, 20:07
|
|
|
RE: HBase backup option - HBase - [mail # dev]
|
|
...The backup tool takes snapshots of HFiles on a per-region basis. Before copying anything, we flush the region and then list all its files at that time. If we can successfully copy a region, ...
|
|
|
Author: Espinoza,Carlos,
2012-05-09, 15:16
|
|
|
RE: HBase backup option - HBase - [mail # dev]
|
|
...I took a glace at it a few weeks back, but I don't think the patches were available. I'll take a look at it again soon. Thanks! From: Jesse Yates [mailto:[EMAIL PROTECTED]] Sent...
|
|
|
Author: Espinoza,Carlos,
2012-05-09, 14:22
|
|
|
HBase backup option - HBase - [mail # dev]
|
|
...Hi, I was asked to mention this on the mailing list. At OCLC, we are working towards moving our data to HBase. A huge requirement is to backup our data, obviously, and seeing that thi...
|
|
|
Author: Espinoza,Carlos,
2012-05-08, 20:46
|
|
|
|