Updated Branches:
  refs/heads/master 8be96fa1f -> f2d660844

remove code not available warnings. update hello samza to instruct users to 
checkout code and publish to .m2/repository before running hello samza


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/0fd90923
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/0fd90923
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/0fd90923

Branch: refs/heads/master
Commit: 0fd909237e58c88a2eaa8a027a3a98671d0c5297
Parents: 8be96fa
Author: Chris Riccomini <[email protected]>
Authored: Mon Aug 12 09:35:05 2013 -0700
Committer: Chris Riccomini <[email protected]>
Committed: Mon Aug 12 09:35:05 2013 -0700

----------------------------------------------------------------------
 docs/_layouts/default.html              |  2 +-
 docs/index.md                           |  4 ----
 docs/startup/download/index.md          |  4 ----
 docs/startup/hello-samza/0.7.0/index.md | 12 +++++++-----
 4 files changed, 8 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0fd90923/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index da2f3cd..81e941f 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -16,7 +16,7 @@
           </div>
           <div class="top-icons">
             <a href="/startup/download"><i class="icon-download 
top-icon"></i></a>
-            <a 
href="http://git-wip-us.apache.org/repos/asf/incubator-samza.git"; 
target="_blank"><i class="icon-code top-icon" style="font-weight: 
bold;"></i></a>
+            <a 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-samza.git;a=tree"; 
target="_blank"><i class="icon-code top-icon" style="font-weight: 
bold;"></i></a>
             <a href="https://twitter.com/samzastream"; target="_blank"><i 
class="icon-twitter top-icon"></i></a>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0fd90923/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 9f9c80f..97359fb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,10 +4,6 @@ layout: default
 
 ## What is Samza?
 
-<!-- TODO remove samza code warning when we get our git repo setup -->
-
-*NOTE: The Samza code is not available until we get an Apache git repository. 
Follow along [here](https://issues.apache.org/jira/browse/INFRA-6617).*
-
 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.
 
 * **Simpe API:** Unlike most low-level messaging system APIs, Samza provides a 
very simple call-back based "process message" API that should be familiar to 
anyone that's used Map/Reduce.

http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0fd90923/docs/startup/download/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/download/index.md b/docs/startup/download/index.md
index f3ecfa6..01b178d 100644
--- a/docs/startup/download/index.md
+++ b/docs/startup/download/index.md
@@ -3,10 +3,6 @@ layout: page
 title: Download
 ---
 
-<!-- TODO remove samza code warning when we get our git repo setup -->
-
-*NOTE: The Samza code is not available until we get an Apache git repository. 
Follow along [here](https://issues.apache.org/jira/browse/INFRA-6617).*
-
 <!-- TODO update maven dependency versions appropriately -->
 
 If you want to play around with Samza for the first time, go to [Hello 
Samza](/startup/hello-samza/0.7.0).

http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0fd90923/docs/startup/hello-samza/0.7.0/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/hello-samza/0.7.0/index.md 
b/docs/startup/hello-samza/0.7.0/index.md
index 716ccd4..43b8d35 100644
--- a/docs/startup/hello-samza/0.7.0/index.md
+++ b/docs/startup/hello-samza/0.7.0/index.md
@@ -3,17 +3,19 @@ layout: page
 title: Hello Samza
 ---
 
-<!-- TODO remove samza code warning when we get our git repo setup -->
-
-*NOTE: The Samza code is not available until we get an Apache git repository. 
Follow along [here](https://issues.apache.org/jira/browse/INFRA-6617).*
-
 <!-- TODO Make github project public when code is up. -->
 
 The [hello-samza](http://github.com/linkedin/hello-samza) project is a 
stand-alone project designed to help you run your first Samza job.
 
 ### Get the Code
 
-Start by checking out the hello-samza project.
+You'll need to check out and publish Samza, since it's not available in a 
Maven repository right now.
+
+    git clone http://git-wip-us.apache.org/repos/asf/incubator-samza.git
+    cd incubator-samza
+    ./gradlew -PscalaVersion=2.8.1 clean publishToMavenLocal
+
+Next, check out the hello-samza project.
 
     git clone git://github.com/linkedin/hello-samza.git
 

Reply via email to