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

fix: add partition and disable flaky history server test #47

Closed guoqiao1992 closed 3 years ago

guoqiao1992 commented 3 years ago

Issue #, if available:

  1. Hardcoded single partition is used for all regions
  2. Sometimes history server integration test failed

Description of changes:

  1. Use different partition for different region
  2. Temporarily remove the assertion on history server subpage

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