[
https://issues.apache.org/jira/browse/MAPREDUCE-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788021#action_12788021
]
ZhuGuanyin commented on MAPREDUCE-1277:
---------------------------------------
test case:
using the following mapper, and you would see the stderr log has corrupted.
#!/bin/sh
cat >/dev/null
echo "㊣ ?※" >&2
echo "礙骯襖壩闆辦" >&2
> Streaming job should support other characterset in user's stderr log, not
> only utf8
> -----------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1277
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1277
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/streaming
> Affects Versions: 0.21.0
> Reporter: ZhuGuanyin
> Fix For: 0.21.0
>
>
> Current implementation in streaming only support utf8 encoded user stderr
> log, it should encode free to support other characterset.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.