You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Yatchmenoff, Sam" <sy...@janrain.com> on 2012/11/21 18:54:27 UTC

No way to set java.library.path

Hey everybody,

I'm working on putting together a ZeroMQ sink but it requires loading the
native ZeroMQ library and I couldn't find a way to add the path to java's
java.library.path property. I ended up having to edit the bin/flume script
to get it to work.

It would be nice if there was a way to set this property in an environment
variable or by other means to facilitate the use of plugins that link to
native libraries.

-Sam Yatchmenoff