Skip to content

Commit 78fc4a6

Browse files
authored
Merge pull request #102274 from dagiro/ts_hbase16
ts_hbase16
2 parents 0c1511a + ce89393 commit 78fc4a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Azure HDInsight Accelerated Writes for Apache HBase
33
description: Gives an overview of the Azure HDInsight Accelerated Writes feature, which uses premium managed disks to improve performance of the Apache HBase Write Ahead Log.
4-
services: hdinsight
5-
ms.service: hdinsight
64
author: hrasheed-msft
75
ms.author: hrasheed
86
ms.reviewer: jasonh
7+
ms.service: hdinsight
98
ms.topic: conceptual
10-
ms.date: 08/21/2019
9+
ms.date: 01/24/2020
1110
---
11+
1212
# Azure HDInsight Accelerated Writes for Apache HBase
1313

1414
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).
@@ -27,13 +27,13 @@ If a **RegionServer** crashes or becomes unavailable before the MemStore is flus
2727

2828
## Accelerated Writes feature in Azure HDInsight for Apache HBase
2929

30-
The Accelerated Writes feature solves the problem of higher write-latencies caused by using Write Ahead Logs that are in cloud storage. The Accelerated Writes feature for HDInsight Apache HBase clusters, attaches premium SSD-managed disks to every RegionServer (worker node). Write Ahead Logs are then written to the Hadoop File System (HDFS) mounted on these premium managed-disks instead of cloud storage. Premium managed-disks use Solid-State Disks (SSDs) and offer excellent I/O performance with fault tolerance. Unlike unmanaged disks, if one storage unit goes down, it will not affect other storage units in the same availability set. As a result, managed-disks provide low write-latency and better resiliency for your applications. To learn more about Azure-managed disks, see [Introduction to Azure managed disks](../../virtual-machines/windows/managed-disks-overview.md).
30+
The Accelerated Writes feature solves the problem of higher write-latencies caused by using Write Ahead Logs that are in cloud storage. The Accelerated Writes feature for HDInsight Apache HBase clusters, attaches premium SSD-managed disks to every RegionServer (worker node). Write Ahead Logs are then written to the Hadoop File System (HDFS) mounted on these premium managed-disks instead of cloud storage. Premium managed-disks use Solid-State Disks (SSDs) and offer excellent I/O performance with fault tolerance. Unlike unmanaged disks, if one storage unit goes down, it won't affect other storage units in the same availability set. As a result, managed-disks provide low write-latency and better resiliency for your applications. To learn more about Azure-managed disks, see [Introduction to Azure managed disks](../../virtual-machines/windows/managed-disks-overview.md).
3131

3232
## How to enable Accelerated Writes for HBase in HDInsight
3333

34-
To create a new HBase cluster with the Accelerated Writes feature, follow the steps in [Set up clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md) until you reach **Step 3, Storage**. Under **Metastore Settings**, click the checkbox next to **Enable Accelerated Writes**. Then, continue with the remaining steps for cluster creation.
34+
To create a new HBase cluster with the Accelerated Writes feature, follow the steps in [Set up clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md) until you reach **Step 3, Storage**. Under **Metastore Settings**, select the checkbox next to **Enable HBase accelerated writes**. Then, continue with the remaining steps for cluster creation.
3535

36-
![Enable accelerated writes option for HDInsight Apache HBase](./media/apache-hbase-accelerated-writes/accelerated-writes-cluster-creation.png)
36+
![Enable accelerated writes option for HDInsight Apache HBase](./media/apache-hbase-accelerated-writes/azure-portal-cluster-storage-hbase.png)
3737

3838
## Other considerations
3939

@@ -49,7 +49,7 @@ flush 'mytable'
4949
disable 'mytable'
5050
```
5151

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.
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 fewer than three nodes.
5353

5454
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.
5555

269 KB
Loading

0 commit comments

Comments
 (0)