You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myriad.apache.org by da...@apache.org on 2016/06/30 21:17:37 UTC

incubator-myriad git commit: Website updates.

Repository: incubator-myriad
Updated Branches:
  refs/heads/master 048a63065 -> 6354ce6ac


Website updates.

When the last the last PR was merged the @JsonSerialize anotations were not being removed on objects that are no longer Optionals.  This caused the config to not be serialized properly and this broke REST interface /api/config and the corresponding issues with the WebUI.


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/6354ce6a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/6354ce6a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/6354ce6a

Branch: refs/heads/master
Commit: 6354ce6accd0109dcf47afdcd6c62d68757b9b99
Parents: 048a630
Author: DarinJ <da...@apache.org>
Authored: Wed Jun 29 00:46:59 2016 -0400
Committer: darinj <da...@apache.org>
Committed: Thu Jun 30 17:16:50 2016 -0400

----------------------------------------------------------------------
 ...6-06-29-myriad-0.2.0-release-announcement.md | 57 ++++++++++++++++++++
 ...15-12-09-myriad-0.1.0-incubating-released.md |  2 +-
 ...6-06-29-myriad-0.2.0-release-announcement.md | 13 +++++
 website/downloads/index.md                      |  5 +-
 4 files changed, 74 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/6354ce6a/website/_posts/blogs/2016-06-29-myriad-0.2.0-release-announcement.md
----------------------------------------------------------------------
diff --git a/website/_posts/blogs/2016-06-29-myriad-0.2.0-release-announcement.md b/website/_posts/blogs/2016-06-29-myriad-0.2.0-release-announcement.md
new file mode 100644
index 0000000..86f6b11
--- /dev/null
+++ b/website/_posts/blogs/2016-06-29-myriad-0.2.0-release-announcement.md
@@ -0,0 +1,57 @@
+---
+layout: big_card_for_md
+title: Apache Myriad 0.2.0 (Incubating) Released
+author: <a href="https://github.com/darinj">Darin Johnson</a> (Apache Myriad committer, 0.2.0 Release Manager)
+date:   2016-06-29 16:45:00
+categories: blogs
+---
+
+##### {{page.title}} 
+
+On behalf of the entire Myriad Team, I\u2019m happy to announce the release of Apache Myriad 0.2.0 (incubating).  This is the 
+second release of Myriad in the Apache Incubator.  Among the features of the 0.2.0 release are increased reliability of 
+Fine Grained Scaling, support for running the Node Manager and Auxiliary Services (JobHistory Server, etc) in Docker 
+Containers, and better distribution management of the Hadoop configuration and binaries.  This release brings Myriad much 
+closer to being production quality.
+
+In addition to new features, we also welcome our newest committer Yuliya Feldman (MapR) and a new contributor Zachary Jaffee 
+(Case Western Reserve University).  
+
+Many thanks to the following individuals who contributed code/documentation to the Myriad project. This release wouldn\u2019t 
+have been possible without their effort.
+
+* Aashreya Ravi Shankar
+* Adam B
+* Brandon Gulla
+* Darin Johnson
+* Jim Klucar
+* Kannan Rajah
+* Ken Sipe
+* Kris Chi
+* Larry Edelstein
+* Mohit Soni
+* Naveen Manivannan
+* Paul Read
+* Ruth Harris
+* Santosh Marella
+* Sarjeet Singh
+* Shingo Omura
+* Suneel Marthi
+* Swapnil Daingade
+* Yuliya Feldman
+* Zachary Jaffee
+* Zhongyue Luo
+ 
+This is the second of many Apache Myriad releases. We've already started merging new pull requests for the next release, 
+where we plan to add support for YARN Security and advanced Mesos features like reservations/volumes and oversubscription.
+
+If you\u2019d like to get started we encourage you to start with our [documentation wiki](https://cwiki.apache.org/confluence/display/MYRIAD/).
+For more details on the 0.2.0 release, please refer to our [release notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.2.0-incubating). 
+The release sources can be downloaded from [here](http://www.apache.org/dist/incubator/myriad/myriad-0.2.0-incubating/). 
+To try out the latest and greatest code, please checkout Myriad\u2019s [git repository](https://github.com/apache/incubator-myriad.git).
+
+If you have any questions, please feel free to reach us out at [dev@myriad.incubator.apache.org](mailto:dev@myriad.incubator.apache.org).
+
+Enjoy!
+
+###### {{page.author}} | {{page.date | date_to_string}}

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/6354ce6a/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
----------------------------------------------------------------------
diff --git a/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md b/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
index 69b38da..3507e42 100644
--- a/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
+++ b/website/_posts/news/2015-12-09-myriad-0.1.0-incubating-released.md
@@ -7,7 +7,7 @@ blurb: "Apache Myriad community releases the first version of Myriad."
 ---
 The Apache Myriad community is excited to make the first Apache release of the project. Thanks to a diverse community of developers, mentors, Apache members and users! 
 
-[Blog](/blogs/2015/12/09/myriad-0-1-0-release-announcement)
+[Blog](/blogs/2015/12/09/myriad-0-1-0-release-announcement.html)
 
 [Download](/downloads/#latest)
 

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/6354ce6a/website/_posts/news/2016-06-29-myriad-0.2.0-release-announcement.md
----------------------------------------------------------------------
diff --git a/website/_posts/news/2016-06-29-myriad-0.2.0-release-announcement.md b/website/_posts/news/2016-06-29-myriad-0.2.0-release-announcement.md
new file mode 100644
index 0000000..5f69003
--- /dev/null
+++ b/website/_posts/news/2016-06-29-myriad-0.2.0-release-announcement.md
@@ -0,0 +1,13 @@
+---
+layout: big_card_for_md
+title:  "Apache Myriad 0.2.0 (Incubating) Released"
+date:   2016-06-29 16:45:00
+categories: news
+blurb: "Apache Myriad community releases the second version of Myriad."
+---
+The Apache Myriad community is excited to make its second Apache release. Thanks to a diverse community of developers, mentors, Apache members and users! 
+
+[Blog](/blogs/2016/06/29/myriad-0.2.0-release-announcement.html)
+
+[Download](/downloads/#latest)
+

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/6354ce6a/website/downloads/index.md
----------------------------------------------------------------------
diff --git a/website/downloads/index.md b/website/downloads/index.md
index a4d7a71..bf6b6ef 100644
--- a/website/downloads/index.md
+++ b/website/downloads/index.md
@@ -5,7 +5,7 @@ permalink: /downloads/
 ---
 ##### <a name="latest"></a> Download Myriad
 
-Download the most recent stable release: [myriad-0.1.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.1.0-incubating/) ([Release Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.1.0-incubating))
+Download the most recent stable release: [myriad-0.2.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.2.0-incubating/) ([Release Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.2.0-incubating))
 
 Once you have downloaded Myriad, follow the [installation and configuration](https://cwiki.apache.org/confluence/display/MYRIAD/Installation+and+Configuration) instructions, and take a look at the rest of the [documentation](https://cwiki.apache.org/confluence/display/MYRIAD).
 
@@ -16,8 +16,9 @@ The latest codebase can also be downloaded from the Apache git repository at:
 A read-only git repository is also mirrored on Github at: [https://github.com/apache/incubator-myriad](https://github.com/apache/incubator-myriad)
 
 ##### Previous releases
-[myriad-0.1.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.1.0-incubating/) ([Release Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.1.0-incubating))
+[myriad-0.2.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.2.0-incubating/) ([Release Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.2.0-incubating))
 
+[myriad-0.1.0-incubating](http://www.apache.org/dist/incubator/myriad/myriad-0.1.0-incubating/) ([Release Notes](https://cwiki.apache.org/confluence/display/MYRIAD/Release+Notes#ReleaseNotes-myriad-0.1.0-incubating))
 <br/>
 
 <br/>