Zialus / SD-DistributedFileSystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFS-SD

Codacy Badge

MetadataServer

java fcup.MetadataServer

The MetadataServer should be started without any arguments

StorageServer

java fcup.StorageServer <localPath> <globalPath> <rmiHostName>

For localPath the user should pass as an argument the desired directory in the machine that the server will be running on.

For globalPath the user should pass as an argument the sub-tree that that directory will be responsible for in the MetaDataServer.

So far rmiHostName has only been tested as localhost.

Client

java fcup.Client <apps.conf> <rmiHostName>

Apps.conf is the file where the user stores his configurations for which app opens files ending on an particular extension.

So far rmiHostName has only been tested as localhost.

About


Languages

Language:Java 96.7%Language:Shell 1.9%Language:Makefile 1.3%