Skip to content

Commit 1cc063b

Browse files
Merge pull request #223146 from sreekzz/patch-134
Updated code for reload4j
2 parents 2af4c5e + 3a6d850 commit 1cc063b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hadoop/apache-hadoop-connect-hive-jdbc-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the JDBC driver from a Java application to submit Apache Hive q
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,hdiseo17may2017,seoapr2020
7-
ms.date: 06/08/2022
7+
ms.date: 01/06/2023
88
---
99

1010
# Query Apache Hive through the JDBC driver in HDInsight
@@ -58,7 +58,7 @@ SQuirreL SQL is a JDBC client that can be used to remotely run Hive queries with
5858
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:
5959

6060
```cmd
61-
scp [email protected]:/usr/hdp/current/hadoop-client/{hadoop-auth.jar,hadoop-common.jar,lib/log4j-*.jar,lib/slf4j-*.jar,lib/curator-*.jar} .
61+
scp [email protected]:/usr/hdp/current/hadoop-client/{hadoop-auth.jar,hadoop-common.jar,lib/log4j-*.jar,lib/slf4j-*.jar,lib/curator-*.jar} . -> scp [email protected]:/usr/hdp/current/hadoop-client/{hadoop-auth.jar,hadoop-common.jar,lib/reload4j-*.jar,lib/slf4j-*.jar,lib/curator-*.jar} .
6262
6363
scp [email protected]:/usr/hdp/current/hive-client/lib/{commons-codec*.jar,commons-logging-*.jar,hive-*-*.jar,httpclient-*.jar,httpcore-*.jar,libfb*.jar,libthrift-*.jar} .
6464
```

0 commit comments

Comments
 (0)