answering myself. stream.map.output.field.separator is not for how framework output data but how it will treat the data.
All I have to do was to let mapper emit key value with my separator and tell that to hadoop. Thanks On 3/21/09, Akira Kitada <akit...@gmail.com> wrote: > Hi, > I am trying to find a way to change > key-value field separator of streaming. > Streaming documentation says it can be > configured with "stream.map.output.field.separator" > and I tried but it had no effect. > > Am I missing something? > > I use hadoop 0.18.3 > > thanks in advance >