hbaseinaction / twitbase

TwitBase is a running example used throughout HBase In Action
http://www.manning.com/dimidukkhurana
154 stars 162 forks source link

Md5Utils.md5sum(user) #4

Open chaplinthink opened 8 years ago

chaplinthink commented 8 years ago

MD5 i don't know how to make it .i just find import utils.Md5Utils; but i can not find the code

java byte[] userHash = Md5Utils.md5sum(user);

zhulei111 commented 8 years ago

I think you should encapsulate a md5 utility class, then go to call, don't go directly to use

chaplinthink commented 8 years ago

ok i know,i have made it ,the hbase have the api

zhulei111 commented 8 years ago

You make it use that is ok