Skip to content

Revert "[HUDI-8134] Prevent mac m1 activation of profile without specifying spark version (#11849)"#11877

Closed
codope wants to merge 1 commit intoapache:masterfrom
codope:revert-pom-1
Closed

Revert "[HUDI-8134] Prevent mac m1 activation of profile without specifying spark version (#11849)"#11877
codope wants to merge 1 commit intoapache:masterfrom
codope:revert-pom-1

Conversation

@codope
Copy link
Member

@codope codope commented Sep 4, 2024

Change Logs

This reverts commit 3cb1dba. Certain GH actions related to spark tests with java 11, 17 due to class not found exception started failing (check last few master commits) after merging this commit. It may not be the root cause but just checking to mitigate and unblock PR merges.

Caused by: java.lang.ClassNotFoundException: org.apache.spark.internal.Logging$class
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 79 more

Impact

Fix GH CI.

Risk level (write none, low medium or high below)

Brings back the docker image issue which the commit originally fixed.

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@github-actions github-actions bot added the size:XS PR with lines of changes in <= 10 label Sep 4, 2024
@hudi-bot
Copy link
Collaborator

hudi-bot commented Sep 4, 2024

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@yihua
Copy link
Contributor

yihua commented Sep 5, 2024

CI is running fine now on master, so it's not related to HUDI-8134. It may be related to the GitHub Action Cache. Closing this one.

@yihua yihua closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS PR with lines of changes in <= 10

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants