Pe 04.04.2012 16:01, Harsh J a scris:
When using Tool, do not use:

Configuration conf = new Configuration();

Instead get config from the class:

Configuration conf = getConf();

This is documented at
http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/util/Tool.html


I wish I knew that when I needed it, but it's not too late know either. Thanks Harsh, you're doing a great job.

I will update my post, because I had the same problem and a lot of people run into it.

Regards,
--
Ioan Eugen Stan
http://ieugen.blogspot.com

Reply via email to