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

The dependencies of the migrator may clash with the classpath of the Spark cluster it is run on #110

Open
julienrf opened this issue Mar 11, 2024 · 0 comments

Comments

@julienrf
Copy link
Collaborator

Currently, the migrator is designed to be run as a Spark job. As a consequence, any of its dependencies (embedded in its fat-jar) may clash with the content of the classpath in the Spark cluster that runs the job.

For instance, the migrator uses a specific version of the AWS SDK, which may clash with another version of the SDK that might be used on the Spark cluster.

More investigation is needed to assess whether this is a real problem or not. In case this is a real problem, a solution would be to shade the internal dependencies within the fat-jar of the migrator.

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

No branches or pull requests

1 participant