Skip to content

Commit 48165c7

Browse files
committed
updating tag to v0.1.1
1 parent 95ec943 commit 48165c7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

engine.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"id": "klout",
2+
"id": "default",
33
"description": "Default settings",
44
"engineFactory": "org.template.RecommendationEngine",
55
"datasource": {
66
"params" : {
77
"name": "sample-handmade-data.txt",
8-
"appName": "yipjustin-exp1",
9-
"eventNames": ["opened", "clicked", "klout_topic"]
8+
"appName": "handmade",
9+
"eventNames": ["purchase", "view"]
1010
}
1111
},
1212
"sparkConf": {
@@ -22,13 +22,12 @@
2222
"comment": "setup for example 'handmade' data, make sure to change for your needs",
2323
"name": "ur",
2424
"params": {
25-
"appName": "yipjustin-exp1",
26-
"indexName": "urindex_klout",
25+
"appName": "handmade",
26+
"indexName": "urindex",
2727
"typeName": "items",
28-
"blacklistEvents": [],
29-
"maxCorrelatorsPerEventType": 100,
30-
"eventNames": ["opened", "clicked", "klout_topic"]
28+
"eventNames": ["purchase", "view"]
3129
}
3230
}
3331
]
34-
}
32+
}
33+

0 commit comments

Comments
 (0)