Skip to content

Instantly share code, notes, and snippets.

@guenter
Created April 11, 2014 22:17
Show Gist options
  • Save guenter/10506096 to your computer and use it in GitHub Desktop.
Save guenter/10506096 to your computer and use it in GitHub Desktop.
Index: source/blog/2014-04-10-mesos-community-update-2.md
===================================================================
--- source/blog/2014-04-10-mesos-community-update-2.md (revision 0)
+++ source/blog/2014-04-10-mesos-community-update-2.md (working copy)
@@ -0,0 +1,51 @@
+---
+layout: post
+title: "Mesos Community Update #2"
+permalink: /blog/mesos-community-update-2/
+published: true
+post_author:
+ display_name: Matt Trifiro
+ twitter: mtrifiro
+tags: Community
+canonical_url: http://mesosphere.io/community/2014/04/10/mesos-community-update-2/
+---
+
+_This is a cross post from the [Mesosphere blog](http://mesosphere.io/community/2014/04/10/mesos-community-update-2/)._
+
+During the week of March 23, [@TwitterOSS](http://twitter.com/twitteross) hosted a bespoke Aurora and Mesos meetup and, then, the following week, they hosted a larger (and hopefully recurring) #Conf event. Both events had some great Mesos content—and we have those videos for you. Also big in the news: [Mesos 0.18.0 (RC6)](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0) is now an official release. More on that, and links to download below.
+
+### Here are the full community highlights from the past few weeks:
+
+* [Mesos 0.18.0](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.18.0) is now available for [download](http://mesosphere.io/downloads/). There is even a package designed to run natively on your Mac Laptop if you’re using [OS X 10.9 Mavericks](http://downloads.mesosphere.io/master/osx/mesos-0.18.0-rc6.pkg)
+
+* At the Aurora and Mesos meetup, hosted at Twitter HQ, Mesos co-creator Benjamin Hindman ([@benh](http://twitter.com/benh)) did a deep dive on [Building Distributed Systems on Mesos](https://www.youtube.com/watch?v=n5GT7OFSh58)
+
+* Also at the Aurora and Mesos meetup, Bill Farner ([@wfarner](https://twitter.com/wfarner)) gave an [introductory talk](http://youtu.be/asd_h6VzaJc) on [Apache Aurora](https://twitter.com/ApacheAurora), which is the tool Twitter built to launch and manage applications with Mesos.
+
+* Christina Delimitrou ([@chris_deli](http://twitter.com/chris_deli)) from Stanford presented her [Quasar machine-learning scheduling algorithm](https://www.youtube.com/watch?v=YpmElyi94AA) at Twitter’s Open Source #Conf. The whole talk is interesting, but the impatient among us can to skip right to the finish line and [watch the demo](https://www.youtube.com/watch?v=YpmElyi94AA&t=17m49s).
+
+* Hubspot’s Tom Petr ([@tpetr](http://twitter.com/tpetr)) also presented at Twitter’s Open Source #Conf. He talked about [developer velocity on Mesos](http://youtu.be/ROn14csiikw) and showed how Hubspot’s 90 engineers are able to do hundreds of deploys each day, with the help of Mesos and a three-person devops team.
+
+* Looking for Mesos API docs? Tobi Knaup ([@superguenter](http://twitter.com/superguenter)) hooked up Javadoc to auto-generate [API docs on the Apache Mesos web site](http://mesos.apache.org/api/latest/java/).
+
+* eBay is just the latest Fortune 500 company to publicly share the work they’ve been doing with Mesos. Check out how eBay is [using Jenkins + Mesos for continuous delivery](http://www.ebaytechblog.com/2014/04/04/delivering-ebays-ci-solution-with-apache-mesos-part-i).
+
+* Good news for Haskell programmers, [Ian Duncan](https://github.com/iand675) has started to build [Mesos bindings for Haskell](https://github.com/SaneApp/hs-mesos)
+
+* The devops community in Southeast Asia welcomed Mesos as a key theme at the [DevOps Summit Singapore - 2014](http://devops-summit.org/singapore/program)
+
+* The countdown to [Docker and Mesos deep integration (Deimos)](https://github.com/mesosphere/deimos) continues to accelerate. Read the background on external containerization in [MESOS-816](https://issues.apache.org/jira/browse/MESOS-816) and follow the progress as Jason Dusek ([@solidsnack](http://twitter.com/solidsnack)) drives it across the finish line.
+
+* Mesos supporter, [Paco](http://www.kdnuggets.com/2014/03/exclusive-paco-nathan-mesosphere-big-data-player.html) Nathan ([@pacoid](http://twitter.com/pacoid)), talks about the market’s rapid adoption of Mesos in this [interview in KDnuggets](http://www.kdnuggets.com/2014/03/exclusive-paco-nathan-mesosphere-big-data-player.html) You might also check out Paco’s [Exelixi project](https://github.com/mesosphere/exelixi), an open source Mesos framework for running distributed genetic algorithms at scale.
+
+### Upcoming events:
+
+* [GlueCon](http://www.gluecon.com/2014/), the technical event for developers & devops, May 21-22 in Broomfield, CO. Come see Connor Doyle ([@nor0101](https://twitter.com/nor0101)), Niklas Nielsen ([@quarfot](https://twitter.com/quarfot)), and Adam Bordelon present *Mesos: An SDK for Distributed Systems Developers.*
+
+* [DockerCon](http://www.dockercon.com/), the first annual Docker conference, June 9-10 in San Francisco. Docker + Mesos fans are sure to find some exciting content. If you didn’t make it to GlueCon, this is another opportunity to see Mesos: An SDK for Distributed Systems Developers.
+
+* [OSCON](http://www.oscon.com/oscon2014), O’Reilly’s "everything open source" convention, July 20-24 in Portland, OR.
+
+Thank you to the community for helping us compile and curate these updates. We’re interested in your content suggestions. Please send us your tips for upcoming issues: [community@mesosphere.io](mailto:community@mesosphere.io).
+
+_This post was co-authored by Abhishek Parolkar. Follow him on Twitter at [@parolkar](https://twitter.com/parolkar)._
Index: source/index.html.md
===================================================================
--- source/index.html.md (revision 1586787)
+++ source/index.html.md (working copy)
@@ -63,6 +63,7 @@
<div class="col-md-4">
<h3>News</h3>
<ul>
+ <li><em>April 10, 2014</em> - Mesos Community Update #2. See the <a href="blog/mesos-community-update-2/">blog post</a>.</li>
<li><em>April 10, 2014</em> - Mesos 0.18.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a> and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
<li><em>March 28, 2014</em> - Mesos Community Update #1. See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
<li><em>March 6, 2014</em> - Mesos 0.17.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a> and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
@@ -71,9 +72,6 @@
<li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
<li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
<li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
- <li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
- <li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
- <li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
</ul>
<br />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment