OpenCV library loaded in hadoop but not working OpenCV library loaded in hadoop but not working hadoop hadoop

OpenCV library loaded in hadoop but not working


I was facing the same problem. I used the following workaround.

You can start by using JavaCV tool as it works perfectly with hadoop.Then with OpenCv,make an executable jar by wrapping all opencv libraries and jars within executable jar. Now native library is loaded by operating system. So within executable jar file, write the code which extracts the OpenCv native library to temper pry file, then it loads the library, and finally delete the temp file.