Skip to content

Commit 5f4efd4

Browse files
committed
freshness_c25
1 parent f612a2e commit 5f4efd4

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

articles/hdinsight/hadoop/apache-hadoop-connect-excel-hive-odbc-driver.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Excel & Apache Hadoop with ODBC Driver - Azure HDInsight
2+
title: Excel & Apache Hadoop with Open Database Connectivity (ODBC) Driver - Azure HDInsight
33
description: Learn how to set up and use the Microsoft Hive ODBC driver for Excel to query data in HDInsight clusters from Microsoft Excel.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: hdinsightactive,hdiseo17may2017
10-
ms.date: 03/02/2020
10+
ms.date: 04/22/2020
1111
---
1212

1313
# Connect Excel to Apache Hadoop in Azure HDInsight with the Microsoft Hive ODBC driver
1414

1515
[!INCLUDE [ODBC-JDBC-selector](../../../includes/hdinsight-selector-odbc-jdbc.md)]
1616

17-
Microsoft's Big Data solution integrates Microsoft Business Intelligence (BI) components with Apache Hadoop clusters that have been deployed in 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.
17+
Microsoft's Big Data solution integrates Microsoft Business Intelligence (BI) components with Apache Hadoop clusters deployed in HDInsight. An example is the ability to connect Excel to the Hive data warehouse of a Hadoop cluster. Connect using the Microsoft Hive Open Database Connectivity (ODBC) Driver.
1818

19-
It's 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](../hdinsight-connect-excel-power-query.md).
19+
You can connect the data associated with an HDInsight cluster from Excel with Microsoft Power Query add-in for Excel. For more information, see [Connect Excel to HDInsight with Power Query](../hdinsight-connect-excel-power-query.md).
2020

2121
## Prerequisites
2222

@@ -27,13 +27,13 @@ Before you begin this article, you must have the following items:
2727

2828
## Install Microsoft Hive ODBC driver
2929

30-
Download and install the [Microsoft Hive ODBC Driver](https://www.microsoft.com/download/details.aspx?id=40886) version that matches the version of the application where you'll be using the ODBC driver. For this article, the driver is used for Office Excel.
30+
Download and install [Microsoft Hive ODBC Driver](https://www.microsoft.com/download/details.aspx?id=40886). Choose the version that matches the version of the application where you'll be using the ODBC driver. For this article, the driver is used for Office Excel.
3131

3232
## Create Apache Hive ODBC data source
3333

3434
The following steps show you how to create a Hive ODBC Data Source.
3535

36-
1. From Windows, navigate to Start > Windows Administrative Tools > ODBC Data Sources (32-bit)/(64-bit). This opens the **ODBC Data Source Administrator** window.
36+
1. From Windows, navigate to **Start > Windows Administrative Tools > ODBC Data Sources (32-bit)/(64-bit)**. This action opens the **ODBC Data Source Administrator** window.
3737

3838
![OBDC data source administrator](./media/apache-hadoop-connect-excel-hive-odbc-driver/simbahiveodbc-datasourceadmin1.png "Configure a DSN using ODBC Data Source Administrator")
3939

@@ -59,11 +59,11 @@ The following steps show you how to create a Hive ODBC Data Source.
5959
| --- | --- |
6060
| Use Native Query |When it's selected, the ODBC driver does NOT try to convert TSQL into HiveQL. You shall use it only if you're 100% sure you're submitting pure HiveQL statements. When connecting to SQL Server or Azure SQL Database, you should leave it unchecked. |
6161
| Rows fetched per block |When fetching a large number of records, tuning this parameter may be required to ensure optimal performances. |
62-
| 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. |
62+
| 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 because of loss of precision and, or truncation. |
6363

6464
![Advanced DSN configuration options](./media/apache-hadoop-connect-excel-hive-odbc-driver/hiveodbc-datasource-advancedoptions1.png "Advanced DSN configuration options")
6565

66-
1. Select **Test** to test the data source. When the data source is configured correctly, the test result shows **SUCCESS!**.
66+
1. Select **Test** to test the data source. When the data source is configured correctly, the test result shows **SUCCESS!**
6767

6868
1. Select **OK** to close the Test window.
6969

@@ -95,8 +95,5 @@ In this article, you learned how to use the Microsoft Hive ODBC driver to retrie
9595

9696
* [Visualize Apache Hive data with Microsoft Power BI in Azure HDInsight](apache-hadoop-connect-hive-power-bi.md).
9797
* [Visualize Interactive Query Hive data with Power BI in Azure HDInsight](../interactive-query/apache-hadoop-connect-hive-power-bi-directquery.md).
98-
* [Use Apache Zeppelin to run Apache Hive queries in Azure HDInsight](../interactive-query/hdinsight-connect-hive-zeppelin.md).
9998
* [Connect Excel to Apache Hadoop by using Power Query](apache-hadoop-connect-excel-power-query.md).
10099
* [Connect to Azure HDInsight and run Apache Hive queries using Data Lake Tools for Visual Studio](apache-hadoop-visual-studio-tools-get-started.md).
101-
* [Use Azure HDInsight Tool for Visual Studio Code](../hdinsight-for-vscode.md).
102-
* [Upload data to HDInsight](./../hdinsight-upload-data.md).

0 commit comments

Comments
 (0)