- Notifications
You must be signed in to change notification settings - Fork231
Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs
License
apache/aurora
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE: The Apache Aurora project has been moved into theApache Attic.A fork led by members of the former Project Management Committee (PMC) can be found athttps://github.com/aurora-scheduler
Apache Aurora lets you use anApache Mesoscluster as a private cloud. It supports running long-running services, cron jobs, and ad-hoc jobs.Aurora aims to make it extremely quick and easy to take a built application and run it on machinesin a cluster, with an emphasis on reliability. It provides basic operations to manage servicesrunning in a cluster, such as rolling upgrades.
To very concisely describe Aurora, it is like a distributed monit or distributed supervisord thatyou can instruct to do things likerun 100 of these, somewhere, forever.
Aurora is built for usersand operators.
User-facing Features:
- Management oflong-running services
- Cron jobs
- Resource quotas: provide guaranteed resources for specificapplications
- Rolling job updates, with automatic rollback
- Multi-user support
- SophisticatedDSL: supports templating, allowing you toestablish common patterns and avoid redundant configurations
- Dedicated machines:for things like stateful services that must always run on the same machines
- Service registration: announce services inZooKeeper for discovery byvarious clients
- Scheduling constraintsto run on specific machines, or to mitigate impact of issues like machine and rack failure
Under the hood, to help you rest easy:
- Preemption: important services can 'steal' resources when they need it
- High-availability: resists machine failures and disk failures
- Scalable: proven to work in data center-sized clusters, with hundreds of users and thousands ofjobs
- Instrumented: a wealth of information makes it easy tomonitorand debug
Aurora can take over for most uses of software like monit and chef. Aurora can manage applications,while these tools are still useful to manage Aurora and Mesos themselves.
However, if you have very specific scheduling requirements, or are building a system that looks like ascheduler itself, you may want to explore developing your ownframework.
Are you using Aurora too? Let us know, or submit a patch to join the list!
- Amperity
- Blue Yonder
- Boxever
- Criteo
- Electronic Arts
- Fitbit
- Foursquare
- Gutefrage.net
- Houghton Mifflin Harcourt
- Kakao
- Magine TV
- Medallia
- Oscar Health
- PayPal
- Sabre Labs
- TellApart
- Uber
If you have questions that aren't answered in ourdocumentation, you can reach out to one of ourmailing lists.We're also often available in Slack: #aurora onmesos.slack.com.Invites to our slack channel may be requested viamesos-slackin.herokuapp.com
You can also file bugs/issues in ourGithub repo.
Except as otherwise noted this software is licensed under theApache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
About
Apache Aurora - A Mesos framework for long-running services, cron jobs, and ad-hoc jobs