[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898732#comment-15898732
 ] 

Hudson commented on MAPREDUCE-6855:
-----------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #11361 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11361/])
MAPREDUCE-6855. Specify charset when create String in (aajisaka: rev 
14413989cac9acc1fa6f8d330fac32f772613325)
* (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, 2.8.1, 3.0.0-alpha3
>
>         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
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to