You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/03/03 07:20:45 UTC

[jira] [Created] (MAPREDUCE-6855) Specify charset when create String in CredentialsTestJob

Akira Ajisaka created MAPREDUCE-6855:
----------------------------------------

             Summary: 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


{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: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org