Hey all, I'm working on a project that uses a native c library. Although I can use DistributedCache as a way to distribute the c library, I'd like to use the jar to do the job. What I mean is packing the c library into the job jar, and writing code in a way that the job can find the library once it gets submitted. I wonder if this is possible. If so how can I obtain the path in the code.
Thanks, Jarod