mirror of
https://github.com/apache/sqoop.git
synced 2025-05-20 19:00:48 +08:00
SQOOP-772: OutOfMemory from document generation
(Jarek Jarcec Cecho via Cheolsoo Park)
This commit is contained in:
parent
7b5994cfad
commit
75d43e6eaa
@ -24,6 +24,13 @@ following commands:
|
|||||||
mvn package # Build source artifact
|
mvn package # Build source artifact
|
||||||
mvn package -Pbinary # Build binary 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
|
Sqoop currently supports multiple Hadoop distributions. In order to compile Sqoop
|
||||||
against a specific Hadoop version, please specify the hadoop.profile property in
|
against a specific Hadoop version, please specify the hadoop.profile property in
|
||||||
Maven commands. For example:
|
Maven commands. For example:
|
||||||
|
Loading…
Reference in New Issue
Block a user