Skip to content

Commit 88ac462

Browse files
authored
Merge pull request #207971 from farukc/main
Added "Note" for ESP enabled clusters
2 parents 197f754 + 5601aa1 commit 88ac462

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ This example is based on using the Beeline client from [an SSH connection](../hd
4141
```bash
4242
beeline -u 'jdbc:hive2://headnodehost:10001/;transportMode=http'
4343
```
44+
> [!NOTE]
45+
> Refer to "To HDInsight Enterprise Security Package (ESP) cluster using Kerberos" part in [Connect to HiveServer2 using Beeline or install Beeline locally to connect from your local](connect-install-beeline.md#to-hdinsight-enterprise-security-package-esp-cluster-using-kerberos) if you are using an Enterprise Security Package (ESP) enabled cluster
46+
>
47+
> Dropping an external table does **not** delete the data, only the table definition.
4448
4549
3. Beeline commands begin with a `!` character, for example `!help` displays help. However the `!` can be omitted for some commands. For example, `help` also works.
4650

0 commit comments

Comments
 (0)