Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve api and cluster manager, update docs #48

Merged
merged 5 commits into from
Jan 8, 2020
Merged

improve api and cluster manager, update docs #48

merged 5 commits into from
Jan 8, 2020

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    1c6ddc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. update docs [skip ci]

    tanmaykm committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4c75f7d View commit details
    Browse the repository at this point in the history
  2. use ReentrantLock instead of Channel for locking

    Use the simpler `ReentrantLock` instead of `Channel` for locking in `YarnAppMaster`.
    tanmaykm committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    de04105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3296f View commit details
    Browse the repository at this point in the history
  4. clustermanager: implement worker termination

    - handle interrupt, finalize and deregister of workers
    - release yarn containers and resources on worker termination
    tanmaykm committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    58aa882 View commit details
    Browse the repository at this point in the history