PierreZ commented on issue #439: HBASE-22618 Provide a way to have Heterogeneous deployment URL: https://github.com/apache/hbase/pull/439#issuecomment-519975242 I can't understand the checkstyle problem with the import order, here's the report: ``` ./hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java:47:import java.util.Arrays;: Wrong order for 'java.util.Arrays' import. [ImportOrder] ./hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java:48:import java.util.ArrayList;: Wrong order for 'java.util.ArrayList' import. [ImportOrder] ``` But [lines 47/48 does not correspond to the specified lines in the report](https://github.com/PierreZ/hbase/blob/4392a43a21643e45857c3872c85e6fcf95839cb6/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java#L47-L48).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
