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?
- What objects can be passed to Mapper and Reducer classes ... Ilya Vishnevsky
- Re: What objects can be passed to Mapper and Reducer... Briggs
- Re: What objects can be passed to Mapper and Reducer... Andrzej Bialecki
- RE: What objects can be passed to Mapper and Red... Ilya Vishnevsky
- Re: What objects can be passed to Mapper and... Dennis Kubes
