Updated Branches: refs/heads/trunk 84f4fa61b -> 881180b7e
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/881180b7 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/881180b7 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/881180b7 Branch: refs/heads/trunk Commit: 881180b7efc929ead0085ba068cf1ac3c544c08b Parents: 84f4fa6 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:00 2012 -0800 ---------------------------------------------------------------------- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/881180b7/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`.
