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
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