Skip to content

Commit 5879656

Browse files
authored
Merge pull request #88823 from dagiro/cats109
cats109
2 parents 910c671 + 5c49f8f commit 5879656

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/hdinsight/hbase/apache-hbase-provision-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ In this section, you create a Linux-based Apache HBase cluster with the dependen
4343
>
4444
> <Cluster Name> is replaced with the cluster name you provide when using the template.
4545
46-
4746
1. Click the following image to open the template in the Azure portal. The template is located in [Azure quickstart templates](https://azure.microsoft.com/resources/templates/101-hdinsight-hbase-linux-vnet/).
4847

49-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-hbase-linux-vnet%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-provision-vnet/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
48+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-hbase-linux-vnet%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-provision-vnet/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
49+
5050
2. From the **Custom deployment** blade, enter the following properties:
5151

5252
* **Subscription**: Select an Azure subscription used to create the HDInsight cluster, the dependent Storage account and the Azure virtual network.

articles/hdinsight/hbase/apache-hbase-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To help you set up the environments, we have created some [Azure Resource Manage
5555

5656
To use a template that creates two virtual networks in two different regions and the VPN connection between the VNets, select the following **Deploy to Azure** button. The template definition is stored in a [public blob storage](https://hditutorialdata.blob.core.windows.net/hbaseha/azuredeploy.json).
5757

58-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Fhbaseha%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-replication/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
58+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Fhbaseha%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-replication/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
5959

6060
Some of the hard-coded values in the template:
6161

articles/hdinsight/hbase/apache-hbase-rest-sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.topic: conceptual
1010
ms.date: 12/13/2017
1111
ms.author: ashishth
1212
---
13+
1314
# Use the .NET SDK for Apache HBase
1415

1516
[Apache HBase](apache-hbase-overview.md) provides two primary choices to work with your data: [Apache Hive queries, and calls to HBase's RESTful API](apache-hbase-tutorial-get-started-linux.md). You can work directly with the REST API using the `curl` command or a similar utility.
@@ -109,7 +110,7 @@ await client.StoreCellsAsync("RestSDKTable", set);
109110

110111
HBase implements [Cloud BigTable](https://cloud.google.com/bigtable/), so the data format looks like the following:
111112

112-
![User with Cluster User role](./media/apache-hbase-rest-sdk/hdinsight-table-roles.png)
113+
![Apache HBase sample data output](./media/apache-hbase-rest-sdk/hdinsight-table-roles.png)
113114

114115
## Select data
115116

0 commit comments

Comments
 (0)