Bump lodash from 4.17.11 to 4.17.21 in /myriad-scheduler

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: bbc5453e8b47063797883da1cb1c82fe340472b8
  1. config/
  2. docker/
  3. docs/
  4. gradle/
  5. myriad-commons/
  6. myriad-executor/
  7. myriad-scheduler/
  8. support/
  9. vagrant/
  10. website/
  11. .gitignore
  12. .travis.yml
  13. build.gradle
  14. CHANGELOG.md
  15. DISCLAIMER
  16. gradle.properties
  17. gradlew
  18. gradlew.bat
  19. LICENSE
  20. NOTICE
  21. README.md
  22. settings.gradle
README.md

Myriad

Build Status

Myriad is a Mesos framework designed for scaling a YARN cluster on Mesos. Myriad can expand or shrink the resources managed by a YARN cluster in response to events as per configured rules and policies.

The name Myriad means, countless or extremely great number. In context of the project, it allows one to expand overall resources managed by Mesos, even when the cluster under Mesos management runs other cluster managers like YARN.

Please note: Myriad is not yet production ready. However, the project is rapidly progressing with some very useful features.

Getting started

For up-to-date documentation, see Apache Myriad on the wiki.

Build Myriad

Please refer to the build section for steps to build Myriad.

Roadmap

Please keep checking this section for updates.

  • [x] NodeManager Profiles
  • [x] Scale up/down Node Managers via REST API/Web UI
  • [x] Framework re-conciliation & HA
  • [x] ResourceManager failover/discovery using Marathon/Mesos-DNS
  • [x] Fine-grained scaling
  • [x] Remote distribution of NodeManager binaries
  • [x] Framework checkpointing
  • [x] Launch Job History Server
  • [x] Constraints based Node Manager placement
  • [x] Docker support
  • [x] Support multi-tenancy for Node Managers
  • [ ] Configuration store for storing rules and policies for clusters managed by Myriad

Mailing Lists

Videos and Slides

  • MesosCon 2014 - Running YARN alongside Mesos (video) (slides)
  • Mesos User Group, March 2015 - Myriad: Integrating Hadoop into the Datacenter (video)
  • MesosCon, Seattle 2015 - Resource Sharing Beyond Boundaries (video) (slides)

License

Apache Myriad is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.