You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by jdasch <gi...@git.apache.org> on 2017/11/01 14:16:08 UTC

[GitHub] incubator-rya pull request #248: RYA-356 Added a Twill App for running the p...

Github user jdasch commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/248#discussion_r148271382
  
    --- Diff: extras/rya.pcj.fluo/pcj.fluo.integration/src/test/java/org/apache/rya/indexing/pcj/fluo/integration/KafkaExportIT.java ---
    @@ -249,10 +246,10 @@ public void average() throws Exception  {
     
             // Create the PCJ in Fluo and load the statements into Rya.
             final String pcjId = loadDataAndCreateQuery(sparql, statements);
    -        
    -        try(FluoClient fluo = new FluoClientImpl(super.getFluoConfiguration())) {
    -            FluoITHelper.printFluoTable(fluo);
    -        }
    +
    +//        try(FluoClient fluo = new FluoClientImpl(super.getFluoConfiguration())) {
    --- End diff --
    
    Done.


---