I get an error: 13:04:51 CDT ERROR 765efcb2-5ab0-4a72-a86f-71865dec264d
PutHDFS[id=765efcb2-5ab0-4a72-a86f-71865dec264d] Failed to write to HDFS due to java.lang.RuntimeException: native lz4 library not available: java.lang.RuntimeException: native lz4 library not available even though I built successfully LZ4 https://github.com/jpountz/lz4-java for my Windows 7 64bit using Ant, Ivy, and Mingw-w64 and placed that built lz4-1.3-SNAPSHOT.jar into the nifi/lib folder and where it is getting picked up by NiFi bootstrap.Command just fine. yet the error persists. I'm wondering if https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java#L279 might actually not be using the Java port but instead the JNI binding or some such as described here https://github.com/jpountz/lz4-java#implementations ? Thad +ThadGuidry <https://www.google.com/+ThadGuidry>
