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/08c14511 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/08c14511 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/08c14511 Branch: refs/heads/branch-1.99.1 Commit: 08c14511929b4da2f46a92090df9f7cf8f204e36 Parents: db531e4 Author: Cheolsoo Park <[email protected]> Authored: Mon Dec 17 13:24:28 2012 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Dec 17 17:37:41 2012 -0800 ---------------------------------------------------------------------- README.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/08c14511/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:
