-
Notifications
You must be signed in to change notification settings - Fork 242
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
Disable Avro support when spark-avro classes not loadable by Shim classloader [databricks] #5716
Changes from 8 commits
3002cc3
72cb9eb
a094989
40c4a25
3d59fc6
166de13
bc268a4
bc57ff1
4baafc8
91667d9
8bd589e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,10 @@ More information about cards that support forward compatibility can be found | |
|
||
### How can I check if the RAPIDS Accelerator is installed and which version is running? | ||
|
||
Using the `--jars` or `--packages` option followed by the file path or maven path to RAPIDS jar is the preferred way to run RAPIDS accelerator. | ||
If RAPIDS jar is copied directly to the `$SPARK_HOME/jars` folder, it might result in the ClassLoader not setting up classes | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Having rapids jars as part of extraClassPath triggers the same Exception as copying to Not sure what we want to call extraClassPath officially. I used the to use the term static classpath because they are prepended independently of job classes (--jars, --packages). @tgravescs might want to chime in |
||
properly to gain full advantage of the GPU. | ||
|
||
On startup the RAPIDS Accelerator will log a warning message on the Spark driver showing the | ||
version with a message that looks something like this: | ||
``` | ||
|
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.
Unfortunately we have lots of places in the doc advertising extraClassPath https://github.com/NVIDIA/spark-rapids/search?q=%22extraClassPath%22&type=code
Not sure if this is the right place to document it. At any rate it deserves a dedicated FAQ question for the warning being introduced in this PR.
What to do when I see the warning ...
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.
@sameerz @viadea
Please advise on the documentation comment by @gerashegalov