Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D21FD986F for ; Wed, 23 May 2012 02:26:22 +0000 (UTC) Received: (qmail 37551 invoked by uid 500); 23 May 2012 02:26:22 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 37522 invoked by uid 500); 23 May 2012 02:26:22 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 37514 invoked by uid 500); 23 May 2012 02:26:22 -0000 Delivered-To: apmail-incubator-hama-commits@incubator.apache.org Received: (qmail 37511 invoked by uid 99); 23 May 2012 02:26:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 02:26:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 02:26:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C63C423889E0; Wed, 23 May 2012 02:26:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1341730 - /incubator/hama/trunk/conf/hama-env.sh Date: Wed, 23 May 2012 02:26:01 -0000 To: hama-commits@incubator.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120523022601.C63C423889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edwardyoon Date: Wed May 23 02:26:01 2012 New Revision: 1341730 URL: http://svn.apache.org/viewvc?rev=1341730&view=rev Log: Add HAMA_HEAPSIZE Modified: incubator/hama/trunk/conf/hama-env.sh Modified: incubator/hama/trunk/conf/hama-env.sh URL: http://svn.apache.org/viewvc/incubator/hama/trunk/conf/hama-env.sh?rev=1341730&r1=1341729&r2=1341730&view=diff ============================================================================== --- incubator/hama/trunk/conf/hama-env.sh (original) +++ incubator/hama/trunk/conf/hama-env.sh Wed May 23 02:26:01 2012 @@ -22,10 +22,10 @@ # Set environment variables here. # The java implementation to use. Required. -export JAVA_HOME=/usr/lib/jvm/java-6-sun +#export JAVA_HOME=/usr/lib/jvm/java-6-sun # Where log files are stored. $HAMA_HOME/logs by default. -export HAMA_LOG_DIR=${HAMA_HOME}/logs +# export HAMA_LOG_DIR=${HAMA_HOME}/logs # The maximum amount of heap to use, in MB. Default is 1000. # export HAMA_HEAPSIZE=1000 @@ -34,4 +34,4 @@ export HAMA_LOG_DIR=${HAMA_HOME}/logs # export HAMA_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HAMA_CONF_DIR" # Tell Hama whether it should manage it's own instance of Zookeeper or not. -export HAMA_MANAGES_ZK=true +# export HAMA_MANAGES_ZK=true