mleap icon indicating copy to clipboard operation
mleap copied to clipboard

Question: Using custom transformers with mleap-serving

Open rickbassham opened this issue 6 years ago • 3 comments

Does someone have an example of using custom transformers with mleap-serving? I have a jar file containing custom transformers and want to load them. I'm new to scala, sbt, etc, so any help would be greatly appreciated.

rickbassham avatar Apr 03 '19 12:04 rickbassham

Have you written Custom Transformation in Spark or Mleap?

gitabu avatar Apr 04 '19 09:04 gitabu

Mleap

rickbassham avatar Apr 04 '19 09:04 rickbassham

Hope you have followed following link, we need to create reference.conf file and add custom Transformer entry there as mentioned in following doc. This will load all custom transformation classes, otherwise you get error.

https://github.com/combust/mleap-docs/blob/master/mleap-runtime/custom-transformer.md

gitabu avatar Apr 04 '19 10:04 gitabu