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 09:00:42 UTC

svn commit: r1324592 - in /incubator/mrunit/site/trunk/content/mrunit: community/get_involved.mdtext community/mailing_lists.mdtext community/people.mdtext general/history.mdtext index.mdtext

Author: jdonofrio
Date: Wed Apr 11 07:00:41 2012
New Revision: 1324592

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

initial community section

Modified:
    incubator/mrunit/site/trunk/content/mrunit/community/get_involved.mdtext
    incubator/mrunit/site/trunk/content/mrunit/community/mailing_lists.mdtext
    incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext
    incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext
    incubator/mrunit/site/trunk/content/mrunit/index.mdtext

Modified: incubator/mrunit/site/trunk/content/mrunit/community/get_involved.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/community/get_involved.mdtext?rev=1324592&r1=1324591&r2=1324592&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/community/get_involved.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/community/get_involved.mdtext Wed Apr 11 07:00:41 2012
@@ -0,0 +1,53 @@
+Title: Get Involved
+
+You don't need to be a software developer to contribute to Apache MRUnit. To be 
+successful this project requires a huge range of different skills, levels of 
+involvement and degrees of technical expertise. So, if you want to get involved 
+in Apache MRUnit, there is almost certainly a role for you.
+
+We are looking for people to:
+
+  * provide feedback
+  * write or update documentation
+  * help new users
+  * recommend the project to others
+  * test the code and report bugs
+  * fix bugs
+  * give us feedback on required features
+  * write and update the software
+  * create artwork and other marketing materials
+  * translate to different languages
+  * anything you can see that needs doing
+
+All of these contributions help to keep a project active and strengthen the 
+community. The project team and the broader community will therefore welcome 
+and encourage participation, and attempt to make it as easy as possible for 
+people to get involved.
+
+## Mailing lists
+
+Your first engagement with the project should be to subscribe to our
+[mailing lists][].
+
+## How to Contribute a Patch
+
+  1. Checkout trunk:
+
+        svn co http://svn.apache.org/repos/asf/incubator/mrunit/trunk/ mrunit-trunk
+
+  2. Make changes
+  3. Run tests
+  
+        mvn test
+
+  4. Generate patch
+
+        svn add path/to/new/file
+        svn diff > JIRA_number.patch
+
+  5. Submit the patch to a [JIRA][]
+  6. Email mrunit-dev if you don't get a response
+
+
+[mailing lists]: mailing_lists.html
+[JIRA]: https://issues.apache.org/jira/browse/MRUNIT
\ No newline at end of file

Modified: incubator/mrunit/site/trunk/content/mrunit/community/mailing_lists.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/community/mailing_lists.mdtext?rev=1324592&r1=1324591&r2=1324592&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/community/mailing_lists.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/community/mailing_lists.mdtext Wed Apr 11 07:00:41 2012
@@ -0,0 +1,57 @@
+Title: Mailing Lists
+
+We welcome you to join our mailing lists and let us know about your thoughts or 
+ideas about MRUnit.
+
+# User Mailing List
+
+The user list is for general discussion or questions on using MRUnit. MRUnit
+developers monitor this list and provide assistance when needed.
+
+  * Subscribe: [mrunit-user-subscribe@incubator.apache.org][]
+  * Post: [mrunit-user@incubator.apache.org][]
+  * Unsubscribe: [mrunit-user-unsubscribe@incubator.apache.org][]
+  * Archives:
+    * [Apache][user_apache]
+    * [Markmail][user_markmail]
+
+# Developer Mailing List
+
+The developer list is for MRUnit developers to discuss ongoing work, make 
+decisions, and vote on technical issues.
+
+  * Subscribe: [mrunit-dev-subscribe@incubator.apache.org][]
+  * Post: [mrunit-dev@incubator.apache.org][]
+  * Unsubscribe: [mrunit-dev-unsubscribe@incubator.apache.org][]
+  * Archives:
+    * [Apache][dev_apache]
+    * [Markmail][dev_markmail]
+
+# Commits Mailing List
+
+The commits list receives notifications with diffs when changes are committed 
+to the MRUnit source tree.
+
+  * Subscribe: [mrunit-commits-subscribe@incubator.apache.org][]
+  * Unsubscribe: [mrunit-commits-unsubscribe@incubator.apache.org][]
+  * Archives:
+    * [Apache][commits_apache]
+    * [Markmail][commits_markmail]
+
+
+[mrunit-user-subscribe@incubator.apache.org]: mailto:mrunit-user-subscribe@incubator.apache.org
+[mrunit-user@incubator.apache.org]: mailto:mrunit-user@incubator.apache.org
+[mrunit-user-unsubscribe@incubator.apache.org]: mailto:mrunit-user-unsubscribe@incubator.apache.org
+[user_apache]: http://mail-archives.apache.org/mod_mbox/incubator-mrunit-user
+[user_markmail]: http://markmail.org/search/+list:org.apache.incubator.mrunit-user
+
+[mrunit-dev-subscribe@incubator.apache.org]: mailto:mrunit-dev-subscribe@incubator.apache.org
+[mrunit-dev@incubator.apache.org]: mailto:mrunit-dev@incubator.apache.org
+[mrunit-dev-unsubscribe@incubator.apache.org]: mailto:mrunit-dev-unsubscribe@incubator.apache.org
+[dev_apache]: http://mail-archives.apache.org/mod_mbox/incubator-mrunit-dev
+[dev_markmail]: http://markmail.org/search/+list:org.apache.incubator.mrunit-dev
+
+[mrunit-commits-subscribe@incubator.apache.org]: mailto:mrunit-commits-subscribe@incubator.apache.org
+[mrunit-commits-unsubscribe@incubator.apache.org]: mailto:mrunit-commits-unsubscribe@incubator.apache.org
+[commits_apache]: http://mail-archives.apache.org/mod_mbox/incubator-mrunit-commits
+[commits_markmail]: http://markmail.org/search/+list:org.apache.incubator.mrunit-commits
\ No newline at end of file

Modified: incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext?rev=1324592&r1=1324591&r2=1324592&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/community/people.mdtext Wed Apr 11 07:00:41 2012
@@ -0,0 +1,23 @@
+Title: People
+
+Apache MRUnit is a community developed project. The list below is a partial 
+list of contributors to the project, for a complete list you would have to look 
+at all contributors to our [issue tracker][], mailing list and version control.
+
+# Mentors
+
+  * Nigel Daley
+  * Patrick Hunt, champion
+  * Chris Mattmann
+
+# Committers
+
+  * Eric Sammer
+  * Aaron Kimball
+  * Konstantin Boudnik
+  * Garrett Wu
+  * Brock Noland
+  * Jim Donofrio
+
+
+[issue tracker]: https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-1&issueStatus=all&selectedProjectId=12311292&reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&Next=Next
\ No newline at end of file

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=1324592&r1=1324591&r2=1324592&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/general/history.mdtext Wed Apr 11 07:00:41 2012
@@ -1,20 +1,20 @@
 Title: History
 
-* March 17 2009 - Aaron Kimball, a Hadoop committer, contributes the original 
+  * 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 
+  * 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
+  * 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
+  * 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
+  * April 11 2012 - MRUnit switches to this current [new website][] hosted on the
 Apache CMS
 
 

Modified: incubator/mrunit/site/trunk/content/mrunit/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/mrunit/site/trunk/content/mrunit/index.mdtext?rev=1324592&r1=1324591&r2=1324592&view=diff
==============================================================================
--- incubator/mrunit/site/trunk/content/mrunit/index.mdtext (original)
+++ incubator/mrunit/site/trunk/content/mrunit/index.mdtext Wed Apr 11 07:00:41 2012
@@ -7,7 +7,7 @@ reduce jobs.
 
 Major changes include:
 
-* [Support for Hadoop 0.23][MRUNIT-56]
+  * [Support for Hadoop 0.23][MRUNIT-56]
 
 More information is available on the [blog][0.8.1_blog] and [JIRA][0.8.1_jira]
 
@@ -15,12 +15,12 @@ More information is available on the [bl
 
 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]
+  * [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]
+More information is available on [JIRA][0.8.0_jira]
 
 
 [MRUNIT-56]: https://issues.apache.org/jira/browse/MRUNIT-56