This is an automated email from the ASF dual-hosted git repository.
karanmehta93 pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
new 200d398 PHOENIX-5091 Add new features to UpdateStatisticsTool (Fix
failing tests)
200d398 is described below
commit 200d39807ebc650385b7b20684d0169c07e92c77
Author: Karan Mehta <[email protected]>
AuthorDate: Wed Jan 30 16:05:14 2019 -0800
PHOENIX-5091 Add new features to UpdateStatisticsTool (Fix failing tests)
---
.../it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/phoenix-core/src/it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java
b/phoenix-core/src/it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java
index f4540ee..fbd264b 100644
---
a/phoenix-core/src/it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java
+++
b/phoenix-core/src/it/java/org/apache/phoenix/schema/stats/BaseStatsCollectorIT.java
@@ -241,8 +241,7 @@ public abstract class BaseStatsCollectorIT extends
BaseUniqueNamesOwnClusterIT {
args.add("-d");
args.add(randomDir);
args.add("-runfg");
- args.add("-cs");
- args.add("-ds");
+ args.add("-ms");
return args.toArray(new String[0]);
}