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