aws / sagemaker-spark-container

The SageMaker Spark Container is a Docker image used to run data processing workloads with the Spark framework on Amazon SageMaker.
Apache License 2.0
36 stars 74 forks source link

Make the processing container capable to run on sagemaker training job #105

Closed can-sun closed 1 year ago

can-sun commented 1 year ago

Issue #, if available:

Make the processing container capable to run on sagemaker training job. Resolved a couple of blockers that would result in spark application failures.

Description of changes:

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

Tests:

make lint

make test-unit

make build