Updated Branches: refs/heads/flume-1.3.0 d5446d613 -> 0bea755f4
FLUME-1719. Example export command in README do not properly close the string (Jarek Jarcec Cecho via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/0bea755f Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/0bea755f Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/0bea755f Branch: refs/heads/flume-1.3.0 Commit: 0bea755f415ae3fe8cb8dbdccdccdb03a0896691 Parents: d5446d6 Author: Mike Percy <[email protected]> Authored: Sat Nov 17 19:34:00 2012 -0800 Committer: Mike Percy <[email protected]> Committed: Sat Nov 17 19:34:37 2012 -0800 ---------------------------------------------------------------------- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/0bea755f/README ---------------------------------------------------------------------- diff --git a/README b/README index 23150d3..a86e098 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ Compiling Flume requires the following tools: Note: The Apache Flume build requires more memory than the default configuration. We recommend you set the following Maven options: -export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m +export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" To compile Flume, run `mvn compile`. To build a distribution, run `mvn install`.
