Skip to content

maobaolong/jnifuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is JNI-FUSE

A Project which is invented and maintained by alluxio community.

It supply third-party dependency for Alluxio-FUSE.

How to build

  • Full build with native
$ mvn clean install -PfuseNative
  • Build java module only without native module
$ mvn clean install -Djnifuse-native.version=1.0.0

Useful Links