I am writing and distributed image processing application using hadoop streaming, python, matlab, and elastic map reduce. I have compiled a binary executable of my matlab code using the matlab compiler. I am wondering how I can incorporate this into my workflow so the binary is part of the processing on Amazon's elastic map reduce?
It looks like I have to use the Hadoop Distributed Cache?
The code is very complicated (and not written by me) so porting it to another language is not possible right now.
THanks