This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Create Scala Connector with Service Principal using MSAL.scala#40
Open
ravikd744 wants to merge 2 commits intomicrosoft:masterfrom
Open
Create Scala Connector with Service Principal using MSAL.scala#40ravikd744 wants to merge 2 commits intomicrosoft:masterfrom
ravikd744 wants to merge 2 commits intomicrosoft:masterfrom
Conversation
dependency jars required to be imported in databricks cluster: spark_mssql_connector_2_11_1_1_0.jar oauth2_oidc_sdk_7_4.jar slf4j_api_1_7_28.jar jackson_databind_2_10_1.jar lombok_1_18_6.jar json_smart_2_3.jar nimbus_jose_jwt_8_14_1.jar content_type_2_0.jar asm_5_0_4.jar accessors_smart_1_2.jar lang_tag_1_4_4.jar jcip_annotations_1_0_1.jar msal4j_1_6_1.jar
Collaborator
|
@ravikd744 Thanks for the PR. Can u please add more context to the PR? what's problem the users may face and the where the sample can help. Thanks. @arvindshmicrosoft @rajmera3 for user samples review. |
Author
|
Hi @shivsood , i couldnt find any reference sample for using MSAL with this connector, particularly the list of jars to be included in the databricks cluster. Hopefully, it helps users to get started with the MSAL integration for the connector with ease. |
Contributor
|
Thanks @ravikd744! Are you able to make a notebook that has your comment of what the dependency jars are as well as this code? Don't want users to lose that information and then get stuck trying to use this sample. |
rajmera3
previously approved these changes
Aug 28, 2020
Ask for notebook or code comment of dependency jars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dependency jars required to be imported in databricks cluster:
spark_mssql_connector_2_11_1_1_0.jar
oauth2_oidc_sdk_7_4.jar
slf4j_api_1_7_28.jar
jackson_databind_2_10_1.jar
lombok_1_18_6.jar
json_smart_2_3.jar
nimbus_jose_jwt_8_14_1.jar
content_type_2_0.jar
asm_5_0_4.jar
accessors_smart_1_2.jar
lang_tag_1_4_4.jar
jcip_annotations_1_0_1.jar
msal4j_1_6_1.jar