radanalyticsio / jiminy-predictor

a predictor service for a spark based recommendation app
Apache License 2.0
2 stars 4 forks source link

add code to dynamically load the jar file #16

Closed elmiko closed 6 years ago

elmiko commented 6 years ago

This change adds some jvm-fu to the prediction loop process that will dynamically load the jar file. With this in place the command to add a --jars to the spark-submit is no longer needed.

elmiko commented 6 years ago

@ruivieira @sophwats ptal

ruivieira commented 6 years ago

lgtm. thanks, @elmiko!