[
https://issues.apache.org/jira/browse/HADOOP-8262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249742#comment-13249742
]
Adriana Sbircea commented on HADOOP-8262:
-----------------------------------------
Hadoop is converting my string to Unicode. Those where not spaces, but Hadoop
doesn't put the encoding in the file, so I didn't know what where exactly.
Today I have used a Hex Viewer and there i saw that every character was
converted to Unicode. I don't think it's ok.
> Between mapper and reducer, Hadoop inserts spaces into my string
> ----------------------------------------------------------------
>
> Key: HADOOP-8262
> URL: https://issues.apache.org/jira/browse/HADOOP-8262
> Project: Hadoop Common
> Issue Type: Bug
> Components: io
> Affects Versions: 0.20.0
> Environment: Eclipse plugin, Windows
> Reporter: Adriana Sbircea
>
> In the mapper i send as key a number, and as value another number which has
> more than one digit, but i send them as Text objects. In my reducer all the
> values for a key have spaces between every digit of a value. I can't do my
> task because of this problem.
> I don't use combiners or something else.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira