Updated Branches: refs/heads/flume-1.4 ecf10426f -> 701e45fa8
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/701e45fa Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/701e45fa Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/701e45fa Branch: refs/heads/flume-1.4 Commit: 701e45fa8debdae8c3a407679212204bbeff4481 Parents: ecf1042 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:44 2012 -0800 ---------------------------------------------------------------------- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/701e45fa/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`.
