Skip to content

Commit 63d7280

Browse files
committed
freshness9
1 parent d4755e0 commit 63d7280

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/hdinsight/interactive-query/apache-hive-warehouse-connector.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Apache Spark & Hive - Hive Warehouse Connector - Azure HDInsight
33
description: Learn how to integrate Apache Spark and Apache Hive with the Hive Warehouse Connector on Azure HDInsight.
4-
author: nakhanha
5-
ms.author: nakhanha
4+
author: hrasheed-msft
5+
ms.author: hrasheed
66
ms.reviewer: hrasheed
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 10/08/2019
9+
ms.date: 03/02/2020
1010
---
1111

1212
# Integrate Apache Spark and Apache Hive with the Hive Warehouse Connector
@@ -49,17 +49,17 @@ Copy the node information from the `/etc/hosts` file on headnode0 of your Intera
4949

5050
#### From your Interactive Query cluster
5151

52-
1. Navigate to the cluster's Apache Ambari home page using `https://LLAPCLUSTERNAME.azurehdinsight.net` where `LLAPCLUSTERNAME` is the name of your Interactive Query cluster.
52+
1. Navigate to the cluster's Apache Ambari Hive page using `https://LLAPCLUSTERNAME.azurehdinsight.net/#/main/services/HIVE/configs` where `LLAPCLUSTERNAME` is the name of your Interactive Query cluster.
5353

54-
1. Navigate to **Hive** > **CONFIGS** > **Advanced** > **Advanced hive-site** > **hive.zookeeper.quorum** and note the value. The value may be similar to: `zk0-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181,zk1-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181,zk4-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181`.
54+
1. Navigate to **Advanced** > **General** > **hive.metastore.uris** and note the value. The value may be similar to: `thrift://iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:9083,thrift://hn1-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:9083`.
5555

56-
1. Navigate to **Hive** > **CONFIGS** > **Advanced** > **General** > **hive.metastore.uris** and note the value. The value may be similar to: `thrift://iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:9083,thrift://hn1-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:9083`.
56+
1. Navigate to **Advanced** > **Advanced hive-site** > **hive.zookeeper.quorum** and note the value. The value may be similar to: `zk0-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181,zk1-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181,zk4-iqgiro.rekufuk2y2cezcbowjkbwfnyvd.bx.internal.cloudapp.net:2181`.
5757

5858
#### From your Apache Spark cluster
5959

60-
1. Navigate to the cluster's Apache Ambari home page using `https://SPARKCLUSTERNAME.azurehdinsight.net` where `SPARKCLUSTERNAME` is the name of your Apache Spark cluster.
60+
1. Navigate to the cluster's Apache Ambari Hive page using `https://SPARKCLUSTERNAME.azurehdinsight.net/#/main/services/HIVE/configs` where `SPARKCLUSTERNAME` is the name of your Apache Spark cluster.
6161

62-
1. Navigate to **Hive** > **CONFIGS** > **Advanced** > **Advanced hive-interactive-site** > **hive.llap.daemon.service.hosts** and note the value. The value may be similar to: `@llap0`.
62+
1. Navigate to **Advanced** > **Advanced hive-interactive-site** > **hive.llap.daemon.service.hosts** and note the value. The value may be similar to: `@llap0`.
6363

6464
### Configure Spark cluster settings
6565

@@ -169,7 +169,7 @@ Spark doesn’t natively support writing to Hive’s managed ACID tables. Using
169169
```scala
170170
hive.table("sampletable_colorado").show()
171171
```
172-
172+
173173
![hive warehouse connector show hive table](./media/apache-hive-warehouse-connector/hive-warehouse-connector-show-hive-table.png)
174174

175175
### Structured streaming writes
@@ -256,5 +256,5 @@ Use **Ctrl + C** to stop netcat on the second SSH session. Use `:q` to exit spar
256256

257257
## Next steps
258258

259-
* [Use Interactive Query with HDInsight](https://docs.microsoft.com/azure/hdinsight/interactive-query/apache-interactive-query-get-started)
259+
* [Use Interactive Query with HDInsight](./apache-interactive-query-get-started.md)
260260
* [Examples of interacting with Hive Warehouse Connector using Zeppelin, Livy, spark-submit, and pyspark](https://community.hortonworks.com/articles/223626/integrating-apache-hive-with-apache-spark-hive-war.html)

0 commit comments

Comments
 (0)