Skip to content

Commit 8f991bd

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent 14ad08d commit 8f991bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
3030

3131
The following procedure uses an Azure Resource Manager template to create a HBase cluster. The template also creates the dependent default Azure Storage account. To understand the parameters used in the procedure and other cluster creation methods, see [Create Linux-based Hadoop clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md).
3232

33-
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/).
33+
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/).
3434

3535
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.hdinsight%2Fhdinsight-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>
3636

@@ -270,7 +270,7 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
270270
-v
271271
```
272272
273-
The schema is provided in the JSon format.
273+
The schema is provided in the JSON format.
274274
1. Use the following command to insert some data:
275275
276276
```bash
@@ -341,7 +341,7 @@ HBase in HDInsight ships with a Web UI for monitoring clusters. Using the Web UI
341341
342342
## Cluster recreation
343343
344-
After an HBase cluster is deleted, you can create another HBase cluster by using the same default blob container. The new cluster picks up the HBase tables you created in the original cluster. To avoid inconsistencies, however, we recommend that you disable the HBase tables before you delete the cluster.
344+
After a HBase cluster is deleted, you can create another HBase cluster by using the same default blob container. The new cluster picks up the HBase tables you created in the original cluster. To avoid inconsistencies, however, we recommend that you disable the HBase tables before you delete the cluster.
345345
346346
You can use the HBase command `disable 'Contacts'`.
347347
@@ -357,7 +357,7 @@ If you're not going to continue to use this application, delete the HBase cluste
357357
358358
## Next steps
359359
360-
In this tutorial, you learned how to create an Apache HBase cluster. And how to create tables and view the data in those tables from the HBase shell. You also learned how to use a Hive query on data in HBase tables. And how to use the HBase C# REST API to create an HBase table and retrieve data from the table. To learn more, see:
360+
In this tutorial, you learned how to create an Apache HBase cluster. And how to create tables and view the data in those tables from the HBase shell. You also learned how to use a Hive query on data in HBase tables. And how to use the HBase C# REST API to create a HBase table and retrieve data from the table. To learn more, see:
361361
362362
> [!div class="nextstepaction"]
363363
> [HDInsight HBase overview](./apache-hbase-overview.md)

0 commit comments

Comments
 (0)