[ https://issues.apache.org/jira/browse/HADOOP-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925917#action_12925917 ]
Hudson commented on HADOOP-7009: -------------------------------- Integrated in Hadoop-Common-trunk-Commit #405 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/405/]) HADOOP-7009. MD5Hash provides a public factory method that creates an instance of MessageDigest. Contributed by Hairong Kuang. > MD5Hash provides a public factory method that creates an instance of > MessageDigest > ---------------------------------------------------------------------------------- > > Key: HADOOP-7009 > URL: https://issues.apache.org/jira/browse/HADOOP-7009 > Project: Hadoop Common > Issue Type: Improvement > Components: io > Affects Versions: 0.22.0 > Reporter: Hairong Kuang > Assignee: Hairong Kuang > Fix For: 0.22.0 > > Attachments: md5hash.patch, md5hash1.patch > > > MD5Hash has a private way of creating a MessageDigest object that's thread > local. I'd like to have such a method which is public so that checksuming > fsimage (HDFS-903) could use it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.