WangYQ Wed, 22 Jun 2016 21:07:50 -0700
there is a class named "HDFSBlockDistribution", use a tree map "hostAndWeight" to store data private Map<String, HostAndWeight> hostAndWeight
I think we can use private Map<String, Long> hostAndWeight to store data thanks