Skip to content
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

Add in driverExtraClassPath for standalone mode docs #544

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

tgravescs
Copy link
Collaborator

In standalone mode we need to add in the driverExtraClassPath to pick up the SQLPlugin properly. Otherwise you get exception:

20/08/11 08:33:20 ERROR SparkContext: Error initializing SparkContext.
java.lang.ClassNotFoundException: com.nvidia.spark.SQLPlugin

closes #269

Signed-off-by: Thomas Graves [email protected]

@tgravescs tgravescs added the documentation Improvements or additions to documentation label Aug 11, 2020
@tgravescs tgravescs added this to the Aug 3 - Aug 14 milestone Aug 11, 2020
@tgravescs tgravescs self-assigned this Aug 11, 2020
@tgravescs
Copy link
Collaborator Author

build

@tgravescs
Copy link
Collaborator Author

@sameerz @krajendrannv

@revans2
Copy link
Collaborator

revans2 commented Aug 11, 2020

Looks like the 3.1 build is broken now for HashJoin.

@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit 14b9df4 into NVIDIA:branch-0.2 Aug 11, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Thomas Graves <[email protected]>

Co-authored-by: Thomas Graves <[email protected]>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
Signed-off-by: Thomas Graves <[email protected]>

Co-authored-by: Thomas Graves <[email protected]>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#544)

Signed-off-by: spark-rapids automation <[email protected]>

Signed-off-by: spark-rapids automation <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Needed to add --conf spark.driver.extraClassPath=
3 participants