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/connect/spark/connector.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Apache Spark connector for SQL Server"
3
3
description: "Learn how to use the Apache Spark connector for SQL Server."
4
4
ms.custom: ""
5
-
ms.date: 08/31/2020
5
+
ms.date: 04/23/2021
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.technology: connectivity
@@ -20,12 +20,12 @@ This library contains the source code for the Apache Spark Connector for SQL Ser
20
20
21
21
[Apache Spark](https://spark.apache.org/) is a unified analytics engine for large-scale data processing.
22
22
23
-
There are two versions of the connector available through Maven, a 2.4.5 compatible version and a 3.0.0 compatible version. Both versions can be found [here](https://search.maven.org/search?q=spark-mssql-connector) and can be imported using the coordinates below:
23
+
There are two versions of the connector available through Maven, a 2.4.x compatible version and a 3.0.x compatible version. Both versions can be found [here](https://search.maven.org/search?q=spark-mssql-connector) and can be imported using the coordinates below:
You can also build the connector from source or download the jar from the Release section in GitHub. For the latest information about the connector, see [SQL Spark connector GitHub repository](https://github.com/microsoft/sql-spark-connector).
31
31
@@ -39,9 +39,9 @@ You can also build the connector from source or download the jar from the Releas
Copy file name to clipboardExpand all lines: docs/sql-server/sql-server-privacy.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,11 @@ This article summarizes Internet-enabled features that can collect and send anon
20
20
21
21
This article serves as an addendum to the overall [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839). The data classification in this article only applies to versions of the SQL Server on-premises product. It does not apply to the items:
22
22
23
-
- Azure SQL Database
24
23
-[SQL Server Management Studio (SSMS)](../ssms/sql-server-management-studio-telemetry-ssms.md)
-[SQL Server Migration Assistant (SSMA)](../ssma/ssma-diagnostic-data-collection.md)
29
-
- MS-SQL Extension
30
28
31
29
Definition of *Permitted usage Scenarios*. For the context of this article, Microsoft defines "Permitted Usages Scenarios" as actions or activities that are initiated by Microsoft.
The following example creates a schema, a contained database user, and a new role on a user database. It adds the user to the role, grants SELECT permission on the schema to the role, and then removes (`REVOKE`) that permission to the role.
0 commit comments