Skip to content

Commit 2e962d9

Browse files
Merge pull request #79717 from dagiro/mvc19
mvc19
2 parents 73e35e9 + 6d03dd6 commit 2e962d9

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

articles/hdinsight/interactive-query/TOC.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
href: /azure/hdinsight
33
- name: Overview
44
items:
5-
- name: Apache Hadoop components on HDInsight
6-
href: ../hdinsight-component-versioning.md
5+
- name: What is Interactive Query in HDInsight?
6+
href: ./apache-interactive-query-get-started.md
77
maintainContext: true
8-
- name: HDInsight 4.0
9-
href: ../hdinsight-version-release.md
10-
maintainContext: true
118
- name: Quickstarts
129
items:
1310
- name: Execute Apache Hive queries - Apache Zeppelin
1411
href: ./hdinsight-connect-hive-zeppelin.md
1512
- name: Get started
1613
items:
17-
- name: Start with Interactive Query
18-
href: ./apache-interactive-query-get-started.md
1914
- name: Install HDInsight apps
2015
href: ../hdinsight-apps-install-applications.md
2116
maintainContext: true

articles/hdinsight/interactive-query/apache-interactive-query-get-started.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
---
2-
title: Use Interactive Query with Azure HDInsight
3-
description: Learn how to use Interactive Query (Hive LLAP) with HDInsight.
2+
title: What is Interactive Query in Azure HDInsight?
3+
description: An introduction to Interactive Query In Azure HDInsight
44
ms.service: hdinsight
55
author: hrasheed-msft
66
ms.author: hrasheed
77
ms.reviewer: jasonh
88
ms.custom: hdinsightactive
9-
ms.topic: conceptual
10-
ms.date: 05/07/2019
9+
ms.topic: overview
10+
ms.date: 06/14/2019
11+
#Customer intent: As a developer new to Interactive Query in Azure HDInsight, I want to have a basic understanding of Interactive Query so I can decide if I want to use it rather than build my own cluster.
1112
---
1213

13-
# Use Interactive Query with HDInsight
14-
Interactive Query (also called Apache Hive LLAP, or [Low Latency Analytical Processing](https://cwiki.apache.org/confluence/display/Hive/LLAP)) is an Azure HDInsight [cluster type](../hdinsight-hadoop-provision-linux-clusters.md#cluster-types). Interactive Query supports in-memory caching, which makes Apache Hive queries faster and much more interactive.
14+
# What is Interactive Query In Azure HDInsight
1515

16-
[!INCLUDE [hdinsight-price-change](../../../includes/hdinsight-enhancements.md)]
16+
Interactive Query (also called Apache Hive LLAP, or [Low Latency Analytical Processing](https://cwiki.apache.org/confluence/display/Hive/LLAP)) is an Azure HDInsight [cluster type](../hdinsight-hadoop-provision-linux-clusters.md#cluster-types). Interactive Query supports in-memory caching, which makes Apache Hive queries faster and much more interactive. Customers use Interactive Query to query data stored in Azure storage & Azure Data Lake Storage in super-fast manner. Interactive query makes it easy for developers and data scientist to work with the big data using BI tools they love the most. HDInsight Interactive Query supports several tools to access big data in easy fashion.
1717

18-
An Interactive Query cluster is different from an Apache Hadoop cluster. It contains only the Hive service.
18+
[!INCLUDE [hdinsight-price-change](../../../includes/hdinsight-enhancements.md)]
1919

20-
> [!NOTE]
21-
> You can access the Hive service in the Interactive Query cluster only via Apache Ambari Hive View, Beeline, and the Microsoft Hive Open Database Connectivity driver (Hive ODBC). You can’t access it via the Hive console, Templeton, the Azure Classic CLI, or Azure PowerShell.
20+
An Interactive Query cluster is different from an Apache Hadoop cluster. It contains only the Hive service.
21+
22+
You can access the Hive service in the Interactive Query cluster only via Apache Ambari Hive View, Beeline, and the Microsoft Hive Open Database Connectivity driver (Hive ODBC). You can’t access it via the Hive console, Templeton, the Azure Classic CLI, or Azure PowerShell.
2223

2324
## Create an Interactive Query cluster
25+
2426
For information about creating a HDInsight cluster, see [Create Apache Hadoop clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md). Choose the Interactive Query cluster type.
2527

2628
## Execute Apache Hive queries from Interactive Query
29+
2730
To execute Hive queries, you have the following options:
2831

2932
* Use Microsoft Power BI
@@ -56,17 +59,11 @@ To find the Java Database Connectivity (JDBC) connection string:
5659
1. Sign in to Apache Ambari by using the following URL: `https://<cluster name>.AzureHDInsight.net`.
5760
2. In the left menu, select **Hive**.
5861
3. To copy the URL, select the clipboard icon:
59-
62+
6063
![HDInsight Hadoop Interactive Query LLAP JDBC](./media/apache-interactive-query-get-started/hdinsight-hadoop-use-interactive-hive-jdbc.png)
6164

6265
## Next steps
6366

6467
* Learn how to [create Interactive Query clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md).
6568
* Learn how to [visualize big data with Power BI in Azure HDInsight](../hadoop/apache-hadoop-connect-hive-power-bi.md).
6669
* Learn how to [use Apache Zeppelin to run Apache Hive queries in Azure HDInsight](../interactive-query/hdinsight-connect-hive-zeppelin.md).
67-
* Learn how to [run Apache Hive queries using Data Lake Tools for Visual Studio](../hadoop/apache-hadoop-visual-studio-tools-get-started.md#run-interactive-apache-hive-queries).
68-
* Learn how to [use HDInsight Tools for Visual Studio Code](../hdinsight-for-vscode.md).
69-
* Learn how to [use Apache Hive View with Apache Hadoop in HDInsight](../hadoop/apache-hadoop-use-hive-ambari-view.md)
70-
* Learn how to [use Beeline to submit Apache Hive queries in HDInsight](../hadoop/apache-hadoop-use-hive-beeline.md).
71-
* Learn how to [connect Excel to Apache Hadoop with the Microsoft Hive ODBC driver](../hadoop/apache-hadoop-connect-excel-hive-odbc-driver.md).
72-

0 commit comments

Comments
 (0)