-
Notifications
You must be signed in to change notification settings - Fork 75
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
base: master
Are you sure you want to change the base?
Release spark 3.4 #128
Conversation
Pipfile.lock
Outdated
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.""" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
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.