Repository: chukwa Updated Branches: refs/heads/master 8f8ef253c -> 65f697285
Close #9 Update README.md Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/65f69728 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/65f69728 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/65f69728 Branch: refs/heads/master Commit: 65f6972859115a4ddad6def06475465f0971e9ae Parents: 8f8ef25 Author: Eric Yang <[email protected]> Authored: Sun Jul 29 18:56:41 2018 -0700 Committer: Eric Yang <[email protected]> Committed: Sun Jul 29 18:56:41 2018 -0700 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/65f69728/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b55a9c2..9a0772a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Apache Chukwa Project +# Apache Chukwa Project <img src="http://chukwa.apache.org/images/chukwa_logo_small.jpg" align="right" width="300" /> @@ -8,7 +8,7 @@ framework and inherits Hadoopâs scalability and robustness. Chukwa also includ ï¬exible and powerful toolkit for displaying, monitoring and analyzing results to make the best use of the collected data. -##Overview +## Overview Log processing was one of the original purposes of MapReduce. Unfortunately, using Hadoop MapReduce to monitor Hadoop can be inefficient. Batch processing nature of @@ -49,7 +49,7 @@ maybe handy to learn about Chukwa programming API. If you have more questions, you can ask on the <a href="http://chukwa.apache.org/mail-lists.html">Chukwa mailing lists</a> -##Bulding Chukwa +## Bulding Chukwa To build Chukwa from source you require <a href="http://maven.apache.org">Apache Maven</a>: ``` @@ -61,7 +61,7 @@ mvn test ``` tests should take and run successfully after roughly fifteen minutes. -##Running Cukwa +## Running Cukwa Users should definitely begin with the <a href="http://chukwa.apache.org/docs/r0.6.0/Quick_Start_Guide.html">
