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
Copy file name to clipboardExpand all lines: docs/big-data-cluster/concept-application-deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ When an application is executed, the Kubernetes service for the application prox
55
55
56
56
## <a id="app-deploy-security"></a> Security considerations for applications deployments on OpenShift
57
57
58
-
SQL Server 2019 CU5 enables support for BDC deployment on Red Hat OpenShift and an updated security model for BDC so privileged containers no longer required. In addition to non-privileged, containers are running as non-root user by default for all new deployments using [SQL Server 2019 CU5](release-notes-big-data-cluster.md#cu5).
58
+
SQL Server 2019 CU5 enables support for BDC deployment on Red Hat OpenShift and an updated security model for BDC so privileged containers no longer required. In addition to non-privileged, containers are running as non-root user by default for all new deployments using [SQL Server 2019 CU5](release-notes-cumulative-updates-history.md#cu5).
59
59
60
60
At the time of the CU5 release, the setup step of the applications deployed with [app deploy](app-create.md) interfaces will still run as *root* user. This is required since during setup extra packages that application will use are installed. Other user code deployed as part of the application will run as low privilege user.
The table below shows the open-source projects in use on [!INCLUDE [sssql19-md](../includes/sssql19-md.md)]. For the exact version used on each cumulative update, see [SQL Server Big Data Clusters platform release notes](release-notes-big-data-cluster.md).
@@ -50,18 +49,18 @@ The following table lists the release history for [!INCLUDE[big-data-clusters-20
50
49
| Release <sup>1</sup> | SQL Server Big Data Clusters Version |[!INCLUDE [azure-data-cli-azdata](../includes/azure-data-cli-azdata.md)] version <sup>2</sup> | Release date |
Copy file name to clipboardExpand all lines: docs/big-data-cluster/release-notes-cumulative-updates-history.md
+47-5Lines changed: 47 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: SQL Server Big Data Clusters cumulative update history
2
+
title: SQL Server Big Data Clusters cumulative updates history
3
3
titleSuffix: SQL Server Big Data Clusters
4
4
description: This article describes the updates and known issues for SQL Server Big Data Clusters.
5
5
author: WilliamDAssafMSFT
@@ -11,7 +11,7 @@ ms.prod: sql
11
11
ms.technology: big-data-cluster
12
12
---
13
13
14
-
# SQL Server Big Data Clusters cumulative update history
14
+
# SQL Server Big Data Clusters cumulative updates history
15
15
16
16
[!INCLUDE[SQL Server 2019](../includes/applies-to-version/sqlserver2019.md)]
17
17
@@ -55,7 +55,7 @@ SQL Server Big Data Clusters CU10 includes important capabilities:
55
55
56
56
- Upgraded base images from Ubuntu 16.04 to Ubuntu 20.04.
57
57
> [!CAUTION]
58
-
> Ubuntu 20.04 has stricter security requirements and you may see issues when using BDC to connect to SQL Server instances before SQL Server 2017. For more information, see [Failed to connect to remote instance of SQL Server 2016 or older](#failed-to-connect-to-remote-instance-of-sql-server-2016-or-older).
58
+
> Ubuntu 20.04 has stricter security requirements and you may see issues when using BDC to connect to SQL Server instances before SQL Server 2017. For more information, see [Failed to connect to remote instance of SQL Server 2016 or older](release-notes-big-data-cluster.md#failed-to-connect-to-remote-instance-of-sql-server-2016-or-older).
59
59
- High availability support for Hadoop KMS components.
60
60
- Additional configuration settings for SQL Server networking and process affinity at the resource-scope. See [Master Pool resource-scope settings](reference-config-bdc-overview.md#master-pool-resource-scope-settings).
61
61
- Resource management for Spark-related containers through [cluster-scope settings](reference-config-bdc-overview.md#cluster-scope-settings).
@@ -79,6 +79,26 @@ SQL Server Big Data Clusters CU9 includes important capabilities:
79
79
- Upgraded software versions for most of our OSS components (Grafana, Kibana, FluentBit, etc.) to ensure BDC images are up to date with the latest enhancements and fixes. See [Open-source software reference](reference-open-source-software.md).
Copy file name to clipboardExpand all lines: docs/relational-databases/system-stored-procedures/sp-data-source-objects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ ms.author: wiassaf
23
23
Returns list of table objects that are available to be virtualized.
24
24
25
25
> [!NOTE]
26
-
> This procedure is introduced in [SQL 2019 CU5](../../big-data-cluster/release-notes-big-data-cluster.md#cu5).
26
+
> This procedure is introduced in [SQL 2019 CU5](../../big-data-cluster/release-notes-cumulative-updates-history.md#cu5).
27
27
28
28
[Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
Copy file name to clipboardExpand all lines: docs/relational-databases/system-stored-procedures/sp-data-source-table-columns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ms.date: "11/10/2020"
25
25
Returns list of columns in external data source table.
26
26
27
27
> [!NOTE]
28
-
> This procedure is introduced in [SQL 2019 CU5](../../big-data-cluster/release-notes-big-data-cluster.md#cu5).
28
+
> This procedure is introduced in [SQL 2019 CU5](../../big-data-cluster/release-notes-cumulative-updates-history.md#cu5).
29
29
30
30
[Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
0 commit comments