Skip to content

Commit 749256d

Browse files
authored
Merge pull request #88827 from dagiro/cats110
cats110
2 parents b5b80db + c52affb commit 749256d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/hdinsight/hbase/apache-hbase-tutorial-get-started-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following procedure uses an Azure Resource Manager template to create an HBa
3636

3737
1. Select 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/).
3838

39-
<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%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-tutorial-get-started-linux/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
39+
<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%2Fazuredeploy.json" target="_blank"><img src="./media/apache-hbase-tutorial-get-started-linux/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
4040

4141
2. From the **Custom deployment** blade, enter the following values:
4242

@@ -63,11 +63,11 @@ You can use SSH to connect to HBase clusters and then use [Apache HBase Shell](h
6363

6464
For most people, data appears in the tabular format:
6565

66-
![HDInsight HBase tabular data](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-contacts-tabular.png)
66+
![HDInsight Apache HBase tabular data](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-contacts-tabular.png)
6767

6868
In HBase (an implementation of [Cloud BigTable](https://cloud.google.com/bigtable/)), the same data looks like:
6969

70-
![HDInsight HBase BigTable data](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-contacts-bigtable.png)
70+
![HDInsight Apache HBase BigTable data](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-contacts-bigtable.png)
7171

7272
**To use the HBase shell**
7373

@@ -110,7 +110,7 @@ In HBase (an implementation of [Cloud BigTable](https://cloud.google.com/bigtabl
110110
scan 'Contacts'
111111
```
112112
113-
![HDInsight Hadoop HBase shell](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-shell.png)
113+
![HDInsight Apache Hadoop HBase shell](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-shell.png)
114114
115115
1. Use `get` command to fetch contents of a row. Enter the following command:
116116
@@ -279,7 +279,7 @@ HBase in HDInsight ships with a Web UI for monitoring clusters. Using the Web UI
279279
280280
1. Select **Quick links** on the top of the page, point to the active Zookeeper node link, and then select **HBase Master UI**. The UI is opened in another browser tab:
281281
282-
![HDInsight HBase HMaster UI](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-hmaster-ui.png)
282+
![HDInsight Apache HBase HMaster UI](./media/apache-hbase-tutorial-get-started-linux/hdinsight-hbase-hmaster-ui.png)
283283
284284
The HBase Master UI contains the following sections:
285285

articles/hdinsight/hbase/query-hbase-with-hbase-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2929

3030
For most people, data appears in the tabular format:
3131

32-
![HDInsight HBase tabular data](./media/query-hbase-with-hbase-shell/hdinsight-hbase-contacts-tabular.png)
32+
![HDInsight Apache HBase tabular data](./media/query-hbase-with-hbase-shell/hdinsight-hbase-contacts-tabular.png)
3333

3434
In HBase (an implementation of [Cloud BigTable](https://cloud.google.com/bigtable/)), the same data looks like:
3535

36-
![HDInsight HBase BigTable data](./media/query-hbase-with-hbase-shell/hdinsight-hbase-contacts-bigtable.png)
36+
![HDInsight Apache HBase BigTable data](./media/query-hbase-with-hbase-shell/hdinsight-hbase-contacts-bigtable.png)
3737

3838
You can use SSH to connect to HBase clusters, and then use Apache HBase Shell to create HBase tables, insert data, and query data.
3939

articles/hdinsight/hdinsight-administer-use-portal-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ From the [cluster home page](#homePage):
166166

167167
1. Select **Cluster dashboards**.
168168

169-
![HDInsight Hadoop cluster menu](./media/hdinsight-administer-use-portal-linux/hdinsight-azure-portal-cluster-menu2.png)
169+
![HDInsight Apache Hadoop cluster menu](./media/hdinsight-administer-use-portal-linux/hdinsight-azure-portal-cluster-menu2.png)
170170

171171
1. Select **Ambari home** from the new page.
172172
1. Enter the cluster username and password. The default cluster username is _admin_.

articles/hdinsight/hdinsight-apache-kafka-spark-structured-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To create an Azure Virtual Network, and then create the Kafka and Spark clusters
122122

123123
1. Use the following button to sign in to Azure and open the template in the Azure portal.
124124

125-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fhdinsight-spark-kafka-structured-streaming%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-apache-kafka-spark-structured-streaming/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
125+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fhdinsight-spark-kafka-structured-streaming%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-apache-kafka-spark-structured-streaming/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
126126

127127
The Azure Resource Manager template is located at **https://raw.githubusercontent.com/Azure-Samples/hdinsight-spark-kafka-structured-streaming/master/azuredeploy.json**.
128128

0 commit comments

Comments
 (0)