Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 50736 invoked from network); 17 Jun 2009 16:31:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 16:31:20 -0000 Received: (qmail 33112 invoked by uid 500); 17 Jun 2009 16:31:29 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 33036 invoked by uid 500); 17 Jun 2009 16:31:29 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 33025 invoked by uid 99); 17 Jun 2009 16:31:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 16:31:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of divij.tech@gmail.com designates 209.85.220.219 as permitted sender) Received: from [209.85.220.219] (HELO mail-fx0-f219.google.com) (209.85.220.219) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 16:31:18 +0000 Received: by fxm19 with SMTP id 19so588440fxm.29 for ; Wed, 17 Jun 2009 09:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hmJ9g9g5nK5RJyjf8cm1fdYSM4hcjGXxqbk9BX/Jq0Q=; b=aoowufz4YxcE7JPJn2vOhlV3a2jyCPrC+G3WvY6GYV+/zcnIEn+VQ98iVJUeKd20zB WGBj9ljlBKU9XqQCyq0QKKfI3LbtqalJ/u3AwPsRfyNNIzHXBOT3JeabeZS0VdLPYgqa +BIpfbvB0sHQgl/6boE0GB0mK1cAAf6JBx6XA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OUBP5ldygnyVPqcryhmB6rEICwYvIVZ1TPbqPeo46G0cQ8EZAQeU/0e6HiR/V0zuLi Pxrt0us+Bgz+i+WPfMQX3dgsnbzpvqK/iSDH3a+D3+wF8P7IacC67SqczUrN3QUCRaSh LFhs2Y2N0XTOU/80tFnC9LMz8uLnT0miCnCaY= MIME-Version: 1.0 Received: by 10.86.93.19 with SMTP id q19mr694917fgb.55.1245256257733; Wed, 17 Jun 2009 09:30:57 -0700 (PDT) Date: Wed, 17 Jun 2009 12:30:57 -0400 Message-ID: Subject: Trying to setup Cluster From: Divij Durve To: core-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=000e0cd29776e58461046c8dd086 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd29776e58461046c8dd086 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Im trying to setup a cluster with 3 different machines running Fedora. I cant get them to log into the localhost without the password but thats the least of my worries at the moment. I am posting my config files and the master and slave files let me know if anyone can spot a problem with the configs... Hadoop-site.xml dfs.data.dir $HADOOP_HOME/dfs-data true dfs.name.dir $HADOOP_HOME/dfs-name true hadoop.tmp.dir $HADOOP_HOME/hadoop-tmp A base for other temporary directories. fs.default.name hdfs://gobi..:54310 The name of the default file system. A URI whose scheme and authority determine the FileSystem implementation. The uri's scheme determines the config property (fs.SCHEME.impl) naming the FileSystem implementation class. The uri's authority is used to determine the host, port, etc. for a FileSystem. mapred.job.tracker kalahari..:54311 The host and port that the MapReduce job tracker runs at. If "local", then jobs are run in-process as a single map and reduce task. mapred.system.dir $HADOOP_HOME/mapred-system true dfs.replication 1 Default block replication. The actual number of replications can be specified when the file is created. The default is used if replication is not specified in create time. mapred.local.dir $HADOOP_HOME/mapred-local dfs.replication 1 Slave: kongur.something.something master: kalahari.something.something i execute the dfs-start.sh command from gobi.something.something. is there any other info that i should provide in order to help? Also Kongur is where im running the data node the master file on kongur should have localhost in it rite? thanks for the help Divij --000e0cd29776e58461046c8dd086--