Re: Not a host:port pair: local

2010-11-21 Thread Allen Wittenauer
On Nov 19, 2010, at 5:56 PM, Skye Berghel wrote: All of the information I've seen online suggests that this is because mapreduce.jobtracker.address is set to local. However, in conf/mapred-site.xml I have property namemapreduce.jobtracker.address/name

Re: Mapper for counting character positions in line

2010-11-21 Thread Attila Csordas
Dear All, I get the following NoSuchMethodException Exception in thread main java.lang.NoSuchMethodException: PositionCounter.main([Ljava.lang.String;) at java.lang.Class.getMethod(Class.java:1605) at org.apache.hadoop.util.RunJar.main(RunJar.java:150) when running the following PositionCounter