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: articles/data-explorer/spark-connector.md
+26-28Lines changed: 26 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
6
6
ms.reviewer: michazag
7
7
ms.service: data-explorer
8
8
ms.topic: conceptual
9
-
ms.date: 4/29/2019
9
+
ms.date: 1/14/2020
10
10
---
11
11
12
12
# Azure Data Explorer Connector for Apache Spark (Preview)
@@ -30,7 +30,7 @@ and sink operations such as write, read and writeStream.
30
30
* Install Azure Data Explorer connector library, and libraries listed in [dependencies](https://github.com/Azure/azure-kusto-spark#dependencies) including the following [Kusto Java SDK](/azure/kusto/api/java/kusto-java-client-library) libraries:
31
31
*[Kusto Data Client](https://mvnrepository.com/artifact/com.microsoft.azure.kusto/kusto-data)
@@ -112,16 +105,16 @@ Most simple and common authentication method. This method is recommended for Azu
112
105
|**KUSTO_AAD_AUTHORITY_ID**| Azure AD authentication authority. Azure AD Directory (tenant) ID. |
113
106
|**KUSTO_AAD_CLIENT_PASSWORD**| Azure AD application key for the client. |
114
107
115
-
### Azure Data Explorer Privileges
108
+
### Azure Data Explorer privileges
116
109
117
-
The following privileges must be granted on an Azure Data Explorer Cluster:
110
+
The following privileges must be granted on an Azure Data Explorer cluster:
118
111
119
112
* For reading (data source), Azure AD application must have *viewer* privileges on the target database, or *admin* privileges on the target table.
120
113
* For writing (data sink), Azure AD application must have *ingestor* privileges on the target database. It must also have *user* privileges on the target database to create new tables. If the target table already exists, *admin* privileges on the target table can be configured.
121
114
122
115
For more information on Azure Data Explorer principal roles, see [role-based authorization](/azure/kusto/management/access-control/role-based-authorization). For managing security roles, see [security roles management](/azure/kusto/management/security-roles).
123
116
124
-
## Spark sink: Writing to Azure Data Explorer
117
+
## Spark sink: writing to Azure Data Explorer
125
118
126
119
1. Set up sink parameters:
127
120
@@ -141,19 +134,19 @@ For more information on Azure Data Explorer principal roles, see [role-based aut
0 commit comments