Index: conf/hama-default.xml =================================================================== --- conf/hama-default.xml (리비전 1030800) +++ conf/hama-default.xml (작업 사본) @@ -126,7 +126,7 @@ 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 HBASE_MANAGES_ZK is set in hbase-env.sh + 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. Index: src/java/overview.html =================================================================== --- src/java/overview.html (리비전 1030800) +++ src/java/overview.html (작업 사본) @@ -18,6 +18,6 @@ --> -The Hama Overview +The Hama Overview. Index: src/java/org/apache/hama/BSPMasterRunner.java =================================================================== --- src/java/org/apache/hama/BSPMasterRunner.java (리비전 1030800) +++ src/java/org/apache/hama/BSPMasterRunner.java (작업 사본) @@ -25,6 +25,9 @@ import org.apache.hadoop.util.ToolRunner; import org.apache.hama.bsp.BSPMaster; +/** + * This class starts and runs the BSPMaster + */ public class BSPMasterRunner extends Configured implements Tool { public static final Log LOG = LogFactory.getLog(BSPMasterRunner.class); Index: src/java/org/apache/hama/GroomServerRunner.java =================================================================== --- src/java/org/apache/hama/GroomServerRunner.java (리비전 1030800) +++ src/java/org/apache/hama/GroomServerRunner.java (작업 사본) @@ -26,6 +26,9 @@ import org.apache.hadoop.util.ToolRunner; import org.apache.hama.bsp.GroomServer; +/** + * This class starts and runs the GroomServer + */ public class GroomServerRunner extends Configured implements Tool { public static final Log LOG = LogFactory.getLog(GroomServerRunner.class); Index: src/java/org/apache/hama/MiniZooKeeperCluster.java =================================================================== --- src/java/org/apache/hama/MiniZooKeeperCluster.java (리비전 1030800) +++ src/java/org/apache/hama/MiniZooKeeperCluster.java (작업 사본) @@ -1,3 +1,20 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.hama; import java.io.BufferedReader; Index: src/java/org/apache/hama/ZooKeeperRunner.java =================================================================== --- src/java/org/apache/hama/ZooKeeperRunner.java (리비전 1030800) +++ src/java/org/apache/hama/ZooKeeperRunner.java (작업 사본) @@ -24,6 +24,9 @@ import org.apache.hadoop.util.ToolRunner; import org.apache.hama.zookeeper.QuorumPeer; +/** + * This class starts and runs the ZooKeeperServer + */ public class ZooKeeperRunner extends Configured implements Tool { public static final Log LOG = LogFactory.getLog(ZooKeeperRunner.class); Index: src/java/org/apache/hama/bsp/package.html =================================================================== --- src/java/org/apache/hama/bsp/package.html (리비전 1030800) +++ src/java/org/apache/hama/bsp/package.html (작업 사본) @@ -18,6 +18,6 @@ --> -BSP package of Hama is a framework for developing BSP-style applications +BSP computing framework. Index: src/java/org/apache/hama/ipc/package.html =================================================================== --- src/java/org/apache/hama/ipc/package.html (리비전 0) +++ src/java/org/apache/hama/ipc/package.html (리비전 0) @@ -0,0 +1,23 @@ + + + + + +Tools to help define network clients and servers. + + Index: src/java/org/apache/hama/util/package.html =================================================================== --- src/java/org/apache/hama/util/package.html (리비전 1030800) +++ src/java/org/apache/hama/util/package.html (작업 사본) @@ -18,6 +18,6 @@ --> -Numerical and variable utilities +Common utilities. Index: src/java/org/apache/hama/zookeeper/package.html =================================================================== --- src/java/org/apache/hama/zookeeper/package.html (리비전 0) +++ src/java/org/apache/hama/zookeeper/package.html (리비전 0) @@ -0,0 +1,23 @@ + + + + + +Tools to start the ZooKeeper server and quorum peers. + +