Skip to content

Commit 98c4783

Browse files
authored
Merge pull request #194810 from farukc/main
Update connect-install-beeline.md
2 parents 603f804 + 69098f1 commit 98c4783

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hadoop/connect-install-beeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Connect to or install Apache Beeline - Azure HDInsight
2+
title: Connect to Hive using Beeline or install Beeline locally to connect from your local - Azure HDInsight
33
description: Learn how to connect to the Apache Beeline client to run Hive queries with Hadoop on HDInsight. Beeline is a utility for working with HiveServer2 over JDBC.
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: contperf-fy21q1
77
ms.date: 04/07/2021
88
---
9-
# Connect to Apache Beeline on HDInsight or install it locally
9+
# Connect to Hive using Beeline or install Beeline locally to connect from your local
1010

11-
[Apache Beeline](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-Beeline–NewCommandLineShell) is a Hive client that is included on the head nodes of your HDInsight cluster. This article describes how to connect to the Beeline client installed on your HDInsight cluster across different types of connections. It also discusses how to [Install the Beeline client locally](#install-beeline-client).
11+
[Apache Beeline](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-Beeline–NewCommandLineShell) is a Hive client that is included on the head nodes of your HDInsight cluster. This article describes how to connect to Hive using the Beeline client installed on your HDInsight cluster across different types of connections. It also discusses how to [Install the Beeline client locally](#install-beeline-client).
1212

1313
## Types of connections
1414

@@ -87,7 +87,7 @@ beeline -u 'jdbc:hive2://clustername-int.azurehdinsight.net:443/;ssl=true;transp
8787

8888
Private endpoints point to a basic load balancer, which can only be accessed from the VNETs peered in the same region. See [constraints on global VNet peering and load balancers](../../virtual-network/virtual-networks-faq.md#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers) for more info. You can use the `curl` command with `-v` option to troubleshoot any connectivity problems with public or private endpoints before using beeline.
8989

90-
#### From cluster head or inside Azure Virtual Network with Apache Spark
90+
#### From cluster head node or inside Azure Virtual Network with Apache Spark
9191

9292
When connecting directly from the cluster head node, or from a resource inside the same Azure Virtual Network as the HDInsight cluster, port `10002` should be used for Spark Thrift server instead of `10001`. The following example shows how to connect directly to the head node:
9393

0 commit comments

Comments
 (0)