Re: How to remove ending tab separator in streaming output

2011-12-28 Thread devdoer bird
Thanks. I wan to remove the sep character from the streaming output, even if the input line contains no sep and hence the whole line is treated as the key. Is there any method? 2011/12/27 Mahadev Konar > Bccing common-user and ccing mapred-user. Please use the correct > mailing lists for you

Re: How to remove ending tab separator in streaming output

2011-12-26 Thread Mahadev Konar
Bccing common-user and ccing mapred-user. Please use the correct mailing lists for your questions. You can use -Dstream.map.output.field.separator= for specifying the seperator.   The link below should have more information. http://hadoop.apache.org/common/docs/r0.20.205.0/streaming.html#Custom