Skip to content

Commit bf5bac0

Browse files
authored
Update apache-hadoop-use-hive-beeline.md
1 parent ef7c289 commit bf5bac0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ This example is based on using the Beeline client from [an SSH connection](../hd
4343
```
4444
> [!NOTE]
4545
> 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.
48-
46+
4947
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.
5048
5149
There's `!sql`, which is used to execute HiveQL statements. However, HiveQL is so commonly used that you can omit the preceding `!sql`. The following two statements are equivalent:

0 commit comments

Comments
 (0)