HOD 0.20.0 - deallocate fails to terminate cluster

2009-05-13 Thread Brian Ferris
I've been running HOD with hadoop-0.20.0 successfully on our Torque cluster and it runs map-reduce jobs as advertised. The only hiccup comes when I try to deallocate the cluster. I run the following command: > hod deallocate path/to/my/cluster_config The HOD executable cleans up the clus

Re: Are the API changes in mapred->mapreduce in 0.20.0 usable?

2009-05-07 Thread Brian Ferris
Thanks so much. That did the trick. On May 7, 2009, at 10:34 PM, Jothi Padmanabhan wrote: examples/wordcount has been modified to use the new API. Also, there is a test case in the mapreduce directory that uses the new API. Jothi On 5/8/09 10:59 AM, "Brian Ferris" wrot

Are the API changes in mapred->mapreduce in 0.20.0 usable?

2009-05-07 Thread Brian Ferris
I was upgraded to 0.20.0 last week and I noticed most everything in "org.apache.hadoop.mapred.*" has been deprecated. However, I've not been having any luck getting the new Map-Reduce classes to work. Hadoop Streaming still seems to expect the old API and it doesn't seem that JobClient ha