fingltd / 4mc

4mc - splittable lz4 and zstd in hadoop/spark/flink
Other
108 stars 36 forks source link

Update FourMcNativeCodeLoader.java #7

Closed ankurbarua closed 9 years ago

ankurbarua commented 9 years ago

Allows loading the native libraries from LD_LIBRARY_PATH using Distributed Cache in Hadoop. Otherwise we need to put the native libraries in the $HADOOP_HOME/lib/native in all nodes.

carlomedas commented 9 years ago

merged!

ankurbarua commented 9 years ago

Thanks! Also for the minor fix.