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_r193807320
########## File path: proteus/src/main/java/backend/ProcessDratWrapper.java ########## @@ -257,16 +330,24 @@ private synchronized boolean hasAggregateRatLog() { } private boolean mapsStillRunning() throws Exception { - String args[] = { FileConstants.WORKFLOW_PATH, "--url", - "http://localhost:9001", "--operation", "--getWorkflowInsts" }; - String cmd = Joiner.on(" ").join(args); - LOG.info("Maps Still Running: Executing: " + cmd); - String output = execToString(cmd); - LOG.info("Output from maps still running: " + output); - List<WorkflowItem> items = parseWorkflows(output); - return stillRunning(items); +// String args[] = { FileConstants.WORKFLOW_PATH, "--url", Review comment: remove all of this ---------------------------------------------------------------- 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