Skip to content

Commit 21827e5

Browse files
authored
Merge pull request MicrosoftDocs#37184 from jieyan1269/patch-1
Update apache-hadoop-use-hive-beeline.md
2 parents f3bf853 + c7ec301 commit 21827e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Replace `<headnode-FQDN>` with the fully qualified domain name of a cluster head
4141

4242
### To HDInsight Enterprise Security Package (ESP) cluster
4343

44-
When connecting from a client to an Enterprise Security Package (ESP) cluster joined to Azure Active Directory (AAD), you must also specify the domain name `<AAD-Domain>` and the name of a domain user account with permissions to access the cluster `<username>`:
44+
When connecting from a client to an Enterprise Security Package (ESP) cluster joined to Azure Active Directory (AAD) on a machine in same realm of the cluster, you must also specify the domain name `<AAD-Domain>` and the name of a domain user account with permissions to access the cluster `<username>`:
4545

4646
```bash
4747
kinit <username>
@@ -54,7 +54,7 @@ Replace `<username>` with the name of an account on the domain with permissions
5454

5555
### Over public internet
5656

57-
When connecting over the public internet, you must provide the cluster login account name (default `admin`) and password. For example, using Beeline from a client system to connect to the `<clustername>.azurehdinsight.net` address. This connection is made over port `443`, and is encrypted using SSL:
57+
When connecting to a non-ESP or Azure Active Directory (AAD) joined ESP cluster over the public internet, you must provide the cluster login account name (default `admin`) and password. For example, using Beeline from a client system to connect to the `<clustername>.azurehdinsight.net` address. This connection is made over port `443`, and is encrypted using SSL:
5858

5959
```bash
6060
beeline -u 'jdbc:hive2://clustername.azurehdinsight.net:443/;ssl=true;transportMode=http;httpPath=/hive2' -n admin -p password

0 commit comments

Comments
 (0)