-
Notifications
You must be signed in to change notification settings - Fork 406
Adding instructions for installing Spark libraries from Maven #2436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…Notebooks via %%configure
|
@camronbute-lantern : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 9b01bdc: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
Still a valid PR, in my opinion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for installing Spark libraries from Maven repositories in Microsoft Fabric notebooks, aligning with the Spark best practices documentation that indicates Maven support is available.
Key changes:
- Adds Maven to the list of supported public library repositories alongside PyPI and Conda
- Includes a new table row indicating Maven libraries are supported through inline installation
- Introduces a new section with code examples for installing Maven Jar libraries using the
%%configuremagic command
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 8d955d5: ✅ Validation status: passed
For more details, please refer to the build report. |
Based on the documentation under Spark best practices, Maven support for Fabric notebooks is available. This PR adds this to related documentation related to Spark library management