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?

Reply via email to