GithubHelp home page GithubHelp logo

mapreduce's Introduction

MapReduce

Methods

  • Files:
    • Read
    • Write
    • Delete
    • SizeQuery
  • Directory
    • List
    • Create
    • Delete
  • ObjectType(folder, file, neither)

Structure:

StorageServer

started on ports 8000 - (8000+n) where n number of servers

  • byte[] read(id) // read chunk from server
  • write(chunk_id, content) //where list contains tuples(chunkId, content)
  • size()
  • status delete(list[]) // list of chunkIds
  • size: ??

NamingServer

started on 8000 port

  • listTuples read(path) // returns ordered list of tuples where key is serverId and value is chunkId
  • listTuples write(path, countChunks) // returns ordered list with tuples where key is serverId and value is chunksIds
  • status delete(path) // Name server tells storages to delete particular chunks
  • size: ??
  • list[] list(path) // list of files/directories
  • status mkdir(path)
  • status rmdir(path)
  • type get_type(path)

Questions

  1. Slava: Can we use plain structure for storage servers (we can use)
  2. Slava: can we store file size on the namingServer?
  3. Slava: Can we unite rmdir and delete?

mapreduce's People

Contributors

muphblu avatar valeriivolkov avatar 12z avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

mapreduce's Issues

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.