You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: