Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Apache ZooKeeper as a service: Many REEF applications have a need for a system like ZooKeeper. This project would provide ZooKeeper as a background service that uses the Evaluators the Application needs anyhow for replication.Apache Slider on REEF: Slider runs existing distributed applications on YARN. Its control flow is failr straight-forward, so implementing it in REEF is a good class project
  • Long-running application management on REEF: When REEF applications are used with long-running applications (e.g., database backends), it's handy to have a framework that deploys and manages long-running applications. Apache Slider is a framework to make it easy to deploy and manage long-running static applications in a YARN cluster. Its focus is to adapt existing applications such as HBase and Accumulo to run on YARN with little modification. Using Slider is a solution, but it's heavyweight to use. In this project, you will implement much lighter Slider-like functionalities on REEF. The tool itself is useful. In addition, this project can demonstrate that such a tool can be easily implementable with REEF.
  • New language (e.g., Scala, python, C++) binding for TangTang is the dependency injection framework for configuring distributed systems developed with REEF. The Tang APIs give configurations that are strongly typed and easily verified for correctness. In this project, you will implement a new language binding for Tang.