GithubHelp home page GithubHelp logo

maplejuice's Introduction

CS425-MP4

Environment

  • golang 1.21

How to Start

  1. In directory ~/cs425-mp4 and main branch, run
go run cmd/cs425-mp4/main.go

Supported Commands

  • maple <maple_exe> <num_maples> <sdfs_intermediate_filename_prefix> <sdfs_src_directory>
  • juice <juice_exe> <num_juices> <sdfs_intermediate_filename_prefix> <sdfs_dest_filename> delete_input={0,1} use_range_partition?={1,0}
    • Special Note: for the last command line argument, 1 means use range partitioning and 0 means use hash partitioning
  • SQL Query: SELECT ALL FROM Dataset WHERE
  • SQL Query: Given two Datasets D1 and D2: SELECT ALL FROM D1, D2 WHERE <one specific field’s value in a line of D1 = one specific field’s value in a line of D2>, e.g., “WHERE D1.name = D2.ID”
  • get [remote filename] [local filename]
  • put [local filename] [remote filename]
  • delete [remote filename]
  • ls [remote filename]
  • store
  • multiread [remote filename] [local filename] [machine id1] [machine id2] [machine id3] ...
  • list_mem
  • list_self
  • leave
  • enable_suspicion
  • disable_suspicion
  • join (handled implicitly when the node starts)

maplejuice's People

Contributors

jiachenyuan avatar owenzsz avatar

Stargazers

Chenzhao Wang avatar

Watchers

 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.