You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Vyacheslav Zholudev <vy...@gmail.com> on 2011/10/07 15:49:53 UTC

Using native libraries with hadoop

Hi,

I intend to use a native library with Java bindings in the hadoop job. The problem is that Java bindings expect a file path as a parameter, and this file should reside on a local file system. What is the best way to solve this problem? (I wouldn't not want to modify the code of the native library to accept e.g. a file as a string).

Thanks a lot in advance,
Vyacheslav