Could someone help this person? Thanks.
---------- Forwarded message ---------- From: hill左尼 <[email protected]> Date: 2011/4/7 Subject: this is my hama-site.xml, To: edwardyoon <[email protected]> At 2011-04-06 20:49:58,"Edward J. Yoon" <[email protected]> wrote: >P.S., please subscribe the [email protected] >and feel free to question. > >2011/4/6 Edward J. Yoon <[email protected]>: >> Could you copy&paste your hama-site.xml here? >> this is my hama-site.xml, do you finish the bsp model on hama completely and have a runnable example on it ? tseg@node0:~/hama1/conf$ vi hama-site.xml <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- /** * Copyright 2007 The Apache Software Foundation * * 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. */ --> <configuration> <property> <name>bsp.master.address</name> <value>node0: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://node0:6000</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>node0</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> ~ ~ ~ ~ ~ "hama-site.xml" 54L, 2040C At 2011-04-06 20:49:58,"Edward J. Yoon" <[email protected]> wrote: >P.S., please subscribe the [email protected] >and feel free to question. > >2011/4/6 Edward J. Yoon <[email protected]>: >> Could you copy&paste your hama-site.xml here? >> -- Best Regards, Edward J. Yoon http://blog.udanax.org http://twitter.com/eddieyoon
