Skip to content

mz0ng/DSCI551-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSCI551-Project HDFS Emulation

edfs.py: Consumes command line arguments. It is able to handle the following requests: -ls, -rmdir, -mkdir, -put, -get, -rm, -cat, -fs.

server.py: Emulate NameNode. It is in charge of updates of metadata and allocation of storage spaces for newly added files.

DataNode.py: Contains two functions to read data from blocks and write data to blocks.

Web interface on local server to upload and download file, as well as observing system structure and block contents.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published