Ilya Vishnevsky wrote:
There is method Configuration.setObject(String name, Object value). I
tried values of different classes and found that only Strings are passed
normally. Other objects turn out to be null when Mapper or Reducer tries
to get them using getConf().getObject(String name).
Is there possibility to pass a Set for example?

The short answer is that this method is deprecated and will be removed. Don't use it.

Longer answer - see http://issues.apache.org/jira/browse/HADOOP-1343


--
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com

Reply via email to