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_r193806844
##########
File path: proteus/src/main/java/backend/ProcessDratWrapper.java
##########
@@ -111,15 +115,51 @@ public synchronized void setStatus(String status) {
@Override
public void crawl() throws Exception {
- simpleDratExec(CRAWL_CMD, this.path);
+// simpleDratExec(CRAWL_CMD, this.path);
+ crawlTemp();
+ }
+
+
+ public void crawlTemp() throws Exception{
Review comment:
this method name doesn't make sense to me. I would name it performCrawl().
The crawl() DRAT API method on L117 is fine - and then this actually _performs_
the crawl.
----------------------------------------------------------------
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