apache spark - Move a C++ library to all executor nodes from driver -
i have c++ library in spark driver. move executor nodes, library called.
how can that?
assuming c++ library cannot rewritten in more spark friendly language ever reason, best/reliable approach be,
wrap c++ library service preferably exposing rest interface.
then use native rest calls access functionality.
Comments
Post a Comment