Example usage for org.apache.hadoop.io.erasurecode ErasureCodeNative checkNativeCodeLoaded

List of usage examples for org.apache.hadoop.io.erasurecode ErasureCodeNative checkNativeCodeLoaded

Introduction

In this page you can find the example usage for org.apache.hadoop.io.erasurecode ErasureCodeNative checkNativeCodeLoaded.

Prototype

public static void checkNativeCodeLoaded() 

Source Link

Document

Is the native ISA-L library loaded and initialized?

Usage

From source file:io.hops.erasure_coding.TestNativeErasureCodes.java

License:Apache License

@Test
public void testEC() {
    ErasureCodeNative.checkNativeCodeLoaded();
}