|
1 | 1 | ---
|
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 |
4 | 4 | ms.service: hdinsight
|
5 | 5 | author: hrasheed-msft
|
6 | 6 | ms.author: hrasheed
|
7 | 7 | ms.reviewer: jasonh
|
8 | 8 | 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. |
11 | 12 | ---
|
12 | 13 |
|
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 |
15 | 15 |
|
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. |
17 | 17 |
|
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)] |
19 | 19 |
|
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. |
22 | 23 |
|
23 | 24 | ## Create an Interactive Query cluster
|
| 25 | + |
24 | 26 | 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.
|
25 | 27 |
|
26 | 28 | ## Execute Apache Hive queries from Interactive Query
|
| 29 | + |
27 | 30 | To execute Hive queries, you have the following options:
|
28 | 31 |
|
29 | 32 | * Use Microsoft Power BI
|
@@ -56,17 +59,11 @@ To find the Java Database Connectivity (JDBC) connection string:
|
56 | 59 | 1. Sign in to Apache Ambari by using the following URL: `https://<cluster name>.AzureHDInsight.net`.
|
57 | 60 | 2. In the left menu, select **Hive**.
|
58 | 61 | 3. To copy the URL, select the clipboard icon:
|
59 |
| - |
| 62 | + |
60 | 63 | 
|
61 | 64 |
|
62 | 65 | ## Next steps
|
63 | 66 |
|
64 | 67 | * Learn how to [create Interactive Query clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md).
|
65 | 68 | * Learn how to [visualize big data with Power BI in Azure HDInsight](../hadoop/apache-hadoop-connect-hive-power-bi.md).
|
66 | 69 | * 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