You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/11 07:23:31 UTC

svn commit: r1324561 - in /incubator/mrunit/site/trunk: content/mrunit/general/history.mdtext content/mrunit/general/license.mdtext content/mrunit/index.mdtext templates/sidenav.mdtext

Author: jdonofrio
Date: Wed Apr 11 05:23:30 2012
New Revision: 1324561

URL: http://svn.apache.org/viewvc?rev=1324561&view=rev
Log:
MRUNIT-84: Construct an MRUnit website to replace the existing stub

Modified:
    incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext
    incubator/mrunit/site/trunk/content/mrunit/general/license.mdtext
    incubator/mrunit/site/trunk/content/mrunit/index.mdtext
    incubator/mrunit/site/trunk/templates/sidenav.mdtext

Modified: incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext?rev=1324561&r1=1324560&r2=1324561&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext Wed Apr 11 05:23:30 2012
@@ -0,0 +1,27 @@
+Title: History
+
+* March 17 2009 - Aaron Kimball, a Hadoop committer, contributes the original 
+MRUnit code as a contrib module to the Apache Hadoop project in [HADOOP-5518][].
+* February 27 2011 - As a contrib module MRUnit benefits from more publicity but 
+development becomes stagnant due to Hadoop's infrequent releases and complicated
+build process. MRUnit developers then initially fork the project into Github 
+before [proposing][] MRUnit to the Apache Incubator. The [proposal][] suggests
+as an independent project MRUnit could produce more releases more often while
+also avoiding dependency issues in support of testing multiple versions of
+Hadoop.
+* March 8 2011 - The Apache Incubator [accepts][] MRUnit as a Incubator project.
+* October 21 2011 - MRUnit adds its [first new committer][], Brock Noland, not
+on the initial committers list
+* November 28 2011 - MRUnit releases its [first release][] as an Incubator
+project
+* April 11 2012 - MRUnit switches to this current [new website][] hosted on the
+Apache CMS
+
+
+[HADOOP-5518]: https://issues.apache.org/jira/browse/HADOOP-5518
+[proposing]: http://mail-archives.apache.org/mod_mbox/incubator-general/201102.mbox/%3CAANLkTinDNr20jRR%3DVcF4DF%3Dx6RirDOWgQHFCao1tAK3b%40mail.gmail.com%3E
+[proposal]: http://wiki.apache.org/incubator/MRUnitProposal
+[accepts]: http://mail-archives.apache.org/mod_mbox/incubator-general/201103.mbox/%3CAANLkTi%3D5o9LLDjnechYC2WFViZW7p5LH5AFQupT9gUKD%40mail.gmail.com%3E
+[first new committer]: http://mail-archives.apache.org/mod_mbox/incubator-mrunit-dev/201110.mbox/%3C22F3C480-F17A-4CBE-A6BD-5ECA54C05C3F%40jpl.nasa.gov%3E
+[first release]: http://mail-archives.apache.org/mod_mbox/incubator-mrunit-user/201111.mbox/%3CCAFukC%3D5oTvq9h7wJSN5wPL1mGgiT4oqbjMXGZcTA3%3D0XPptYEQ%40mail.gmail.com%3E
+[new website]: https://issues.apache.org/jira/browse/INFRA-4610
\ No newline at end of file

Modified: incubator/mrunit/site/trunk/content/mrunit/general/license.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/general/license.mdtext?rev=1324561&r1=1324560&r2=1324561&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/general/license.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/general/license.mdtext Wed Apr 11 05:23:30 2012
@@ -1,20 +1,4 @@
 Title: Apache License
-Notice:    Licensed to the Apache Software Foundation (ASF) under one
-           or more contributor license agreements.  See the NOTICE file
-           distributed with this work for additional information
-           regarding copyright ownership.  The ASF licenses this file
-           to you 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,
-           software distributed 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 and limitations
-           under the License.
 
 Apache License<br></br>Version 2.0, January 2004<br></br>
 [http://www.apache.org/licenses/](http://www.apache.org/licenses/) 

Modified: incubator/mrunit/site/trunk/content/mrunit/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/index.mdtext?rev=1324561&r1=1324560&r2=1324561&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/index.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/index.mdtext Wed Apr 11 05:23:30 2012
@@ -1,3 +1,34 @@
 Title: Apache MRUnit (Incubating)
 
-MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs.
\ No newline at end of file
+MRUnit is a Java library that helps developers unit test Apache Hadoop map
+reduce jobs.
+
+## March 11 2012 - Apache MRUnit 0.8.1-incubating is released
+
+Major changes include:
+
+* [Support for Hadoop 0.23][MRUNIT-56]
+
+More information is available on the [blog][0.8.1_blog] and [JIRA][0.8.1_jira]
+
+## February 2 2012 - Apache MRUnit 0.8.0-incubating is released
+
+Major changes include:
+
+* [Static factory convenience methods][MRUNIT-43]
+* [Meaningful error messages in exception][MRUNIT-15]
+* [Support JobConfigurable and Closable interfaces][MRUNIT-14]
+* [Reducer reuse of pointers over iterator][MRUNIT-19]
+
+More information is available on the [JIRA][0.8.0_jira]
+
+
+[MRUNIT-56]: https://issues.apache.org/jira/browse/MRUNIT-56
+[0.8.1_blog]: https://blogs.apache.org/mrunit/entry/apache_mrunit_0_8_1
+[0.8.1_jira]: https://issues.apache.org/jira/browse/MRUNIT/fixforversion/12319881
+
+[MRUNIT-43]: https://issues.apache.org/jira/browse/MRUNIT-43
+[MRUNIT-15]: https://issues.apache.org/jira/browse/MRUNIT-15
+[MRUNIT-14]: https://issues.apache.org/jira/browse/MRUNIT-14
+[MRUNIT-19]: https://issues.apache.org/jira/browse/MRUNIT-19
+[0.8.0_jira]: https://issues.apache.org/jira/browse/MRUNIT/fixforversion/12316359

Modified: incubator/mrunit/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/templates/sidenav.mdtext?rev=1324561&r1=1324560&r2=1324561&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/mrunit/site/trunk/templates/sidenav.mdtext Wed Apr 11 05:23:30 2012
@@ -5,7 +5,7 @@
   - [History](/mrunit/general/history.html)
   - [License](/mrunit/general/license.html)
 
-# Documenation
+# Documentation
 
   - [Tutorial](https://cwiki.apache.org/confluence/display/MRUNIT/MRUnit+Tutorial)
 
@@ -28,8 +28,8 @@
 # PPMC
 
   - [Incubation Status](http://incubator.apache.org/projects/mrunit.html)
-  - [How to Release](/mrunit/ppmc/how_to_release.mdtext)
-  - [Incubator Reports](/mrunit/ppmc/incubator_reports.mdtext)
+  - [How to Release](/mrunit/ppmc/how_to_release.html)
+  - [Incubator Reports](/mrunit/ppmc/incubator_reports.html)
 
 # ASF