Dennis Kubes wrote:
: command not foundlaves.sh: line 29: : command not foundlaves.sh: line 32: localhost: ssh: \015: Name or service not known devcluster02: ssh: \015: Name or service not knownAnd still getting this error: 060316 175355 parsing file:/nutch/search/conf/hadoop-site.xml Exception in thread "main" java.io.IOException: Cannot create file /tmp/hadoop/mapred/system/submit_mmuodk/job.jar on client DFSClient_-913777457 at org.apache.hadoop.ipc.Client.call(Client.java:301) at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:141) at org.apache.hadoop.dfs.$Proxy0.create(Unknown Source) at org.apache.hadoop.dfs.DFSClient$DFSOutputStream.nextBlockOutputStream(DFSCli ent.java:587) at org My ssh version is: openssh-clients-3.6.1p2-33.30.3 openssh-server-3.6.1p2-33.30.3 openssh-askpass-gnome-3.6.1p2-33.30.3 openssh-3.6.1p2-33.30.3 openssh-askpass-3.6.1p2-33.30.3 Is it something to do with my slaves file?
The \015 looks like a file has a CR where perhaps an LF is expected? What does 'od -c conf/slaves' print? What happens when you try something like 'bin/slaves uptime'?
Doug
