Skip to content

Commit 340bc6d

Browse files
committed
ts_hive18
1 parent 5065694 commit 340bc6d

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

articles/hdinsight/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@
683683
- name: Quickstarts
684684
items:
685685
- name: Create Interactive Query cluster - ARM Template
686+
displayName: Resource Manager
686687
href: ./interactive-query/quickstart-resource-manager-template.md
687688
- name: Execute Apache Hive queries - Apache Zeppelin
688689
href: ./interactive-query/hdinsight-connect-hive-zeppelin.md
110 KB
Loading
23.2 KB
Loading

articles/hdinsight/interactive-query/quickstart-resource-manager-template.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: quickstart
99
ms.custom: subject-armqs
10-
ms.date: 03/12/2020
10+
ms.date: 03/13/2020
1111

1212
#Customer intent: As a developer new to Interactive Query on Azure, I need to see how to create an Interactive Query cluster.
1313
---
@@ -24,7 +24,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424

2525
### Review the template
2626

27-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-hdinsight-interactive-hive). The template for this article is too long to show here. To view the template, see: [https://github.com/Azure/azure-quickstart-templates/blob/master/101-hdinsight-interactive-hive/azuredeploy.json](https://github.com/Azure/azure-quickstart-templates/blob/master/101-hdinsight-interactive-hive/azuredeploy.json).
27+
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-hdinsight-interactive-hive).
28+
29+
:::code language="json" source="~/quickstart-templates/101-hdinsight-interactive-hive/azuredeploy.json" range="1-158":::
2830

2931
The mapping is defined in the `openpublishing.publish.config` file.
3032

@@ -66,7 +68,7 @@ After you complete the quickstart, you may want to delete the cluster. With HDIn
6668

6769
From the Azure portal, navigate to your cluster, and select **Delete**.
6870

69-
![Resource Manager template HBase](./media/quickstart-resource-manager-template/hdinsight-azure-portal-delete-cluster.png)
71+
![Resource Manager template HBase](./media/quickstart-resource-manager-template/azure-portal-delete-hive.png)
7072

7173
You can also select the resource group name to open the resource group page, and then select **Delete resource group**. By deleting the resource group, you delete both the HDInsight cluster, and the default storage account.
7274

0 commit comments

Comments
 (0)