> From: Ryan Rawson <[email protected]>

> Just to clarify things, the "C" HDFS API is actually reverse-JNI and
> wraps the Java classes (I didn't know this is possible....)

Yeah, it links against libjvm.so so causes the embedding of a JVM into
the native process, which will load and run the HDFS client bytecode.
One must still have a functional JRE on the target and all of Hadoop
jars, lib, and conf. 

   - Andy


      

Reply via email to