You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2019/06/03 16:55:18 UTC

[accumulo-testing] branch master updated: Remove Snappy Property (#77)

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 <je...@gmail.com>
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 \