mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
|
|
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| build.sh | ||
| pom.xml | ||
| README.md | ||
Usage
Build jar with dependencies
cd java
./build.sh
Deploy single-node cluster using docker
cd docker
./run_docker.sh -r
Run the java test program
java -cp target/libcubefs-1.0-SNAPSHOT-jar-with-dependencies.jar io.cube.fs.TestCfsClient ls <dirpath>
java -cp target/libcubefs-1.0-SNAPSHOT-jar-with-dependencies.jar io.cube.fs.TestCfsClient read <filepath>
java -cp target/libcubefs-1.0-SNAPSHOT-jar-with-dependencies.jar io.cube.fs.TestCfsClient write <filepath>