Nemo Chen created MAPREDUCE-6753:
------------------------------------
Summary: Variable in byte printed directly in mapreduce client
Key: MAPREDUCE-6753
URL: https://issues.apache.org/jira/browse/MAPREDUCE-6753
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: client
Affects Versions: 2.7.2
Reporter: Nemo Chen
Similar to the fix for HBASE-623, in file:
hadoop-rel-release-2.7.2/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/security/CredentialsTestJob.java
in line 61, the system out print a byte variable
{code}
System.out.println(secretValue);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]