keith-turner commented on a change in pull request #1050: Fix #871 Use regular
jar for ITs module
URL: https://github.com/apache/fluo/pull/1050#discussion_r222084869
##########
File path:
modules/integration-tests/src/main/java/org/apache/fluo/integration/impl/StochasticBankIT.java
##########
@@ -62,8 +60,8 @@
@Test
public void testConcurrency() throws Exception {
- conn.tableOperations().setProperty(table,
Property.TABLE_MAJC_RATIO.getKey(), "1");
- conn.tableOperations().setProperty(table,
Property.TABLE_BLOCKCACHE_ENABLED.getKey(), "true");
+ conn.tableOperations().setProperty(table, "table.compaction.major.ratio",
"1");
Review comment:
The following file has constants for Accumulo props that Fluo uses.
./modules/accumulo/src/main/java/org/apache/fluo/accumulo/util/AccumuloProps.java
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services