Skip to content

Commit

Permalink
Load new before old
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Aug 7, 2024
1 parent efe3561 commit 8192cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/io/airlift/compress/v2/HadoopNative.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
package io.airlift.compress.v2;

import io.airlift.compress.v2.lz4.Lz4NativeCompressor;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.compress.CompressionCodec;
import org.apache.hadoop.io.compress.CompressionCodecFactory;
Expand Down Expand Up @@ -46,6 +47,7 @@ public static synchronized void requireHadoopNative()
if (error != null) {
throw new RuntimeException("failed to load Hadoop native library", error);
}
new Lz4NativeCompressor();
try {
System.out.println("!!!!!!!!!! LOAD HADOOP NATIVE !!!!!!!!!!!!!!!");
loadLibrary("hadoop");
Expand Down

0 comments on commit 8192cdc

Please sign in to comment.