aws / sagemaker-sparkml-serving-container

This code is used to build & run a Docker container for performing predictions against a Spark ML Pipeline.
Apache License 2.0
52 stars 25 forks source link

upgrading sparkml from v2.4 to v3.3 #31

Closed kenny-ezirim closed 1 year ago

kenny-ezirim commented 1 year ago

Issue #, if available:

Description of changes:

Docker file upgrades

OpenSSL v1.1.1l to v1.1.1o Python v3.6.13 to v3.10.7

POM file upgrades

Mleap v0.15.0 to v0.20.0 Spark Mlib v2.4.5 to v3.3.0 Common-io v2.7 to v2.11.0 Common-csv v1.6 to v1.9.0

Patched version upgrades

Powermock Spring Boot Maven

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.