Giter Club home page Giter Club logo

alluxio-extensions-seaweedfs's Introduction

Seaweedfs Under Storage

Alluxio支持seaweedfs作为底层存储的扩展

Build

mvn package

Run Integration Tests

mvn test -Dseaweedfs.client.pool.size=10  -Dseaweedfs.replication=000

Install

bin/alluxio extensions install alluxio-underfs-seaweedfs-1.8.1.jar

List

bin/alluxio extensions ls

Mount

bin/alluxio fs mount /seaweedfs-storage seaweedfs://<host-name>:8888/ --option seaweedfs.replication=000 --option seaweedfs.client.pool.size=10

The host-name is the name of the filer server,8888 is the default port.

RunTests

bin/alluxio runTests --directory /seaweedfs-storage

Unmount

bin/alluxio fs unmount /seaweedfs-storage

Uninstall

bin/alluxio extensions uninstall alluxio-underfs-seaweedfs-1.8.1.jar

Benchmark:

Cluster Configuration Alluxio & Seaweedfs:
node alluxio worker master volume filer Cpu Memory
data1 4 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz 10.34GB
data2 - 4 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz 10.34GB
data4 - 4 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz 10.34GB
Machine to execute test jar:
free cpu
5763 MB 2 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz

Write:

java -cp alluxio-performance-1.0.jar alluxio.examples.Performance mgr1:19998 10 1 1000 /seaweedfs-storage/ w

=======Sequential Write=======
Concurrency Level:              10
Time taken for tests:           138 seconds
Number of successful uploaded:  1000
Number of failed uploads:       0
Total file size:                1000 MB
Transfer rate:                  7 MB/s

Read:

java -cp alluxio-performance-1.0.jar alluxio.examples.Performance mgr1:19998 10 1 1000 /seaweedfs-storage/ r

=======Sequential Read=======
Concurrency Level:              10
Time taken for tests:           32 seconds
Number of successful uploaded:  1000
Number of failed uploads:       0
Total file size:                1000 MB
Transfer rate:                  31 MB/s

alluxio-extensions-seaweedfs's People

Contributors

dpnice avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.