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/distributed-data-copy-hdfs.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,23 @@ In this guide we will cover the following data copy scenarios:
45
45
46
46
Certificates are required to create a trusted relationship between source and destination clusters. These steps are required only once per source/destination cluster combination.
47
47
48
+
> [!IMPORTANT]
49
+
> If a SQL Server big data cluster with basic authentication (non-AD) is __upgraded to CU13__, the distcp functionality won't work.
50
+
>
51
+
> To enable the distcp functionality in this scenario execute the following additional steps once:
The required notebooks in the next steps are part of the Operational notebooks for [!INCLUDE[big-data-clusters-nover](../includes/ssbigdataclusters-ss-nover.md)]. For more information how to install and use the notebooks, see [Operational notebooks](cluster-manage-notebooks.md)
49
66
50
67
### Step 1 - Certificate creation and installation
Copy file name to clipboardExpand all lines: docs/big-data-cluster/release-notes-cumulative-update-13.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: This article describes the SQL Server Big Data Clusters Cumulative
5
5
author: WilliamDAssafMSFT
6
6
ms.author: wiassaf
7
7
ms.reviewer: melqin,dacoelho
8
-
ms.date: 10/05/2021
8
+
ms.date: 10/06/2021
9
9
ms.topic: conceptual
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -27,8 +27,12 @@ The following release notes apply to [!INCLUDE[big-data-clusters-2019](../includ
27
27
> [!CAUTION]
28
28
> Before upgrading make sure to review the [Spark 3 upgrade guide](spark-3-upgrade.md).
29
29
30
+
* Delta Lake 1.0.0 available out-of-the-box. Additional libraries doesn't need to be installed and loaded. Read more at [Delta Lake on SQL Server Big Data Clusters](package-management-delta-lake.md)
31
+
* Custom time zone configuration for all services. Read more at [How to configure big data clusters settings post deployment](configure-bdc-postdeployment.md#step-by-step-scenario-configure-timezone-on-)
30
32
*[Password rotation for big data cluster autogenerated Active Directory service accounts](active-directory-password-rotation.md)
31
-
*[New Advanced Encryption Standard (AES) optional parameter for the automatically generated AD accounts](active-directory-prerequisites.md)
33
+
*[New Advanced Encryption Standard (AES) optional parameter for the automatically generated AD accounts](active-directory-deploy.md)
34
+
35
+
For detailed SQL Server engine changes, check the [official SQL Server CU13 knowledge base article](https://support.microsoft.com/topic/kb5005679-cumulative-update-13-for-sql-server-2019-5c1be850-460a-4be4-a569-fe11f0adc535).
32
36
33
37
## Tested configurations for CU13
34
38
@@ -53,6 +57,7 @@ Reference Architecture White Papers for [!INCLUDE[big-data-clusters-nover](../in
53
57
*__R__: Microsoft R 3.5.2
54
58
*__Microsoft Spark Runtime 2021.1__
55
59
*__Spark__: 3.1.2
60
+
*__Delta Lake__: 1.0.0
56
61
*__Java__: Azul Zulu JRE 1.8.0_275
57
62
*__Scala__: 2.12
58
63
*__Python__: 3.8 (miniforge 4.9)
@@ -79,7 +84,7 @@ Reference Architecture White Papers for [!INCLUDE[big-data-clusters-nover](../in
0 commit comments