chrismattmann commented on a change in pull request #131: Changed the map and reduce function to work with XmlRpcWorkflowManger URL: https://github.com/apache/drat/pull/131#discussion_r193807091
########## File path: proteus/src/main/java/backend/ProcessDratWrapper.java ########## @@ -128,17 +168,47 @@ private synchronized void solrIndex() throws InstantiationException, SolrServerE sIndexer.commit(); sIndexer.optimize(); idl.logInfo("Completed",null); - + } @Override public void map() throws IOException, DratWrapperException { - simpleDratExec(MAP_CMD); +// simpleDratExec(MAP_CMD); Review comment: remove it ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services