From 9064755131ec2c9d3629a095ce51bb423d9d1db0 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 10 Jan 2011 01:02:57 +0700 Subject: [PATCH] FLUME-466: Fix typos in documentation. --- docs/man/flume-node.1 | 2 +- src/docs/UserGuide/VersionHistory | 6 +++--- src/docs/cookbook/Apache | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/man/flume-node.1 b/docs/man/flume-node.1 index d60e0a2..85f6968 100644 --- a/docs/man/flume-node.1 +++ b/docs/man/flume-node.1 @@ -39,7 +39,7 @@ Start a Flume node daemon or execute a Flume node in one\-shot mode\&. .PP \fB\-1\fR .RS 4 -One shot mode \(em do not attepmt to heartbeat with the Flume master +One shot mode \(em do not attempt to heartbeat with the Flume master .RE .PP \fB\-c \fR diff --git a/src/docs/UserGuide/VersionHistory b/src/docs/UserGuide/VersionHistory index 98a6b93..4b3b359 100644 --- a/src/docs/UserGuide/VersionHistory +++ b/src/docs/UserGuide/VersionHistory @@ -21,9 +21,9 @@ limitations under the License. === history -v0.9.2 11/15/10:: Support for all hadoop supported compression codecs. -Avro RPC support. Flexible throughput thottling. Useful error -messsages in shell. Upgrades to Thrift RPC support. Performance and +v0.9.2 11/15/10:: Support for all Hadoop supported compression codecs. +Avro RPC support. Flexible throughput throttling. Useful error +messages in shell. Upgrades to Thrift RPC support. Performance and robustness improvements in tail and exec. v0.9.1u1 10/12/10:: Added write support for Kerberized HDFS. Flume diff --git a/src/docs/cookbook/Apache b/src/docs/cookbook/Apache index 6e3c541..21c60bb 100644 --- a/src/docs/cookbook/Apache +++ b/src/docs/cookbook/Apache @@ -101,7 +101,7 @@ These directives configure Apache to write log files in using the "common" log format. You can use Flume's +tailDir+ source to read all files without -modifing the Apache settings: +modifying the Apache settings: ---- tailDir("/var/log/apache2/", "foo_access_log.*") @@ -132,7 +132,7 @@ create a managed symlink in +/usr/bin/+ for the java executable. Using piped logs can be more efficient, but is riskier because Flume can deliver messages without saving on disk. Doing this, however, -increases the probabiltiy of event loss. From a security point of +increases the probability of event loss. From a security point of view, this Flume node instance runs as Apache's user which is often +root+ according to the Apache manual. @@ -143,7 +143,7 @@ disk-failover level. The prior examples use Flume nodes in one-shot mode which runs without contacting a master. Unfortunately, it means that one-shot mode cannot directly use the automatic chains or the end-to-end (E2E) -reliablity mode. This is because the automatic chains are generated +reliability mode. This is because the automatic chains are generated by the master and because E2E mode currently delivers acknowledgements through the master. -- 1.7.3.2