From issues-return-4296-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Wed Jan 30 01:36:30 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6CD4C18072F for ; Wed, 30 Jan 2019 02:36:30 +0100 (CET) Received: (qmail 73909 invoked by uid 500); 30 Jan 2019 01:36:29 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 73900 invoked by uid 99); 30 Jan 2019 01:36:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2019 01:36:29 +0000 From: GitBox To: issues@phoenix.apache.org Subject: [GitHub] BinShi-SecularBird commented on a change in pull request #430: PHOENIX-5091 Add new features to UpdateStatisticsTool Message-ID: <154881218890.23727.3419801709107983928.gitbox@gitbox.apache.org> Date: Wed, 30 Jan 2019 01:36:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit BinShi-SecularBird commented on a change in pull request #430: PHOENIX-5091 Add new features to UpdateStatisticsTool URL: https://github.com/apache/phoenix/pull/430#discussion_r252087875 ########## File path: phoenix-core/src/it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java ########## @@ -40,20 +41,21 @@ import java.util.Properties; import java.util.Random; +import com.google.common.collect.Lists; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.hadoop.conf.Configuration; -import org.apache.hadoop.fs.Path; import org.apache.hadoop.hbase.HColumnDescriptor; import org.apache.hadoop.hbase.HConstants; import org.apache.hadoop.hbase.HRegionLocation; import org.apache.hadoop.hbase.TableName; import org.apache.hadoop.hbase.client.HBaseAdmin; -import org.apache.hadoop.hbase.client.HTableInterface; import org.apache.hadoop.hbase.client.Result; import org.apache.hadoop.hbase.client.ResultScanner; import org.apache.hadoop.hbase.client.Scan; +import org.apache.hadoop.hbase.client.Table; import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment; +import org.apache.hadoop.hbase.protobuf.generated.HBaseProtos; Review comment: org.apache.hadoop.hbase.protobuf.generated.HBaseProtos seems not used ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services