Member since
04-20-2016
9
Posts
2
Kudos Received
0
Solutions
05-26-2016
11:57 PM
Thanks, I will test that out in the next day or two - I think this is what I was looking for (confirmation that all the metadata I need will be in the data directory).
... View more
05-26-2016
09:26 PM
In our case, it is acceptable for HBase to be stopped before the "backup", so we can be sure to be consistent.
... View more
05-26-2016
09:20 PM
1 Kudo
We are looking for the best way to backup/restore our HBase (Phoenix) databases in some of our development environments. These environments are running a standalone install of HBase, so no HDFS, writes go to the filesystem. I have looked through https://community.hortonworks.com/questions/6584/hbase-table-dump-to-flat-files.html and other documents, and most comments refer to HDFS commands, which obviously don't apply in this case. Can we just zip up the data directory? What about the metadata? We want to be able to "export" the database, and restore it to another environment (or over the existing one) at some point in the future. Having a portable artifact like a RDBMS backup would be ideal.
... View more
Labels:
- Labels:
-
Apache HBase
04-21-2016
02:26 PM
Thank you both for your replies. I too have been unable to find a definitive statement about availability of table/region during major compaction. I understand that there will be impact on IO/CPU and plan on scheduling major compactions on weekends (or other periods of lower activity), but for a 24/7 application, I need to understand if the application will be unavailable/blocked during the minutes(?) of compaction.
... View more
04-20-2016
10:08 PM
1 Kudo
Probably a real simple question, but I can't seem to find the answer. What, if anything, is the impact on availability of a region during HBase maintenance tasks like major/minor compaction, region splits/merges, etc. For example can we read/write to a region while it is doing a compaction, or will that get blocked until the operation has completed? Thank you
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache HBase