Skip to content

Commit eb661af

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into release-sqlseattle
2 parents d930555 + a4b5a4d commit eb661af

15 files changed

Lines changed: 64 additions & 65 deletions

File tree

docs/advanced-analytics/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: SQL Server Machine Learning Services Documentation
22
href: ../advanced-analytics/index.yml
33

4-
- name: Welcome to SQL Server >>
4+
- name: Welcome to SQL Server >
55
href: ../sql-server/sql-server-technical-documentation.md?toc=../toc.json
66

77
- name: Overview
@@ -167,7 +167,7 @@
167167
href: ../advanced-analytics/tutorials/demo-data-iris-in-sql.md
168168
- name: NYC Taxi data set
169169
href: ../advanced-analytics/tutorials/demo-data-nyctaxi-in-sql.md
170-
- name: Samples >
170+
- name: Samples >>
171171
href: https://github.com/Microsoft/sql-server-samples
172172
- name: Solutions
173173
href: ../advanced-analytics/tutorials/data-science-scenarios-and-solution-templates.md
@@ -325,7 +325,7 @@
325325
href: ../advanced-analytics/r/ref-r-sqlrutils.md
326326
- name: Resources
327327
items:
328-
- name: Release notes >>
328+
- name: Release notes >
329329
href: ../sql-server/sql-server-2017-release-notes.md?toc=../toc.json
330330
- name: Troubleshooting
331331
items:

docs/analytics-platform-system/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Overview of APS (PDW)
22
href: ../analytics-platform-system/home-analytics-platform-system-aps-pdw.md
33

4-
- name: Welcome to SQL Server >>
4+
- name: Welcome to SQL Server >
55
href: ../sql-server/sql-server-technical-documentation.md?toc=../toc.json
66

77
- name: What's new in APS

docs/big-data-cluster/hdfs-tiering-mount-s3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article explains how to configure HDFS tiering to mount an ext
55
author: nelgson
66
ms.author: negust
77
ms.reviewer: mikeray
8-
ms.date: 07/31/2019
8+
ms.date: 08/15/2019
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: big-data-cluster
@@ -56,10 +56,10 @@ Now that you have prepared a credential file with access keys, you can start mou
5656

5757
1. Set environment variable MOUNT_CREDENTIALS following the instructions above
5858

59-
1. Mount the remote HDFS storage in S3 using **azdata bdc storage-pool mount create**. Replace the placeholder values before running the following command:
59+
1. Mount the remote HDFS storage in Azure using **azdata bdc hdfs mount create**. Replace the placeholder values before running the following command:
6060

6161
```bash
62-
azdata bdc storage-pool mount create --remote-uri s3a://<S3 bucket name> --mount-path /mounts/<mount-name>
62+
azdata bdc hdfs mount create --remote-uri s3a://<S3 bucket name> --mount-path /mounts/<mount-name>
6363
```
6464

6565
> [!NOTE]
@@ -91,7 +91,7 @@ azdata bdc hdfs mount refresh --mount-path <mount-path-in-hdfs>
9191

9292
## <a id="delete"></a> Delete the mount
9393

94-
To delete the mount, use the **azdata bdc storage-pool mount delete** command, and specify the mount path in HDFS:
94+
To delete the mount, use the **azdata bdc hdfs mount delete** command, and specify the mount path in HDFS:
9595

9696
```bash
9797
azdata bdc hdfs mount delete --mount-path <mount-path-in-hdfs>

docs/big-data-cluster/tutorial-load-sample-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This tutorial explains how to use a script to load sample data into a [!INCLUDE[
2828
- **kubectl**
2929
- **sqlcmd**
3030
- **curl**
31-
31+
3232
## <a id="sampledata"></a> Load sample data
3333

3434
The following steps use a bootstrap script to download a SQL Server database backup and load the data into your big data cluster. For ease of use, these steps have been broken out into [Windows](#windows) and [Linux](#linux) sections.
@@ -125,4 +125,4 @@ Data ingestion:
125125

126126
Notebooks:
127127

128-
- [Tutorial: Run a sample notebook on a SQL Server 2019 big data cluster](tutorial-notebook-spark.md)
128+
- [Tutorial: Run a sample notebook on a SQL Server 2019 big data cluster](tutorial-notebook-spark.md)

docs/connect/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Programming to interact with SQL Server
22
href: ../connect/homepage-sql-connection-programming.md
33

4-
- name: Welcome to SQL Server >>
4+
- name: Welcome to SQL Server >
55
href: ../sql-server/sql-server-technical-documentation.md?toc=../toc.json
66

77
- name: SQL Server Drivers

docs/integration-services/control-flow/foreach-loop-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ms.author: janinez
4646

4747
- Foreach ADO.NET Schema Rowset enumerator to enumerate the schema information about a data source. For example, you can enumerate and get a list of the tables in the [!INCLUDE[ssSampleDBnormal](../../includes/sssampledbnormal-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database.
4848

49-
- Foreach File enumerator to enumerate files in a folder. The enumerator can traverse subfolders. For example, you can read all the files that have the *.log file name extension in the Windows folder and its subfolders.
49+
- Foreach File enumerator to enumerate files in a folder. The enumerator can traverse subfolders. For example, you can read all the files that have the *.log file name extension in the Windows folder and its subfolders. Note that the order in which the files are retrieved cannot be specified.
5050

5151
- Foreach From Variable enumerator to enumerate the enumerable object that a specified variable contains. The enumerable object can be an array, an ADO.NET **DataTable**, an [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] enumerator, and so on. For example, you can enumerate the values of an array that contains the name of servers.
5252

docs/integration-services/install-windows/install-integration-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ ms.author: janinez
3838
- [Security Considerations for a SQL Server Installation](../../sql-server/install/security-considerations-for-a-sql-server-installation.md)
3939

4040
## Install standalone or side by side
41-
You can install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)][!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] in the following configurations:
41+
You can install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] in the following configurations:
4242

43-
- You can install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)][!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] on a computer that has no previous instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
43+
- You can install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] on a computer that has no previous instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
4444

4545
- You can install [!INCLUDE[ssISCurrent](../../includes/ssiscurrent-md.md)] side by side with an existing instance of [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)].
4646

@@ -116,6 +116,6 @@ For a complete installation of [!INCLUDE[ssISnoversion](../../includes/ssisnover
116116

117117
- **Optional additional components**. You can optionally download additional third-party components from the SQL Server Feature Package.
118118

119-
- Microsoft® Connector for SAP BW for Microsoft SQL Server®. To get these components, see [Microsoft® SQL Server® 2017 Feature Pack](https://www.microsoft.com/download/details.aspx?id=55992).
119+
- Microsoft® Connector for SAP BW for Microsoft SQL Server®. To get these components, see [Microsoft® SQL Server® 2017 Feature Pack](https://www.microsoft.com/download/details.aspx?id=55992).
120120

121121
- Microsoft Connector Version 5.0 for Oracle by Attunity and Microsoft Connector Version 5.0 for Teradata by Attunity. To get these components, see [Microsoft Connectors v5.0 for Oracle and Teradata](https://www.microsoft.com/download/details.aspx?id=55179).

docs/integration-services/toc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: SQL Server Integration Services (SSIS)
22
href: ../integration-services/sql-server-integration-services.md
33

4-
- name: Welcome to SQL Server >>
4+
- name: Welcome to SQL Server >
55
href: ../sql-server/sql-server-technical-documentation.md?toc=../toc.json
66

77
- name: Overview
@@ -1803,11 +1803,11 @@
18031803
href: ../integration-services/lesson-3-3-testing-the-deployed-packages.md
18041804
- name: Resources
18051805
items:
1806-
- name: Get help in the SSIS forum >
1806+
- name: SSIS forum >>
18071807
href: https://social.msdn.microsoft.com/Forums/en-US/home
1808-
- name: Get help on Stack Overflow >
1808+
- name: Stack Overflow >>
18091809
href: https://stackoverflow.com/questions/tagged/ssis
1810-
- name: Follow the SSIS team blog >
1810+
- name: SSIS blog >>
18111811
href: https://blogs.msdn.microsoft.com/ssis/
1812-
- name: Report issues & request features >
1812+
- name: Product feedback >>
18131813
href: https://feedback.azure.com/forums/908035-sql-server

docs/reporting-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: What is SQL Server Reporting Services (SSRS)?
22
href: ../reporting-services/create-deploy-and-manage-mobile-and-paginated-reports.md
33

4-
- name: Welcome to SQL Server >>
4+
- name: Welcome to SQL Server >
55
href: ../sql-server/sql-server-technical-documentation.md?toc=../toc.json
66

77
- name: Overview
@@ -1678,7 +1678,7 @@
16781678
items:
16791679
- name: REST API
16801680
href: ../reporting-services/developer/rest-api.md
1681-
- name: REST API samples >
1681+
- name: REST API samples >>
16821682
href: https://github.com/Microsoft/Reporting-Services
16831683
- name: Integrating Reporting Services into Applications
16841684
href: ../reporting-services/application-integration/integrating-reporting-services-into-applications.md
-298 Bytes
Loading

0 commit comments

Comments
 (0)