Femi Anthony

Results 7 comments of Femi Anthony

I'm working on Mac OS/X and I had to download data. Doesn't there need to be data in the json and minute sub-directories as well ?

Figured it out. I needed to clone the ge_tutorials directory, not create it.

> The one important thing I would like to mention is that you could serialize your pipeline with pyspark and you can use the mleap-runtime in scala to execute the...

Any progress on this issue in making mleap support SQLTransformer ?

> @Mageswaran1989 MLeap doesn't support the SQLTransformer for a couple of reasons: > > * `mleap-runtime` doesn't contain a sql engine to support arbitrary sql operations > * MLeap only...

Yes, that's what I'm doing (though I have other unrelated errors) The line in my Dockerfile is 👍 `COPY mycustomtransformer.jar /opt/docker/lib`

Yeah, the way I got around that was by taking the existing `mleap-spring-boot` file, modifying it to use the jars I want and renaming it to `mleap-spring-boot-custom`. Then in my...