From commits-return-22928-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Jun 3 16:55:23 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 483D418062F for ; Mon, 3 Jun 2019 18:55:23 +0200 (CEST) Received: (qmail 21464 invoked by uid 500); 3 Jun 2019 16:55:22 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 21455 invoked by uid 99); 3 Jun 2019 16:55:22 -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; Mon, 03 Jun 2019 16:55:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 053558A8B6; Mon, 3 Jun 2019 16:55:19 +0000 (UTC) Date: Mon, 03 Jun 2019 16:55:18 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-testing] branch master updated: Remove Snappy Property (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155958091897.7424.3078135315410949647@gitbox.apache.org> From: kturner@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-testing X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1da6d2e35467fee5302049a474e8fecd5526f271 X-Git-Newrev: 73b29680070d18c756f29740ab3438e20b1f2ac2 X-Git-Rev: 73b29680070d18c756f29740ab3438e20b1f2ac2 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git The following commit(s) were added to refs/heads/master by this push: new 73b2968 Remove Snappy Property (#77) 73b2968 is described below commit 73b29680070d18c756f29740ab3438e20b1f2ac2 Author: Jeffrey Manno AuthorDate: Mon Jun 3 12:55:14 2019 -0400 Remove Snappy Property (#77) --- conf/accumulo-testing.properties.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/accumulo-testing.properties.example b/conf/accumulo-testing.properties.example index 9dbe4e0..04801b1 100644 --- a/conf/accumulo-testing.properties.example +++ b/conf/accumulo-testing.properties.example @@ -40,7 +40,7 @@ test.ci.common.accumulo.num.tablets=20 # Format: a,b|a,b,c|c test.ci.common.auths= # Accumulo table properties to set when creating table -test.ci.common.accumulo.table.props=table.file.compress.type=snappy \ +test.ci.common.accumulo.table.props=\ table.majc.compaction.strategy=org.apache.accumulo.tserver.compaction.strategies.BasicCompactionStrategy \ table.majc.compaction.strategy.opts.filter.size=250M \ table.majc.compaction.strategy.opts.large.compress.threshold=100M \