Skip to content

Commit beac174

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-arm-link
2 parents 5cfb3e5 + 42c98d4 commit beac174

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/hdinsight/hbase/apache-hbase-accelerated-writes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.reviewer: jasonh
99
ms.topic: conceptual
1010
ms.date: 08/21/2019
1111
---
12-
1312
# Azure HDInsight Accelerated Writes for Apache HBase
1413

1514
This article provides background on the **Accelerated Writes** feature for Apache HBase in Azure HDInsight, and how it can be used effectively to improve write performance. **Accelerated Writes** uses [Azure premium SSD managed disks](../../virtual-machines/linux/disks-types.md#premium-ssd) to improve performance of the Apache HBase Write Ahead Log (WAL). To learn more about Apache HBase, see [What is Apache HBase in HDInsight](apache-hbase-overview.md).
@@ -50,6 +49,12 @@ flush 'mytable'
5049
disable 'mytable'
5150
```
5251

52+
Follow similar steps when scaling down your cluster: flush your tables and disable your tables to stop incoming data. You can't scale down your cluster to less than three nodes.
53+
54+
Following these steps will ensure a successful scale-down and avoid the possibility of a namenode going into safe mode due to under-replicated or temporary files.
55+
56+
If your namenode does go into safemode after a scale down, use hdfs commands to re-replicate the under-replicated blocks and get hdfs out of safe mode. This re-replication will allow you to restart HBase successfully.
57+
5358
## Next steps
5459

5560
* Official Apache HBase documentation on the [Write Ahead Log feature](https://hbase.apache.org/book.html#wal)

0 commit comments

Comments
 (0)