hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

https://issues.apache.org/jira/browse/HBASE-28608

https://issues.apache.org/jira/browse/HBASE-28672 At my day job we are trying to implement [default quotas](https://issues.apache.org/jira/browse/HBASE-27800) for a variety of access patterns. We began by introducing a default read IO limit per-user, per-machine —...

Signed-off-by: Duo Zhang (cherry picked from commit 0e8cfdb507723729a2cade50ea364149eec3466c) (cherry picked from commit b88129617ca1bb06948bd07a972c8a4f2121c02c) Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/AbstractFSWAL.java Change-Id: Ia704c1b36b99be345d11a70ac2452dea094e9575

When the table data needs to be migrated due to the closure of the computer room or the business side needs to have a primary and standby table, we need...

#### Problem The MapReduceBackupCopyJob class provides no means for updating DistCp job options. This means that you're stuck with defaults, which isn't always desirable. For example, my workplace would like...