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

update 0.4.0 with cudf 0.18.1 #1946

Merged
merged 5 commits into from
Mar 16, 2021
Merged

Conversation

NvTimLiu
Copy link
Collaborator

Merge source code from branch branch-0.4 to main

sameerz and others added 5 commits March 15, 2021 13:35
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
* Change cudf dependency to 0.18.1

Signed-off-by: Tim Liu <timl@nvidia.com>

* Revert RapidsConf.scala, will update it in another PR along with the docs
* First step restrict hash shuffle support

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>

* Pulled in join tests

* Added in exct partitioning tests

* all the things

* Decimal works

* Cleanup

* Addressed review comments

* Fix failing tests because of spark changes

* Add back in failing test
Signed-off-by: Peixin Li <pxli@nyu.edu>
@pxLi pxLi changed the title Release tmp update 0.4.0 with cudf 0.18.1 Mar 16, 2021
@pxLi pxLi added the build Related to CI / CD or cleanly building label Mar 16, 2021
@NvTimLiu
Copy link
Collaborator Author

build

Copy link
Collaborator

@pxLi pxLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

NOTE: this should be merged as a merge commit

@NvTimLiu
Copy link
Collaborator Author

LGTM

NOTE: this should be merged as a merge commit

Yes, as a merge commit instead of squashing

@@ -1 +1 @@
{"cells":[{"cell_type":"code","source":["dbutils.fs.mkdirs(\"dbfs:/databricks/init_scripts/\")\n \ndbutils.fs.put(\"/databricks/init_scripts/init.sh\",\"\"\"\n#!/bin/bash\nsudo wget -O /databricks/jars/rapids-4-spark_2.12-0.4.0.jar https://oss.sonatype.org/content/repositories/staging/com/nvidia/rapids-4-spark_2.12/0.4.0/rapids-4-spark_2.12-0.4.0.jar\nsudo wget -O /databricks/jars/cudf-0.18-cuda10-1.jar https://oss.sonatype.org/content/repositories/staging/ai/rapids/cudf/0.18/cudf-0.18-cuda10-1.jar\"\"\", True)"],"metadata":{},"outputs":[],"execution_count":1},{"cell_type":"code","source":["%sh\ncd ../../dbfs/databricks/init_scripts\npwd\nls -ltr\ncat init.sh"],"metadata":{},"outputs":[],"execution_count":2},{"cell_type":"code","source":[""],"metadata":{},"outputs":[],"execution_count":3}],"metadata":{"name":"generate-init-script","notebookId":2645746662301564},"nbformat":4,"nbformat_minor":0}
{"cells":[{"cell_type":"code","source":["dbutils.fs.mkdirs(\"dbfs:/databricks/init_scripts/\")\n \ndbutils.fs.put(\"/databricks/init_scripts/init.sh\",\"\"\"\n#!/bin/bash\nsudo wget -O /databricks/jars/rapids-4-spark_2.12-0.4.0.jar https://oss.sonatype.org/content/repositories/staging/com/nvidia/rapids-4-spark_2.12/0.4.0/rapids-4-spark_2.12-0.4.0.jar\nsudo wget -O /databricks/jars/cudf-0.18.1-cuda10-1.jar https://oss.sonatype.org/content/repositories/staging/ai/rapids/cudf/0.18.1/cudf-0.18.1-cuda10-1.jar\"\"\", True)"],"metadata":{},"outputs":[],"execution_count":1},{"cell_type":"code","source":["%sh\ncd ../../dbfs/databricks/init_scripts\npwd\nls -ltr\ncat init.sh"],"metadata":{},"outputs":[],"execution_count":2},{"cell_type":"code","source":[""],"metadata":{},"outputs":[],"execution_count":3}],"metadata":{"name":"generate-init-script","notebookId":2645746662301564},"nbformat":4,"nbformat_minor":0}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GaryShen2008 GaryShen2008 merged commit a8eeef3 into NVIDIA:main Mar 16, 2021
@NvTimLiu NvTimLiu deleted the release-tmp branch March 18, 2021 05:45
NvTimLiu pushed a commit to NvTimLiu/spark-rapids that referenced this pull request Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants