Updated Branches: refs/heads/trunk 74b42a8f8 -> c9052c5ff
trivial typo fix; patched by Moritz Schwörer; reviewed by Jun Rao Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/c9052c5f Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/c9052c5f Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/c9052c5f Branch: refs/heads/trunk Commit: c9052c5ff510f4b750d456b7efa159b39501da98 Parents: 74b42a8 Author: Moritz Schwörer <[email protected]> Authored: Tue Feb 4 08:04:35 2014 -0800 Committer: Jun Rao <[email protected]> Committed: Tue Feb 4 08:04:35 2014 -0800 ---------------------------------------------------------------------- contrib/hadoop-consumer/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/c9052c5f/contrib/hadoop-consumer/README ---------------------------------------------------------------------- diff --git a/contrib/hadoop-consumer/README b/contrib/hadoop-consumer/README index 5395d38..54a2666 100644 --- a/contrib/hadoop-consumer/README +++ b/contrib/hadoop-consumer/README @@ -30,7 +30,7 @@ HOW TO RUN: In order to run this, make sure the HADOOP_HOME environment variable points to your hadoop installation directory. -1. Complile using "sbt" to create a package for hadoop consumer code. +1. Compile using "sbt" to create a package for hadoop consumer code. ./sbt package 2. Run the hadoop-setup.sh script that enables write permission on the
