Repository: bigtop
Updated Branches:
  refs/heads/master 9a648f36e -> 33dad631f


BIGTOP-1380. Pig might run out of memory during site construction


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/33dad631
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/33dad631
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/33dad631

Branch: refs/heads/master
Commit: 33dad631f186205252e7cbc28ff55e2e9c37a7f3
Parents: 9a648f3
Author: Giridharan Kesavan <[email protected]>
Authored: Mon Jul 21 10:36:03 2014 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Mon Jul 21 14:13:22 2014 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/pig/do-component-build | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/33dad631/bigtop-packages/src/common/pig/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/pig/do-component-build 
b/bigtop-packages/src/common/pig/do-component-build
index bc0a7f7..8e07e26 100644
--- a/bigtop-packages/src/common/pig/do-component-build
+++ b/bigtop-packages/src/common/pig/do-component-build
@@ -44,6 +44,8 @@ export LC_ALL=en_US.UTF-8
 rm test/org/apache/pig/test/TestHBaseStorage.java
 sed -i.orig -e 's#</modules>#<module organisation="org.apache.hadoop" 
name=".*" resolver="internal"/>\n</modules>#' ivy/ivysettings.xml
 
+echo "forrest.maxmemory=256m" >> src/docs/forrest.properties
+
 ant $BUILD_OPTS clean jar jar-withouthadoop pigunit-jar smoketests-jar "$@"
 for build_file in contrib/piggybank/java/build.xml contrib/zebra/build.xml ; do
   ant $BUILD_OPTS -buildfile $build_file clean jar "$@"

Reply via email to