Updated Branches: refs/heads/sqoop2 7b5994cfa -> 75d43e6ea
SQOOP-772: OutOfMemory from document generation (Jarek Jarcec Cecho via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/75d43e6e Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/75d43e6e Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/75d43e6e Branch: refs/heads/sqoop2 Commit: 75d43e6eaae812bb94228d8a233694c52a12ac7a Parents: 7b5994c Author: Cheolsoo Park <[email protected]> Authored: Mon Dec 17 13:24:28 2012 -0800 Committer: Cheolsoo Park <[email protected]> Committed: Mon Dec 17 13:24:28 2012 -0800 ---------------------------------------------------------------------- README.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/75d43e6e/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index b7508a1..8251755 100644 --- a/README.txt +++ b/README.txt @@ -24,6 +24,13 @@ following commands: mvn package # Build source artifact mvn package -Pbinary # Build binary artifact +Sqoop is using Sphinx plugin to generate documentation that have higher memory +requirements that might not fit into default maven configuration. You might need +to increase maximal memory allowance to successfully execute package goal. This +can done using following command: + + export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=512m" + Sqoop currently supports multiple Hadoop distributions. In order to compile Sqoop against a specific Hadoop version, please specify the hadoop.profile property in Maven commands. For example:
