You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by rv...@apache.org on 2016/09/14 18:25:16 UTC

svn commit: r1760741 - in /incubator/public/trunk/content: podlings.xml projects/hivemall.xml

Author: rvs
Date: Wed Sep 14 18:25:16 2016
New Revision: 1760741

URL: http://svn.apache.org/viewvc?rev=1760741&view=rev
Log:
Adding Hivemall to the list of ASF podlings

Added:
    incubator/public/trunk/content/projects/hivemall.xml
Modified:
    incubator/public/trunk/content/podlings.xml

Modified: incubator/public/trunk/content/podlings.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/podlings.xml?rev=1760741&r1=1760740&r2=1760741&view=diff
==============================================================================
--- incubator/public/trunk/content/podlings.xml [utf-8] (original)
+++ incubator/public/trunk/content/podlings.xml [utf-8] Wed Sep 14 18:25:16 2016
@@ -1023,6 +1023,16 @@ and a set of useful extensions for this
             <mentor username="pzf">Paul Fremantle</mentor>
         </mentors>
     </podling>
+    <podling name="Hivemall" status="current" resource="hivemall" sponsor="Incubator" startdate="2016-09-13">
+        <description>Hivemall is a library for machine learning implemented as Hive UDFs/UDAFs/UDTFs.</description>
+        <reporting group="3"/>
+        <champion availid="rvs">Roman Shaposhnik</champion>
+        <mentors>
+            <mentor username="rxin">Reynold Xin</mentor>
+            <mentor username="weimer">Markus Weimer</mentor>
+            <mentor username="meng">Xiangrui Meng</mentor>
+        </mentors>
+    </podling>
     <podling name="HTrace" status="current" resource="htrace" sponsor="Incubator" startdate="2014-11-11">
         <description>HTrace is a tracing framework intended for use with distributed systems written in java.</description>
         <reporting group="3"/>

Added: incubator/public/trunk/content/projects/hivemall.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/projects/hivemall.xml?rev=1760741&view=auto
==============================================================================
--- incubator/public/trunk/content/projects/hivemall.xml (added)
+++ incubator/public/trunk/content/projects/hivemall.xml [utf-8] Wed Sep 14 18:25:16 2016
@@ -0,0 +1,386 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Incubation Status Template</title>
+    <link href="http://purl.org/DC/elements/1.0/" rel="schema.DC"/>
+  </properties>
+  <body>
+    <section id="Hivemall+Project+Incubation+Status">
+      <title>Hivemall Project Incubation Status</title>
+      <p>This page tracks the project status, incubator-wise. For more general
+         project status, look on the project website.</p>
+    </section>
+    <section id="Description">
+      <title>Description</title>
+      <p>Hivemall is a library for machine learning implemented as Hive UDFs/UDAFs/UDTFs.
+
+Hivemall runs on Hadoop-based data processing frameworks, specifically
+on Apache Hive, Apache Spark, and Apache Pig, that support Hive UDFs
+as an extension mechanism.</p>
+    </section>
+    <section id="News">
+      <title>News</title>
+      <ul>
+        <li>2016-09-13 Project enters incubation.</li>
+      </ul>
+    </section>
+    <section id="Project+info">
+      <title>Project info</title>
+      <ul>
+        <li><a href="http://hivemall.incubator.apache.org">Apache Hivemall (incubating) website</a></li>
+      </ul>
+      <ul>
+        <li><a href="https://cwiki.apache.org/confluence/display/HIVEMALL/">How to contribute to Apache Hivemall (incubating)</a></li>
+      </ul>
+      <table>
+        <tr>
+          <th>item</th>
+          <th>type</th>
+          <th>reference</th>
+        </tr>
+        <tr>
+          <td>Website</td>
+          <td>www</td>
+          <td id="www">
+            <a href="http://hivemall.incubator.apache.org/">http://hivemall.incubator.apache.org/</a>
+          </td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>wiki</td>
+          <td id="wiki">
+            <a href="https://cwiki.apache.org/confluence/display/HIVEMALL">https://cwiki.apache.org/confluence/display/HIVEMALL</a>
+          </td>
+        </tr>
+        <tr>
+          <td>Mailing list</td>
+          <td>dev</td>
+          <td id="mail-dev"><code>dev</code><code>@</code><code>hivemall.incubator.apache.org</code></td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>commits</td>
+          <td id="mail-commits"><code>commits</code><code>@</code><code>hivemall.incubator.apache.org</code></td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>user</td>
+          <td id="mail-user"><code>user</code><code>@</code><code>hivemall.incubator.apache.org</code></td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>private</td>
+          <td id="mail-private"><code>private</code><code>@</code><code>hivemall.incubator.apache.org</code></td>
+        </tr>
+        <tr>
+          <td>Bug tracking</td>
+          <td>.</td>
+          <td id="tracker">
+           <a href="https://issues.apache.org/jira/browse/HIVEMALL">https://issues.apache.org/jira/browse/HIVEMALL</a>
+          </td>
+        </tr>
+        <tr>
+          <td>Source code</td>
+          <td>GIT</td>
+          <td id="git">
+            <a href="https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git">https://git-wip-us.apache.org/repos/asf/incubator-hivemall.git</a>
+          </td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>GitHub mirror</td>
+          <td id="github">
+            <a href="http://github.com/apache/incubator-hivemall">http://github.com/apache/incubator-hivemall</a>
+          </td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>Website content and docs</td>
+          <td id="svn">
+            <a href="https://svn.apache.org/repos/asf/incubator/hivemall">https://svn.apache.org/repos/asf/incubator/hivemall</a>
+          </td>
+        </tr>
+        <tr>
+          <td>Mentors</td>
+          <td>rxin</td>
+          <td>Reynold Xin</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>weimer</td>
+          <td>Markus Weimer</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>meng</td>
+          <td>Xiangrui Meng</td>
+        </tr>
+        <tr>
+          <td>Committers</td>
+          <td>.</td>
+          <td>Makoto Yui</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>.</td>
+          <td>Takeshi Yamamuro</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>.</td>
+          <td>Daniel Dai</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>.</td>
+          <td>Tsuyoshi Ozawa</td>
+        </tr>
+        <tr>
+          <td>.</td>
+          <td>.</td>
+          <td>Kai Sasaki</td>
+        </tr>
+      </table>
+    </section>
+    <section id="Incubation+status+reports">
+      <title>Incubation status reports</title>
+      <ul>
+        <li><a href="http://wiki.apache.org/incubator/September2016">September 2016</a></li>
+      </ul>
+    </section>
+    <section id="Incubation+work+items">
+      <title>Incubation work items</title>
+      <section id="Project+Setup">
+        <title>Project Setup</title>
+        <p>This is the first phase on incubation, needed to start the project at Apache.</p>
+        <p>
+          <em>Item assignment is shown by the Apache id.</em>
+          <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em>
+        </p>
+        <section id="Identify+the+project+to+be+incubated">
+          <title>Identify the project to be incubated</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Make sure that the requested project name does not already exist. <a href="http://www.apache.org/foundation/marks/naming.html">Please follow
+                the guide to ensure a suitable project/product name.</a></td>
+            </tr>
+          </table>
+        </section>
+        <section id="Infrastructure">
+          <title>Infrastructure</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>2016-09-14</td>
+              <td>Ask infrastructure to create source repository modules
+                  and grant the committers karma. Tracking via <a href="https://issues.apache.org/jira/browse/INFRA-12608">INFRA-12608</a></td>
+            </tr>
+            <tr>
+              <td>2015-09-14</td>
+              <td>Ask infrastructure to set up and archive mailing lists.</td>
+            </tr>
+            <tr>
+              <td>2015-09-14</td>
+              <td>Ask infrastructure to set up issue tracker (JIRA).</td>
+            </tr>
+            <tr>
+              <td>2015-09-14</td>
+              <td>Ask infrastructure to set up wiki (Confluence).</td>
+            </tr>
+            <tr>
+              <td>2015-09-14</td>
+              <td>Ask infrastructure to set up svn pubsub website.</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Migrate the project to our infrastructure.</td>
+            </tr>
+          </table>
+        </section>
+        <section id="Interim+responsibility">
+          <title>Mentor-related responsibility/oversight</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Subscribe all Mentors on the pmc and general lists.</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Give all Mentors access to the incubator Git repository. 
+                (to be done by the Incubator PMC chair or an Incubator PMC
+                Member wih karma for the authorizations file)</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Tell Mentors to track progress in the file
+                  'incubator/projects/hivemall.html'</td>
+            </tr>
+          </table>
+        </section>
+        <section id="Copyright">
+          <title>Copyright</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Check and make sure that the papers that transfer rights to the ASF
+                  been received. It is only necessary to transfer rights for the
+                  package, the core code, and any new code produced by the project.
+              </td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Check and make sure that the files that have been donated have been
+                  updated to reflect the new ASF copyright.</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>The Apache RAT check was added to check and make sure that the files that have been donated have been
+                  updated to reflect the new ASF copyright.</td>
+            </tr>
+          </table>
+        </section>
+        <section id="Verify+distribution+rights">
+          <title>Verify distribution rights</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Check and make sure that for all code included with the distribution
+                  that is not under the Apache license, we have the right to combine
+                  with Apache-licensed code and redistribute.
+               </td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Check and make sure that all source code distributed by the project
+                  is covered by one or more of the following approved licenses: Apache,
+                  BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially
+                  the same terms.</td>
+            </tr>
+          </table>
+        </section>
+        <section id="Establish+a+list+of+active+committers">
+          <title>Establish a list of active committers</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Check that all active committers have submitted a contributors
+                  agreement.</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Add all active committers in the podling description file.</td>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Ask root for the creation of committers' accounts on
+                  people.apache.org.</td>
+            </tr>
+          </table>
+        </section>
+        <section id="Project+specific">
+          <title>Project specific</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Produce first Apache Incubating release.</td>
+            </tr>
+          </table>
+        </section>
+      </section>
+      <section id="Incubation">
+        <title>Incubation</title>
+        <p>These action items have to be checked for during the whole incubation process.</p>
+        <p>
+          <em>These items are not to be signed as done during incubation, as they
+              may change during incubation.</em>
+          <em>They are to be looked into and described in the status reports and
+              completed in the request for incubation signoff.</em>
+        </p>
+        <section id="Collaborative+Development">
+          <title>Collaborative Development</title>
+          <ul>
+            <li>Have all of the active long-term volunteers been identified and
+                acknowledged as committers on the project?
+            </li>
+            <li>Are there three or more independent committers? (The legal definition
+                of independent is long and boring, but basically it means that there
+                is no binding relationship between the individuals, such as a shared
+                employer, that is capable of overriding their free will as
+                individuals, directly or indirectly.)</li>
+            <li>Are project decisions being made in public by the committers?</li>
+            <li>Are the decision-making guidelines published and agreed to by all of
+                the committers?</li>
+          </ul>
+        </section>
+        <section id="Licensing+awareness">
+          <title>Licensing awareness</title>
+          <ul>
+            <li>Are all licensing, trademark, credit issues being taken care of and
+                acknowleged by all committers?</li>
+          </ul>
+        </section>
+        <section id="Project+Specific">
+          <title>Project Specific</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>....-..-..</td>
+              <td>Figure out how to publish project documentation.</td>
+            </tr>
+          </table>
+        </section>
+      </section>
+      <section id="Exit">
+        <title>Exit</title>
+        <p>
+          <em>Things to check for before voting the project out.</em>
+        </p>
+        <section id="Organizational+acceptance+of+responsibility+for+the+project">
+          <title>Organizational acceptance of responsibility for the project</title>
+          <ul>
+            <li>If graduating to an existing PMC, has the PMC voted to accept it?</li>
+            <li>If graduating to a new PMC, has the board voted to accept it?</li>
+          </ul>
+        </section>
+        <section id="Incubator+sign-off">
+          <title>Incubator sign-off</title>
+          <ul>
+            <li>Has the Incubator decided that the project has accomplished all of
+                the above tasks?</li>
+          </ul>
+        </section>
+      </section>
+    </section>
+  </body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org