You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Marcin Januszkiewicz (JIRA)" <ji...@apache.org> on 2017/01/02 17:18:58 UTC

[jira] [Created] (HBASE-17405) HBaseTestingUtility#checksumRows does not a representation of a MessageDigest object instead of return the checksum of table contents

Marcin Januszkiewicz created HBASE-17405:
--------------------------------------------

             Summary: HBaseTestingUtility#checksumRows does not a representation of a MessageDigest object instead of return the checksum of table contents
                 Key: HBASE-17405
                 URL: https://issues.apache.org/jira/browse/HBASE-17405
             Project: HBase
          Issue Type: Bug
          Components: test
            Reporter: Marcin Januszkiewicz
            Priority: Minor


Given valid values
{code}
Table table;
HBaseTestingUtility util;
{code}
the code

{code}
String checksum = util.checksumRows(table);
System.out.println(checksum);
{code}

will output

{code}
"MD5 Message Digest from SUN, <in progress>
"
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)