[
https://issues.apache.org/jira/browse/MAPREDUCE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896806#comment-15896806
]
Kai Sasaki commented on MAPREDUCE-6855:
---------------------------------------
[~sjlee0] [~ajisakaa] Thanks for pointing out. Do you think we need to detect
this type of bug even in test code? I'm wondering it might be overkill.
Anyway we can fix the code in {{CredentialsTestJob}}.
> Specify charset when create String in CredentialsTestJob
> --------------------------------------------------------
>
> Key: MAPREDUCE-6855
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6855
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Akira Ajisaka
> Priority: Minor
> Labels: newbie
>
> {code}
> String secretValueStr = new String (secretValue);
> {code}
> should be
> {code}
> String secretValueStr = new String(secretValue, StandardCharsets.UTF_8);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]