You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2018/12/18 05:50:39 UTC

samza-hello-samza git commit: Cleanup duplicate text in README.md

Repository: samza-hello-samza
Updated Branches:
  refs/heads/latest e971e93a4 -> a3ddf4f98


Cleanup duplicate text in README.md


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

Branch: refs/heads/latest
Commit: a3ddf4f9876fa124899bd39d7f13d463e80ab1f2
Parents: e971e93
Author: Jagadish <jv...@linkedin.com>
Authored: Mon Dec 17 21:49:36 2018 -0800
Committer: Jagadish <jv...@linkedin.com>
Committed: Mon Dec 17 21:49:36 2018 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/a3ddf4f9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 81c7624..ac8e3b5 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ deploy/samza/bin/run-app.sh --config-factory=org.apache.samza.config.factories.P
 
 Once the jobs are started, you can use the same _kafka-console-consumer.sh_ command as in the high-level API Wikipedia example to check out the output of the statistics.
 
-#### 4. Run all the examples as Integration Test
+#### 5. Run all the examples as Integration Test
 
 Every example above are ran with a few messages as Integration test using TestRunner API. You can find all the testing samples in [src/test/java](https://github.com/apache/samza-hello-samza/tree/master/src/test/java). To run it use: