Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 4.48 KB

apache-interactive-query-get-started.md

File metadata and controls

78 lines (54 loc) · 4.48 KB
title description services ms.service author ms.author ms.reviewer ms.custom ms.topic ms.date
Use Interactive Query with Azure HDInsight
Learn how to use Interactive Query (Hive LLAP) with HDInsight.
hdinsight
hdinsight
hrasheed-msft
hrasheed
jasonh
hdinsightactive
conceptual
02/22/2018

Use Interactive Query with HDInsight

Interactive Query (also called Apache Hive LLAP, or Low Latency Analytical Processing) is an Azure HDInsight cluster type. Interactive Query supports in-memory caching, which makes Apache Hive queries faster and much more interactive.

[!INCLUDE hdinsight-price-change]

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

Note

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.

Create an Interactive Query cluster

For information about creating a HDInsight cluster, see Create Apache Hadoop clusters in HDInsight. Choose the Interactive Query cluster type.

Execute Apache Hive queries from Interactive Query

To execute Hive queries, you have the following options:

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

  1. Sign in to Apache Ambari by using the following URL: https://<cluster name>.AzureHDInsight.net.

  2. In the left menu, select Hive.

  3. To copy the URL, select the clipboard icon:

    HDInsight Hadoop Interactive Query LLAP JDBC

Next steps