Skip to content

Commit a264d37

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rs-limits1
2 parents aa875d5 + 7e47112 commit a264d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
```

articles/iot-central/core/tutorial-use-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The tutorial uses a predefined Postman collection that includes some scripts to
4848

4949
## Import the Postman collection
5050

51-
To import the collection, open Postman and select **Import**. In the **Import** dialog, select **Link** and paste in the following URL: <!-- TODO: Add link here -->. Select **Continue**.
51+
To import the collection, open Postman and select **Import**. In the **Import** dialog, select **Link** and paste in the following [URL](https://raw.githubusercontent.com/Azure-Samples/iot-central-docs-samples/main/postman-collection/IoT%20Central.postman_collection.json), <!-- TODO: Add link here --> Select **Continue**.
5252

5353
Your workspace now contains the **IoT Central REST tutorial** collection. This collection includes all the APIs you use in the tutorial.
5454

0 commit comments

Comments
 (0)