I think only IPMC members have permission to edit this.
I tried it and got:
svn: access to '/repos/asf/!svn/act/d1fc25c5-11ef-4ebe-a44e-a8f79ab9b2f6' forbidden

I have attached the patch status.patch with some changes.
Could you please apply this? Here are the directions:

svn co http://svn.apache.org/repos/asf/incubator/public/trunk/content/projects/ mrql-status
cd mrql-status
patch -p0 -i status.patch
svn commit ./ -m "comment here"


On 06/11/2014 11:52 AM, Edward J. Yoon wrote:
I think wiki (easy editable) can be used to describe compatibility
information - https://wiki.apache.org/mrql/CompatibilityTable.

1) Need to update http://incubator.apache.org/projects/mrql.html
to add the new PMC, Moon Soo Lee, and to add links to the incubation
status reports for December 2013, March 2014, and June 2014.
Only a mentor can edit this file.
As far as I know, you are allowed to edit, commit and publish.

On Wed, Jun 11, 2014 at 5:40 PM, Edward J. Yoon <edwardy...@apache.org> wrote:
+1, remove it and tell that we don't support old Hadoop.

AFAIK, Both Hadoop 1.x and 2.x includes MultipleInputs.

On Wed, Jun 11, 2014 at 3:30 PM, Fegaras, Leonidas <fega...@cse.uta.edu> wrote:
Dear MRQL developers & mentors,

I would like to prepare a new release candidate, MRQL 0.9.2, for vote
in the next few days. After this, we may want to think about
graduation to TLP. There is an issue about this release that may
cause a rejection:

I have included source files from Hadoop mapreduce at:
src/main/java/multipleinputs (used by the mvn profile -PMultipleInputs).
These files are only needed for old Hadoop distributions that do not
support the MultipleInputs class. Should I a) remove it and tell that
we don't support old Hadoop or b) keep it and add something in NOTICE
(is it necessary?).

Things that need to be done before the release:

1) Need to update http://incubator.apache.org/projects/mrql.html
to add the new PMC, Moon Soo Lee, and to add links to the incubation
status reports for December 2013, March 2014, and June 2014.
Only a mentor can edit this file.

2) Need to update the MRQL web site and WiKi to add the new PMC and
the new instructions for installation and testing.

3) I would like to add support for Hama 0.6.4. Currently, MRQL compiles
fine with 0.6.4 but the hama run script doesn't load the MRQL jar file.

Leonidas


--
Best Regards, Edward J. Yoon
CEO at DataSayer Co., Ltd.



Index: mrql.xml
===================================================================
--- mrql.xml	(revision 1601923)
+++ mrql.xml	(working copy)
@@ -132,6 +132,11 @@
           <td>kasha</td>
           <td>Karthik Kambatla</td>
         </tr>
+        <tr>
+          <td>.</td>
+          <td>moon</td>
+          <td>Lee Moon Soo</td>
+        </tr>
 
       </table>
     </section>
@@ -143,6 +148,9 @@
         <li><a href="http://wiki.apache.org/incubator/June2013";>June 2013</a></li>
         <li><a href="http://wiki.apache.org/incubator/July2013";>July 2013</a></li>
         <li><a href="http://wiki.apache.org/incubator/September2013";>September 2013</a></li>
+        <li><a href="http://wiki.apache.org/incubator/December2013";>December 2013</a></li>
+        <li><a href="http://wiki.apache.org/incubator/March2014";>March 2014</a></li>
+        <li><a href="http://wiki.apache.org/incubator/June2014";>June 2014</a></li>
       </ul>
     </section>
     <section id="Incubation+work+items">

Reply via email to