core/src/main/java/org/apache/sdap/mudrod/discoveryengine/WeblogDiscoveryEngine.java [117:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      DiscoveryStepAbstract cd = new CrawlerDetection(this.props, this.es, this.spark);
      cd.execute();

      DiscoveryStepAbstract sg = new SessionGenerator(this.props, this.es, this.spark);
      sg.execute();

      DiscoveryStepAbstract ss = new SessionStatistic(this.props, this.es, this.spark);
      ss.execute();

      DiscoveryStepAbstract rr = new RemoveRawLog(this.props, this.es, this.spark);
      rr.execute();

      endTime = System.currentTimeMillis();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/org/apache/sdap/mudrod/discoveryengine/WeblogDiscoveryEngine.java [169:181]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      DiscoveryStepAbstract cd = new CrawlerDetection(this.props, this.es, this.spark);
      cd.execute();

      DiscoveryStepAbstract sg = new SessionGenerator(this.props, this.es, this.spark);
      sg.execute();

      DiscoveryStepAbstract ss = new SessionStatistic(this.props, this.es, this.spark);
      ss.execute();

      DiscoveryStepAbstract rr = new RemoveRawLog(this.props, this.es, this.spark);
      rr.execute();

      endTime = System.currentTimeMillis();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



