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

Release spark 3.4 #128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

asumitamazon
Copy link
Contributor

Issue #, if available:

Description of changes:
Making changes for releasing spark 3.4

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@asumitamazon asumitamazon requested a review from xiaoxshe October 4, 2023 17:51
Pipfile.lock Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to upload this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, let me try removing it from the commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed in latest commit.

@@ -0,0 +1,17 @@
[emr-apps]
name = EMR Application Repository
gpgkey = https://s3-REGION.amazonaws.com/repo.REGION.emr.amazonaws.com/apps-repository/emr-6.12.0/cfe221e4-88c4-464c-ad10-42f53049e5e7/repoPublicKey.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

Just leave comment to remind, this has been checked against EMR release repo. EMR 6.12 supports spark 3.4

@@ -121,31 +121,9 @@ def sagemaker_session(boto_session, sagemaker_client) -> Session:

@pytest.fixture(scope="session")
def is_feature_store_available(region) -> bool:
"""Check if feature store is available in current region."""
"""Check if feature store is available in current region. Setting list empty since FS library not available for
spark releases later than 3.3. Otherwise it will fail tests during release."""
Copy link
Contributor

Choose a reason for hiding this comment

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

worth to send offline message to feature store team on this to make sure they are aware of this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I got this confirmation from @can-sun and he requested me to disable test and installation of feature store library in the 3.4 release.

Copy link
Contributor

@xiaoxshe xiaoxshe left a comment

Choose a reason for hiding this comment

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

Approve the change. The change has been tested locally following the development.md.

@asumitamazon asumitamazon mentioned this pull request Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants