You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +25,6 @@ For more information on the Hive JDBC Interface, see [HiveJDBCInterface](https:/
25
25
* The [Java Developer Kit (JDK) version 11](https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html) or higher.
26
26
*[SQuirreL SQL](http://squirrel-sql.sourceforge.net/). SQuirreL is a JDBC client application.
27
27
28
-
29
28
## JDBC connection string
30
29
31
30
JDBC connections to an HDInsight cluster on Azure are made over port 443, and the traffic is secured using SSL. The public gateway that the clusters sit behind redirects the traffic to the port that HiveServer2 is actually listening on. The following connection string shows the format to use for HDInsight:
@@ -50,20 +49,12 @@ SQuirreL SQL is a JDBC client that can be used to remotely run Hive queries with
50
49
51
50
1. Create a directory to contain certain files to be copied from your cluster.
52
51
53
-
2. In the following script, replace `sshuser` with the SSH user account name for the cluster. Replace `CLUSTERNAME` with the HDInsight cluster name. From a command line, enter the following command to copy files from an HDInsight cluster:
2. In the following script, replace `sshuser` with the SSH user account name for the cluster. Replace `CLUSTERNAME` with the HDInsight cluster name. From a command line, change your work directory to the one created in the prior step, and then enter the following command to copy files from an HDInsight cluster:
0 commit comments