Giter Site home page Giter Site logo

sparrow's People

Contributors

kayousterhout avatar pbailis avatar pwendell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sparrow's Issues

Have Sparrow Pass Messages Between Backends and Frontends

Certain applications, such as Spark, rely on the scheduling framework to pass messages between worker tasks and the frontend. Sparrow should allow a generic message passing functionality allowing application backends to send messages to fronends and vice versa.

Create Mesos-Compliant Backend in Java

To inter-operate with existing Mesos-based applications (e.g. Spark), we want to create a back-end that looks like a Mesos slave.

The interface between these applications and Mesos on the backend side are the following classes:
https://github.com/apache/mesos/blob/trunk/src/java/src/org/apache/mesos/ExecutorDriver.java
https://github.com/apache/mesos/blob/trunk/src/java/src/org/apache/mesos/Executor.java

We want to create a subclass of ExecutorDriver that also acts as a Sparrow backend. This will both respond to function calls from the application and delegate function calls to the application (it will require a pointer to an Executor when instantiated).

Clean up logging

Right now we have a bunch of audit logging and debug logging that all gets spit out by default. We should make logging configurable via existing sparrow configuration and also mostly off by default.

Update simulation terminology

Update the terminology used in the simulation to be consistent with terminology we now use in publications (so Server --> Slave and FrontEnd --> Scheduler).

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.