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

Support RAPIDS-accelerated HiveGenericUDF #1408

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Dec 16, 2020

This adds support for Hive generic UDFs and allows replacing Catalyst HiveGenericUDF nodes in query plans with GPU-accelerated versions iff the UDF function implements the RapidsUDF interface.

This also cleans up the Hive detection code to match how Apache Spark detects if spark-hive is available.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added feature request New feature or request SQL part of the SQL/Dataframe plugin labels Dec 16, 2020
@jlowe jlowe added this to the Dec 7 - Dec 18 milestone Dec 16, 2020
@jlowe jlowe self-assigned this Dec 16, 2020
@revans2
Copy link
Collaborator

revans2 commented Dec 16, 2020

Really just some nits. It looks good overall.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe
Copy link
Member Author

jlowe commented Dec 16, 2020

build

@jlowe jlowe merged commit d703f80 into NVIDIA:branch-0.4 Dec 16, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Support RAPIDS-accelerated HiveGenericUDF

Signed-off-by: Jason Lowe <jlowe@nvidia.com>

* Address review comments

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Support RAPIDS-accelerated HiveGenericUDF

Signed-off-by: Jason Lowe <jlowe@nvidia.com>

* Address review comments

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe deleted the hive-generic-udf branch September 10, 2021 15:32
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
…IDIA#1408)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants