{"id":13740183,"url":"https://github.com/apache/incubator-myriad","last_synced_at":"2025-04-09T13:10:50.986Z","repository":{"id":29852348,"uuid":"33397227","full_name":"apache/incubator-myriad","owner":"apache","description":"Mirror of Apache Myriad (Incubating)","archived":false,"fork":false,"pushed_at":"2023-07-11T00:35:27.000Z","size":11984,"stargazers_count":154,"open_issues_count":19,"forks_count":68,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-04-02T06:54:47.725Z","etag":null,"topics":["myriad"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-04-04T07:00:05.000Z","updated_at":"2024-11-28T16:30:55.000Z","dependencies_parsed_at":"2023-10-20T17:30:03.453Z","dependency_job_id":null,"html_url":"https://github.com/apache/incubator-myriad","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-myriad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-myriad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-myriad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-myriad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-myriad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247919315,"owners_count":21018082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["myriad"],"created_at":"2024-08-03T04:00:44.027Z","updated_at":"2025-04-09T13:10:50.953Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":["大数据","Frameworks"],"sub_categories":["Service/Meta Schedulers/ PaaS"],"readme":"# Myriad\n\n[![Build Status](https://travis-ci.org/apache/incubator-myriad.svg)](https://travis-ci.org/apache/incubator-myriad)\n\nMyriad 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.\n\nThe 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.\n\n**Please note: Myriad is not yet production ready. However, the project is rapidly progressing with some very useful features.** \n\n## Getting started\n\n* [Overview of Myriad](docs/myriad-overview.md)\n* [How Myriad Works](docs/how-it-works.md)\n    * [Node Manager Profiles](docs/node-manager-profiles.md)\n    * [Myriad Fine-grained Scaling](docs/myriad-fine-grained-scaling.md)\n* [Installation and Configuration](docs/install-overview.md)\n    * [Installing for Developers](docs/myriad-dev.md)\n    * [Installing for Administrators via Tarballs](docs/myriad-remote-distribution-configuration.md)\n    * [Installing using Vagrant](docs/vagrant.md)\n    * [Configuring Cgroups](docs/cgroups.md)\n    * [Configuring for HA](docs/ha-config.md)\n    * [Configuring for JobHistoryServer and Other Services](docs/config-jobhistoryserver-services.md)\n    * [Sample: myriad-config-default.yml](docs/myriad-configuration.md)\n    * [Sample: yarn-site.xml](docs/sample-yarn-site.md)\n* [Getting Started](docs/getting-started.md)\n* [Myriad REST API](docs/API.md)\n* [Deploying the Myriad Resource-Manager using Docker](docker/README.md)\n* [Myriad Dashboard Development](docs/myriad-dashboard.md)\n\n\nFor up-to-date documentation, see [Apache Myriad](https://cwiki.apache.org/confluence/display/MYRIAD/Myriad+Home) on the wiki.\n\n## Build Myriad\nPlease refer to the [build](docs/myriad-dev.md#step-1-build-myriad) section for steps to build Myriad.\n\n## Roadmap\nPlease keep checking this section for updates.\n\n- [x] NodeManager Profiles\n- [x] Scale up/down Node Managers via REST API/Web UI\n- [x] Framework re-conciliation \u0026 HA\n- [x] ResourceManager failover/discovery using Marathon/Mesos-DNS\n- [x] Fine-grained scaling\n- [x] Remote distribution of NodeManager binaries\n- [x] Framework checkpointing\n- [x] Launch Job History Server\n- [x] Constraints based Node Manager placement\n- [x] Docker support\n- [x] Support multi-tenancy for Node Managers\n- [ ] Configuration store for storing rules and policies for clusters managed by Myriad\n\n## Mailing Lists\n\n* [Development Mailing List](mailto:dev@myriad.incubator.apache.org) ([Archive](https://mail-archives.apache.org/mod_mbox/myriad-dev/)) ([Subscribe](mailto:dev-subscribe@myriad.incubator.apache.org))\n\n## Videos and Slides\n* MesosCon 2014 - Running YARN alongside Mesos [(video)](https://www.youtube.com/watch?v=d7vZWm_xS9c) [(slides)](https://speakerdeck.com/mohit/running-yarn-alongside-mesos-mesoscon-2014)\n* Mesos User Group, March 2015 - Myriad: Integrating Hadoop into the Datacenter [(video)](http://www.youtube.com/watch?v=UMu9n4f62GI)\n* MesosCon, Seattle 2015 - Resource Sharing Beyond Boundaries [(video)](https://www.youtube.com/watch?v=lU2VE08fOD4) [(slides)](http://events.linuxfoundation.org/sites/events/files/slides/Apache_Myriad_MesosCon_2015.pdf)\n\n## License\n\nApache Myriad is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nFor additional information, see the LICENSE and NOTICE files.\n\n---\n\u003csub\u003e\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements.  See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership.  The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License.  You may obtain a copy of the License at\n\n\u003csub\u003e\n  http://www.apache.org/licenses/LICENSE-2.0\n\n\u003csub\u003e\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied.  See the License for the\nspecific language governing permissions and limitations\nunder the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-myriad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-myriad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-myriad/lists"}