[
https://issues.apache.org/jira/browse/MAPREDUCE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16450583#comment-16450583
]
Hudson commented on MAPREDUCE-6855:
-----------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14057 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14057/])
MAPREDUCE-6855. Specify charset when create String in (aengineer: rev
1f392d8d92f0a96f421fc06ecc63561da49527ae)
* (edit)
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/security/CredentialsTestJob.java
> 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
> Assignee: Kai Sasaki
> Priority: Minor
> Labels: newbie
> Fix For: 2.9.0, 3.0.0-alpha4, 2.8.2
>
> Attachments: MAPREDUCE-6855.01.patch
>
>
> {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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]