Look at jblas operations inside mllib...jblas calls jniloader internally
which loadd up native code when available....
 On Mar 11, 2014 4:07 AM, "Jaonary Rabarisoa" <jaon...@gmail.com> wrote:

> Hi all,
>
> I'm trying to build a stand alone scala spark application that uses opencv
> for image processing.
> To get opencv works with scala one need to call
>
>  System.loadLibrary(Core.NATIVE_LIBRARY_NAME)
>
> once per JVM process. How to call it inside spark application distributed
> on several nodes ?
>
> Best regards,
>
> Jaonary
>

Reply via email to