[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated MAPREDUCE-6855:
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0-alpha3
                   2.8.1
                   2.9.0
           Status: Resolved  (was: Patch Available)

Committed this to trunk, branch-2, and branch-2.8. Thanks [~lewuathe] for the 
contribution!

> 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