Repository: samza-hello-samza Updated Branches: refs/heads/master c838b97b3 -> faf025ca7
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/faf025ca Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/faf025ca Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/faf025ca Branch: refs/heads/master Commit: faf025ca77370e3f50c3237c5ad720979e20a070 Parents: c838b97 Author: Jagadish <[email protected]> Authored: Mon Dec 17 21:49:36 2018 -0800 Committer: Jagadish <[email protected]> Committed: Mon Dec 17 21:51:06 2018 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/faf025ca/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 975a2c6..5bd7b18 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:
