Github user meiercaleb commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/248#discussion_r148120928
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.integration/src/test/java/org/apache/rya/indexing/pcj/fluo/integration/KafkaExportIT.java
---
@@ -92,8 +89,8 @@ public void newResultsExportedTest() throws Exception {
// Create the PCJ in Fluo and load the statements into Rya.
final String pcjId = loadDataAndCreateQuery(sparql, statements);
- FluoITHelper.printFluoTable(super.getFluoConfiguration());
-
+ //FluoITHelper.printFluoTable(super.getFluoConfiguration());
--- End diff --
Delete these. Don't comment out.
---