It is a good place to start http://wiki.apache.org/hadoop/GettingStartedWithHadoop
Check the articles which descrive how to set up a sigle node and a two cluster node. http://wiki.apache.org/hadoop/HadoopArticles I followed them and it work! ;) The two cluster node installation also scales to more nodes, just adding the hostnames to the "slaves" file. But first you should make it run for a Single host. (ssh related) A full description of the xml file is provided with the Hadoop installation. $HADOOP_HOME/conf/hadoop-default.xml But I shouldn't have a look at this fill until you make it work with 1 and 2 nodes. On 27/03/2008, John Menzer <[EMAIL PROTECTED]> wrote: > > Hello, > > where can I find a complete list of all possible configuration properties > (e.g. in file hadoop-site.xml)? > I am experiencing lots of bind errors in my log-files when trying to > start-dfs.sh, start-mapred.sh, start-all.sh! > > That's why I think, I have to change some port settings. But I don't know > which bind error refers to which port setting and I even don't know which > settings are relevant at all. > > Why can't I find a complete documentation or at least a list of these > properties??? > > Thank you for any help! > > John > > > -- > View this message in context: > http://www.nabble.com/complete-documentation-of-hadoop-site.xml-tp16323391p16323391.html > Sent from the Hadoop core-user mailing list archive at Nabble.com. > >
