Skip to content

Commit ae70ca5

Browse files
authored
fix history server integ test indeterministic failure due to s3 eventual consistency and remove python sdk from the container (#26)
1 parent b548946 commit ae70ca5

File tree

8 files changed

+37
-1776
lines changed

8 files changed

+37
-1776
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ test-all: test-local test-sagemaker
101101

102102
# Builds and installs sagemaker-python-sdk-spark library, since it's used in sagemaker tests.
103103
install-sdk:
104-
cd sagemaker-python-sdk-spark; make
105-
106-
clean-sdk:
107-
cd sagemaker-python-sdk-spark; make clean
104+
pip install --upgrade sagemaker>=2.9.0
108105

109106
# Makes sure docker containers are cleaned
110107
clean:

sagemaker-python-sdk-spark/DEVELOPMENT.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

sagemaker-python-sdk-spark/Makefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)