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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -