Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Initial Open-Source Release of CueSheet

Latest
Compare
Choose a tag to compare
@jongwook jongwook released this 09 Feb 16:12
· 9 commits to master since this release

This marks the first open-source release of CueSheet. As summarized in README.md, CueSheet is a framework for writing Spark 2.x applications, with the following notable characteristics:

  • No need to use shell scripts at all
  • Minimalistic API for building Spark applications
  • Separating configuration and business logic nicely
  • Launching/Debugging directly from IDE during development
  • Small deployment payload generated in runtime, which can then be installed in HDFS for production use
  • Providing one-liner for integrating with job schedulers