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
50 stars 25 forks source link

Implement mutiple inputs and update mleap dependency version with 0.14.0 #14

Closed jinpengqi closed 3 years ago

jinpengqi commented 3 years ago

This PR is linked to https://github.com/aws/sagemaker-sparkml-serving-container/pull/16 which is already merged. All code change in this pr is included in above one. So close this pr now.

Description of changes:

  1. Accepting multiple json inputs
  2. Upgrade the mleap to 0.14.0 and sparkml-serving to 2.4

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