lewismc commented on a change in pull request #31: SDAP-118 create a new 
ranking module
URL: 
https://github.com/apache/incubator-sdap-mudrod/pull/31#discussion_r199277240
 
 

 ##########
 File path: 
ranking/src/main/java/org/apache/sdap/mudrod/ranking/evaluate/ClickstreamImporter.java
 ##########
 @@ -32,13 +32,13 @@
  * Supports ability to import click stream data into Elasticsearch
  * through .csv file
  */
-public class ClickStreamImporter extends MudrodAbstract {
+public class ClickstreamImporter extends MudrodAbstract {
   /**
    *
    */
   private static final long serialVersionUID = 1L;
 
-  public ClickStreamImporter(Properties props, ESDriver es, SparkDriver spark) 
{
+  public ClickstreamImporter(Properties props, ESDriver es, SparkDriver spark) 
{
 
 Review comment:
   Change to to ClickStreamImporter as before.

----------------------------------------------------------------
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

Reply via email to