Skip to content

This is a modified version of vfs4j with using apache ignite cache

Notifications You must be signed in to change notification settings

ghvchen/vfs4j-ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Here are the steps to run the code after maven build:
1.) put default-config.xml under:
/tmp/ignite/default-config.xml 

as defined in conf.properties file.

2.) Create an exports file under /etc with line:
/tmp/data *(rw,sec=NONE)

3.) Create a directory /tmp/mnt, and mount it with /tmp/data 
mount -t nfs localhost:/tmp/data /tmp/mnt

4.) Inside project directory, run:  
sudo java -jar target/vfs4j-ignite-1.0-SNAPSHOT-jar-with-dependencies.jar / /etc/exports

5.) You can now copy files from other directories to /tmp/mnt or "cat" existing file in /tmp/mnt to a new file to test the code.

About

This is a modified version of vfs4j with using apache ignite cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages