Skip to content

Commit 9b58b35

Browse files
authored
Merge pull request #106336 from dagiro/freshness15
freshness15
2 parents 142bcc4 + a423bdf commit 9b58b35

File tree

1 file changed

+14
-31
lines changed

1 file changed

+14
-31
lines changed

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

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What is Interactive Query in Azure HDInsight?
33
description: An introduction to Interactive Query, also called Apache Hive LLAP, In Azure HDInsight
4-
ms.service: hdinsight
54
author: hrasheed-msft
65
ms.author: hrasheed
76
ms.reviewer: jasonh
8-
ms.custom: hdinsightactive
7+
ms.service: hdinsight
98
ms.topic: overview
10-
ms.date: 09/17/2019
9+
ms.custom: hdinsightactive
10+
ms.date: 03/03/2020
1111
#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.
1212
---
1313

@@ -19,7 +19,7 @@ Interactive Query (also called Apache Hive LLAP, or [Low Latency Analytical Proc
1919

2020
An Interactive Query cluster is different from an Apache Hadoop cluster. It contains only the Hive service.
2121

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 cant access it via the Hive console, Templeton, the Azure Classic CLI, or Azure PowerShell.
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.
2323

2424
## Create an Interactive Query cluster
2525

@@ -32,36 +32,19 @@ For information about creating a HDInsight cluster, see [Create Apache Hadoop cl
3232

3333
To execute Hive queries, you have the following options:
3434

35-
* Use Microsoft Power BI
36-
37-
See [Visualize Interactive Query Apache Hive data with Power BI in Azure HDInsight](./apache-hadoop-connect-hive-power-bi-directquery.md)
38-
See [Visualize big data with Power BI in Azure HDInsight](../hadoop/apache-hadoop-connect-hive-power-bi.md).
39-
40-
* Use Visual Studio
41-
42-
See [Connect to Azure HDInsight and 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).
43-
44-
* Use Visual Studio Code
45-
46-
See [Use Visual Studio Code for Apache Hive, LLAP, or pySpark](../hdinsight-for-vscode.md).
47-
* Run Apache Hive by using Apache Ambari Hive View.
48-
49-
See [Use Apache Hive View with Apache Hadoop in Azure HDInsight](../hadoop/apache-hadoop-use-hive-ambari-view.md).
50-
51-
* Run Apache Hive by using Beeline.
52-
53-
See [Use Apache Hive with Apache Hadoop in HDInsight with Beeline](../hadoop/apache-hadoop-use-hive-beeline.md).
54-
55-
You can use Beeline from either the head node or from an empty edge node. We recommend using Beeline from an empty edge node. For information about creating an HDInsight cluster by using an empty edge node, see [Use empty edge nodes in HDInsight](../hdinsight-apps-use-edge-node.md).
56-
* Run Apache Hive by using Hive ODBC.
57-
58-
See [Connect Excel to Apache Hadoop with the Microsoft Hive ODBC driver](../hadoop/apache-hadoop-connect-excel-hive-odbc-driver.md).
35+
|Method |Description |
36+
|---|---|
37+
|Microsoft Power BI|See [Visualize Interactive Query Apache Hive data with Power BI in Azure HDInsight](./apache-hadoop-connect-hive-power-bi-directquery.md), and [Visualize big data with Power BI in Azure HDInsight](../hadoop/apache-hadoop-connect-hive-power-bi.md).|
38+
|Visual Studio|See [Connect to Azure HDInsight and 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).|
39+
|Visual Studio Code|See [Use Visual Studio Code for Apache Hive, LLAP, or pySpark](../hdinsight-for-vscode.md).|
40+
|Apache Ambari Hive View|See [Use Apache Hive View with Apache Hadoop in Azure HDInsight](../hadoop/apache-hadoop-use-hive-ambari-view.md). Hive View is not available for HDInsight 4.0.|
41+
|Apache Beeline|See [Use Apache Hive with Apache Hadoop in HDInsight with Beeline](../hadoop/apache-hadoop-use-hive-beeline.md). You can use Beeline from either the head node or from an empty edge node. We recommend using Beeline from an empty edge node. For information about creating an HDInsight cluster by using an empty edge node, see [Use empty edge nodes in HDInsight](../hdinsight-apps-use-edge-node.md).|
42+
|Hive ODBC|See [Connect Excel to Apache Hadoop with the Microsoft Hive ODBC driver](../hadoop/apache-hadoop-connect-excel-hive-odbc-driver.md).|
5943

6044
To find the Java Database Connectivity (JDBC) connection string:
6145

62-
1. Sign in to Apache Ambari by using the following URL: `https://<cluster name>.AzureHDInsight.net`.
63-
2. In the left menu, select **Hive**.
64-
3. To copy the URL, select the clipboard icon:
46+
1. From a web browser, navigate to `https://CLUSTERNAME.azurehdinsight.net/#/main/services/HIVE/summary`, where `CLUSTERNAME` is the name of your cluster.
47+
1. To copy the URL, select the clipboard icon:
6548

6649
![HDInsight Hadoop Interactive Query LLAP JDBC](./media/apache-interactive-query-get-started/hdinsight-hadoop-use-interactive-hive-jdbc.png)
6750

0 commit comments

Comments
 (0)