Skip to content

Commit de97412

Browse files
authored
Update apache-spark-sql-connector.md
1 parent 3066bd1 commit de97412

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/synapse-analytics/spark/data-sources/apache-spark-sql-connector.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,18 @@ jdbc_df = spark.read \
139139
.load()
140140
```
141141

142+
> [!IMPORTANT]
143+
> - A required dependency must be installed in order to authenticate using Active Directory.
144+
> - The format of `user` when using ActiveDirectoryPassword should be the UPN format, for example `[email protected]`.
145+
> - For **Scala**, the `com.microsoft.aad.adal4j` artifact will need to be installed.
146+
> - For **Python**, the `adal` library will need to be installed. This is available via pip.
147+
> - Check the [sample notebooks](https://github.com/microsoft/sql-spark-connector/tree/master/samples) for examples and for latest drivers and versions, visit [Apache Spark connector: SQL Server & Azure SQL](/sql/connect/spark/connector)
148+
149+
## Support
150+
151+
The Apache Spark Connector for Azure SQL and SQL Server is an open-source project. This connector does not come with any Microsoft support. For issues with or questions about the connector, create an Issue in this project repository. The connector community is active and monitoring submissions.
152+
142153
## Next steps
143154
- [Learn more about the SQL Server and Azure SQL connector](/sql/connect/spark/connector)
155+
- Visit the [SQL Spark connector GitHub repository](https://github.com/microsoft/sql-spark-connector).
144156
- [View Azure Data SQL Samples](https://github.com/microsoft/sql-server-samples)

0 commit comments

Comments
 (0)