lewismc commented on a change in pull request #35: SDAP-161 MUDROD embedded
unit test
URL:
https://github.com/apache/incubator-sdap-mudrod/pull/35#discussion_r238032482
##########
File path:
core/src/main/java/org/apache/sdap/mudrod/discoveryengine/WeblogDiscoveryEngine.java
##########
@@ -118,15 +118,15 @@ public void preprocess() {
ss.execute();
DiscoveryStepAbstract rr = new RemoveRawLog(this.props, this.es,
this.spark);
- rr.execute();
+ rr.execute();*/
endTime = System.currentTimeMillis();
LOG.info("Web log preprocessing for logs dated {} complete. Time elapsed
{} seconds.", anInputList, (endTime - startTime) / 1000);
}
- DiscoveryStepAbstract hg = new HistoryGenerator(this.props, this.es,
this.spark);
- hg.execute();
+ /*DiscoveryStepAbstract hg = new HistoryGenerator(this.props, this.es,
this.spark);
Review comment:
Same here...
----------------------------------------------------------------
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