Author: edwardyoon
Date: Thu Aug 21 08:35:53 2014
New Revision: 1619311
URL: http://svn.apache.org/r1619311
Log:
Remove my test configs in hama-env.sh and hama-site.xml
Modified:
hama/trunk/conf/hama-env.sh
hama/trunk/conf/hama-site.xml
Modified: hama/trunk/conf/hama-env.sh
URL:
http://svn.apache.org/viewvc/hama/trunk/conf/hama-env.sh?rev=1619311&r1=1619310&r2=1619311&view=diff
==============================================================================
--- hama/trunk/conf/hama-env.sh (original)
+++ hama/trunk/conf/hama-env.sh Thu Aug 21 08:35:53 2014
@@ -22,10 +22,10 @@
# Set environment variables here.
# The java implementation to use. Required.
-export JAVA_HOME=/usr/lib/jvm/java-7-oracle
+# export JAVA_HOME=/usr/lib/jvm/java-7-oracle
# 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
Modified: hama/trunk/conf/hama-site.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/conf/hama-site.xml?rev=1619311&r1=1619310&r2=1619311&view=diff
==============================================================================
--- hama/trunk/conf/hama-site.xml (original)
+++ hama/trunk/conf/hama-site.xml Thu Aug 21 08:35:53 2014
@@ -22,34 +22,4 @@
*/
-->
<configuration>
-
- <property>
- <name>bsp.master.address</name>
- <value>edward-VirtualBox: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://edward-VirtualBox: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>edward-VirtualBox</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>
-
</configuration>