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 shim for EMR 3.0.1 and EMR 3.0.1-SNAPSHOT #995

Merged
merged 4 commits into from
Oct 21, 2020

Conversation

tgravescs
Copy link
Collaborator

@tgravescs tgravescs commented Oct 21, 2020

This adds a new shim layer for EMR version 3.0.1 and 3.0.1-snapshot. They told us there are no differences in api between it an apache 3.0.1. The actually made the file scan RDD that was in compatible in 3.0.0 emr now compatible, so I removed that change as well. So this shim is based on the Spark301Shims one and is just a version number check.

I tested this by building apache spark with the version 3.0.1-amzn-0 and 3.0.1-amzn-0-SNAPSHOT and ran a few basic queries.
20/10/21 14:13:46 INFO ShimLoader: Loading shim for Spark version: 3.0.1-amzn-0

I have not run integration tests on this since emr 3.0.1 is not available yet but we will work with them to do so. They specifically requested support for the -SNAPSHOT for testing.

I also noticed we still had snapshot support for 3.0.1 so I removed that. If folks want I can split that apart.

fixes #905

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs tgravescs added feature request New feature or request P0 Must have for release labels Oct 21, 2020
@tgravescs tgravescs added this to the Oct 12 - Oct 23 milestone Oct 21, 2020
@tgravescs tgravescs self-assigned this Oct 21, 2020
@tgravescs
Copy link
Collaborator Author

build

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs
Copy link
Collaborator Author

build

@jlowe jlowe merged commit 967a140 into NVIDIA:branch-0.3 Oct 21, 2020
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this pull request Nov 20, 2020
* Add emr301 shim

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* remove snapshot from spark 3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* Cleanupu imports and unused var

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add emr301 shim

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* remove snapshot from spark 3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* Cleanupu imports and unused var

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Add emr301 shim

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* remove snapshot from spark 3.0.1

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* Cleanupu imports and unused var

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
… to Spark (NVIDIA#995)

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
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 P0 Must have for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] create AWS EMR 3.0.1 shim
2 participants