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 in spark history server test not to return None #21

Closed andremoeller closed 4 years ago

andremoeller commented 4 years ago

Issue #, if available:

Removing this try / except block -- when this returns none, it masks the cause of failure. "None" doesn't have a status attribute.

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