Author: edwardyoon
Date: Wed Nov 2 05:48:36 2011
New Revision: 1196460
URL: http://svn.apache.org/viewvc?rev=1196460&view=rev
Log:
Delete empty file
Removed:
incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPSerializableMessage.java
Modified:
incubator/hama/trunk/core/conf/groomservers
incubator/hama/trunk/core/conf/hama-default.xml
incubator/hama/trunk/core/conf/hama-env.sh
incubator/hama/trunk/core/conf/hama-site.xml
Modified: incubator/hama/trunk/core/conf/groomservers
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/core/conf/groomservers?rev=1196460&r1=1196459&r2=1196460&view=diff
==============================================================================
--- incubator/hama/trunk/core/conf/groomservers (original)
+++ incubator/hama/trunk/core/conf/groomservers Wed Nov 2 05:48:36 2011
@@ -1 +1,9 @@
-localhost
\ No newline at end of file
+hnode1
+hnode2
+hnode3
+hnode4
+hnode5
+hnode6
+hnode7
+hnode8
+
Modified: incubator/hama/trunk/core/conf/hama-default.xml
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/core/conf/hama-default.xml?rev=1196460&r1=1196459&r2=1196460&view=diff
==============================================================================
--- incubator/hama/trunk/core/conf/hama-default.xml (original)
+++ incubator/hama/trunk/core/conf/hama-default.xml Wed Nov 2 05:48:36 2011
@@ -77,7 +77,7 @@
</property>
<property>
<name>bsp.child.java.opts</name>
- <value>-Xmx512m</value>
+ <value>-Xmx1512m</value>
<description>Java opts for the groom server child processes.
The following symbol, if present, will be interpolated: @taskid@ is
replaced
by current TaskID. Any other occurrences of '@' will go unchanged.
@@ -90,7 +90,7 @@
</property>
<property>
<name>bsp.local.tasks.maximum</name>
- <value>20</value>
+ <value>3</value>
<description>Number of tasks that run in parallel when in local
mode.</description>
</property>
<property>
Modified: incubator/hama/trunk/core/conf/hama-env.sh
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/core/conf/hama-env.sh?rev=1196460&r1=1196459&r2=1196460&view=diff
==============================================================================
--- incubator/hama/trunk/core/conf/hama-env.sh (original)
+++ incubator/hama/trunk/core/conf/hama-env.sh Wed Nov 2 05:48:36 2011
@@ -22,13 +22,13 @@
# 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
# Extra ssh options. Empty by default.
# 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=false
Modified: incubator/hama/trunk/core/conf/hama-site.xml
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/core/conf/hama-site.xml?rev=1196460&r1=1196459&r2=1196460&view=diff
==============================================================================
--- incubator/hama/trunk/core/conf/hama-site.xml (original)
+++ incubator/hama/trunk/core/conf/hama-site.xml Wed Nov 2 05:48:36 2011
@@ -22,4 +22,47 @@
*/
-->
<configuration>
+ <property>
+ <name>bsp.master.address</name>
+ <value>hnode1:40000</value>
+ <description>The address of the bsp master server. Either the
+ literal string "local" or a host:port for distributed mode
+ </description>
+ </property>
+
+ <property>
+ <name>fs.default.name</name>
+ <value>hdfs://hnode15:9000/</value>
+ <description>
+ The name of the default file system. Either the literal string
+ "local" or a host:port for HDFS.
+ </description>
+ </property>
+
+ <property>
+ <name>hama.zookeeper.quorum</name>
+ <value>hnode1</value>
+ <description>Comma separated list of servers in the ZooKeeper Quorum.
+ For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
+ By default this is set to localhost for local and pseudo-distributed modes
+ of operation. For a fully-distributed setup, this should be set to a full
+ list of ZooKeeper quorum servers. If HAMA_MANAGES_ZK is set in hama-env.sh
+ this is the list of servers which we will start/stop zookeeper on.
+ </description>
+ </property>
+
+ <property>
+ <name>bsp.child.java.opts</name>
+ <value>-Xmx1024m</value>
+ </property>
+ <property>
+ <name>zookeeper.session.timeout</name>
+ <value>12000000</value>
+ </property>
+
+ <property>
+ <name>bsp.tasks.maximum</name>
+ <value>10</value>
+ </property>
+
</configuration>