-
Notifications
You must be signed in to change notification settings - Fork 235
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
Added a getting started guide for Synapse[skip ci] #4187
Conversation
Added a getting started guide for Synapse
modify faq and download page
Remove "jars"
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
build |
Co-authored-by: Gera Shegalov <gshegalov@nvidia.com>
Signed-off-by: Hao Zhu <hazhu@nvidia.com>
build |
parent: Getting-Started | ||
--- | ||
# Getting started with RAPIDS Accelerator on Azure Synapse Analytics | ||
[Azure Synapse](https://docs.microsoft.com/en-us/azure/synapse-analytics/) is an analytics service that brings |
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.
Let's change this to Azure Synapse Analytics
is an analytics service...
together enterprise data warehousing and Big Data analytics. | ||
|
||
Synapse now offers the ability to create Apache Spark pools that use GPUs on the backend to run your Spark workloads on | ||
GPUs for accelerated processing. This is called as |
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.
These are called GPU-accelerated Apache Spark pools.
[GPU-accelerated Apache Spark pools](https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-gpu-concept). | ||
Currently it ships with the RAPIDS Accelerator for Apache Spark version 21.10. | ||
|
||
Please follow below 2 quickstart guides: |
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.
Please follow the below quickstart guides to learn how to create and use GPU pools in Azure Synapse:
@Niharikadutta This PR is already merged. I created a new PR based on your suggestion. |
Added a getting started guide for Synapse.
Basically I plan to link to Azure Synapse Docs which has pretty detailed quickstart guide docs.
In the future, we only need to update the rapids spark jar version here.