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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -