[
https://issues.apache.org/jira/browse/SDAP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528240#comment-16528240
]
ASF GitHub Bot commented on SDAP-118:
-------------------------------------
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]
> create a ranking module
> -----------------------
>
> Key: SDAP-118
> URL: https://issues.apache.org/jira/browse/SDAP-118
> Project: Apache Science Data Analytics Platform
> Issue Type: Sub-task
> Components: mudrod
> Affects Versions: 1.0
> Reporter: Yun Li
> Assignee: Yun Li
> Priority: Major
> Fix For: 1.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)