Skip to content

Commit 6f12720

Browse files
authored
Merge pull request #106958 from dagiro/ts_hive17
ts_hive17
2 parents 5bd7de7 + 2d34339 commit 6f12720

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/hdinsight/hadoop/apache-hadoop-use-hive-beeline.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 02/25/2020
9+
ms.date: 03/09/2020
1010
---
1111

1212
# Use the Apache Beeline client with Apache Hive
@@ -50,6 +50,12 @@ beeline -u 'jdbc:hive2://<headnode-FQDN>:10001/default;principal=hive/_HOST@<AAD
5050

5151
Replace `<username>` with the name of an account on the domain with permissions to access the cluster. Replace `<AAD-DOMAIN>` with the name of the Azure Active Directory (AAD) that the cluster is joined to. Use an uppercase string for the `<AAD-DOMAIN>` value, otherwise the credential won't be found. Check `/etc/krb5.conf` for the realm names if needed.
5252

53+
To find the JDBC URL from Ambari:
54+
55+
1. From a web browser, navigate to `https://CLUSTERNAME.azurehdinsight.net/#/main/services/HIVE/summary`, where `CLUSTERNAME` is the name of your cluster. Ensure that HiveServer2 is running.
56+
57+
1. Use clipboard to copy the HiveServer2 JDBC URL.
58+
5359
---
5460

5561
### Over public or private endpoints

0 commit comments

Comments
 (0)