title | description | keywords | services | documentationcenter | author | manager | tags | editor | ms.assetid | ms.service | ms.custom | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Connect Excel to Hadoop with the Hive ODBC Driver - Azure HDInsight | Microsoft Docs |
Learn how to set up and use the Microsoft Hive ODBC driver for Excel to query data in HDInsight clusters from Microsoft Excel. |
hadoop excel,hive excel,hive odbc |
hdinsight |
mumian |
jhubbard |
azure-portal |
cgronlun |
a7665a14-0211-4521-b3e7-3b26e8029cc0 |
hdinsight |
hdinsightactive,hdiseo17may2017 |
na |
article |
na |
big-data |
05/12/2017 |
jgao |
[!INCLUDE ODBC-JDBC-selector]
Microsoft's Big Data solution integrates Microsoft Business Intelligence (BI) components with Apache Hadoop clusters that have been deployed by the Azure HDInsight. An example of this integration is the ability to connect Excel to the Hive data warehouse of a Hadoop cluster in HDInsight using the Microsoft Hive Open Database Connectivity (ODBC) Driver.
It is also possible to connect the data associated with an HDInsight cluster and other data sources, including other (non-HDInsight) Hadoop clusters, from Excel using the Microsoft Power Query add-in for Excel. For information on installing and using Power Query, see Connect Excel to HDInsight with Power Query.
Note
While the steps in this article can be used with either a Linux or Windows-based HDInsight cluster, Windows is required for the client workstation.
Prerequisites:
Before you begin this article, you must have the following items:
- An HDInsight cluster. To create one, see Get started with Azure HDInsight.
- A workstation with Office 2013 Professional Plus, Office 365 Pro Plus, Excel 2013 Standalone, or Office 2010 Professional Plus.
Download and install Microsoft Hive ODBC Driver from the Download Center.
This driver can be installed on 32-bit or 64-bit versions of Windows 7, Windows 8, Windows 10, Windows Server 2008 R2, and Windows Server 2012. The driver allows connection to Azure HDInsight (version 1.6 and later) and Azure HDInsight Emulator (v.1.0.0.0 and later). You shall install the version that matches the version of the application where you use the ODBC driver. For this tutorial, the driver is used from Office Excel.
The following steps show you how to create a Hive ODBC Data Source.
-
From Windows 8 or Windows 10, press the Windows key to open the Start screen, and then type data sources.
-
Click Set up ODBC Data sources (32-bit) or Set up ODBC Data Sources (64-bit) depending on your Office version. If you are using Windows 7, choose ODBC Data Sources (32 bit) or ODBC Data Sources (64 bit) from Administrative Tools. You shall see the ODBC Data Source Administrator dialog.
-
From User DNS, click Add to open the Create New Data Source wizard.
-
Select Microsoft Hive ODBC Driver, and then click Finish. You shall see the Microsoft Hive ODBC Driver DNS Setup dialog.
-
Type or select the following values:
Property Description Data Source Name Give a name to your data source Host Enter <HDInsightClusterName>.azurehdinsight.net. For example, myHDICluster.azurehdinsight.net Port Use 443. (This port has been changed from 563 to 443.) Database Use Default. Hive Server Type Select Hive Server 2 Mechanism Select Azure HDInsight Service HTTP Path Leave it blank. User Name Enter HDInsight cluster HTTP user username. The default username is admin. Password Enter HDInsight cluster user password. There are some important parameters to be aware of when you click Advanced Options:
Parameter Description Use Native Query When it is selected, the ODBC driver will NOT try to convert TSQL into HiveQL. You shall use it only if you are 100% sure you are submitting pure HiveQL statements. When connecting to SQL Server or Azure SQL Database, you should leave it unchecked. Rows fetched per block When fetching a large number of records, tuning this parameter may be required to ensure optimal performances. Default string column length, Binary column length, Decimal column scale The data type lengths and precisions may affect how data is returned. They cause incorrect information to be returned due to loss of precision and/or truncation. -
Click Test to test the data source. When the data source is configured correctly, it shows TESTS COMPLETED SUCCESSFULLY!.
-
Click OK to close the Test dialog. The new data source should now be listed on the ODBC Data Source Administrator.
-
Click OK to exit the wizard.
The following steps describe the way to import data from a hive table into an Excel workbook using the ODBC data source that you created in the steps above.
-
Open a new or existing workbook in Excel.
-
From the Data tab, click From Other Data Sources, and then click From Data Connection Wizard to launch the Data Connection Wizard.
-
Select ODBC DSN as the data source, and then click Next.
-
From ODBC data sources, select the data source name that you created in the previous step, and then click Next.
-
Re-enter the password for the cluster in the wizard, and then click Test to verify the configuration once again.
-
Click OK to close the test dialog.
-
Click OK. Wait for the Select Database and Table dialog to open. This step can take a few seconds.
-
Select the table that you want to import, and then click Next. The hivesampletable is a sample hive table that comes with HDInsight clusters. You can choose it if you haven't created one. For more information on run Hive queries and create Hive tables, see Use Hive with HDInsight.
-
Click Finish.
-
In the Import Data dialog, you can change or specify the query. To do so, click Properties. This step can take a few seconds.
-
Click the Definition tab, and then append LIMIT 200 to the Hive select statement in the Command text textbox. The modification limits the returned record set to 200.
-
Click OK to close the Connection Properties dialog.
-
Click OK to close the Import Data dialog.
-
Re-enter the password, and then click OK. It takes a few seconds before data gets imported to Excel.
In this article, you learned how to use the Microsoft Hive ODBC driver to retrieve data from the HDInsight Service into Excel. Similarly, you can retrieve data from the HDInsight Service into SQL Database. It is also possible to upload data into an HDInsight Service. To learn more, see: