You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2013/08/02 19:49:19 UTC

svn commit: r1509787 - in /incubator/samza/site: contribute/projects.html index.html startup/download/index.html startup/hello-samza/0.7.0/index.html

Author: criccomini
Date: Fri Aug  2 17:49:19 2013
New Revision: 1509787

URL: http://svn.apache.org/r1509787
Log:
add code-not-available warnings

Modified:
    incubator/samza/site/contribute/projects.html
    incubator/samza/site/index.html
    incubator/samza/site/startup/download/index.html
    incubator/samza/site/startup/hello-samza/0.7.0/index.html

Modified: incubator/samza/site/contribute/projects.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/contribute/projects.html?rev=1509787&r1=1509786&r2=1509787&view=diff
==============================================================================
--- incubator/samza/site/contribute/projects.html (original)
+++ incubator/samza/site/contribute/projects.html Fri Aug  2 17:49:19 2013
@@ -65,20 +65,18 @@
         <div class="body">
           <h2>Projects</h2>
 
-<!-- TODO link to jira when we have an apache jira. -->
-
-<!-- TODO link to mailing list when we have an apache mailing list. -->
+<!-- TODO link to jira newbie/meaty when we have them. -->
 
 <h3>Newbies</h3>
 
-<p>We tag bugs in JIRA with &quot;newbie&quot; that are good for people getting started with the code base. You can find the list here.</p>
+<p>We tag bugs in <a href="https://issues.apache.org/jira/browse/SAMZA">JIRA</a> with &quot;newbie&quot; that are good for people getting started with the code base. You can find the list here.</p>
 
 <h3>Larger Chunks of Work</h3>
 
 <p>More meaty projects are here. The process for working on a large project is:</p>
 
 <ol>
-<li>Instigate discussion on the JIRA.</li>
+<li>Instigate discussion on the <a href="https://issues.apache.org/jira/browse/SAMZA">JIRA</a>.</li>
 <li>Write a <a href="seps.html">SEP</a> (Samza Enhancement Proposal).</li>
 <li>Request feedback for the <a href="seps.html">SEP</a> on the Jira and the samza-dev mailing list.</li>
 <li>Come to an agreement on design.</li>

Modified: incubator/samza/site/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/index.html?rev=1509787&r1=1509786&r2=1509787&view=diff
==============================================================================
--- incubator/samza/site/index.html (original)
+++ incubator/samza/site/index.html Fri Aug  2 17:49:19 2013
@@ -65,6 +65,10 @@
         <div class="body">
           <h2>What is Samza?</h2>
 
+<!-- TODO remove samza code warning when we get our git repo setup -->
+
+<p><em>NOTE: The Samza code is not available until we get an Apache git repository. Follow along <a href="https://issues.apache.org/jira/browse/INFRA-6617">here</a>.</em></p>
+
 <p>Apache Samza is a distributed stream processing framework. It uses <a target="_blank" href="http://kafka.apache.org">Apache Kafka</a> for messaging, and <a target="_blank" href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html">Apache Hadoop YARN</a> to provide fault tolerance, processor isolation, security, and resource management.</p>
 
 <ul>

Modified: incubator/samza/site/startup/download/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/startup/download/index.html?rev=1509787&r1=1509786&r2=1509787&view=diff
==============================================================================
--- incubator/samza/site/startup/download/index.html (original)
+++ incubator/samza/site/startup/download/index.html Fri Aug  2 17:49:19 2013
@@ -65,6 +65,10 @@
         <div class="body">
           <h2>Download</h2>
 
+<!-- TODO remove samza code warning when we get our git repo setup -->
+
+<p><em>NOTE: The Samza code is not available until we get an Apache git repository. Follow along <a href="https://issues.apache.org/jira/browse/INFRA-6617">here</a>.</em></p>
+
 <!-- TODO update maven dependency versions appropriately -->
 
 <p>If you want to play around with Samza for the first time, go to <a href="/startup/hello-samza/0.7.0">Hello Samza</a>.</p>

Modified: incubator/samza/site/startup/hello-samza/0.7.0/index.html
URL: http://svn.apache.org/viewvc/incubator/samza/site/startup/hello-samza/0.7.0/index.html?rev=1509787&r1=1509786&r2=1509787&view=diff
==============================================================================
--- incubator/samza/site/startup/hello-samza/0.7.0/index.html (original)
+++ incubator/samza/site/startup/hello-samza/0.7.0/index.html Fri Aug  2 17:49:19 2013
@@ -65,6 +65,10 @@
         <div class="body">
           <h2>Hello Samza</h2>
 
+<!-- TODO remove samza code warning when we get our git repo setup -->
+
+<p><em>NOTE: The Samza code is not available until we get an Apache git repository. Follow along <a href="https://issues.apache.org/jira/browse/INFRA-6617">here</a>.</em></p>
+
 <!-- TODO Make github project public when code is up. -->
 
 <p>The <a href="http://github.com/linkedin/hello-samza">hello-samza</a> project is a stand-alone project designed to help you run your first Samza job.</p>