-
Notifications
You must be signed in to change notification settings - Fork 1
/
wikipedia_index_task_one_day.json
43 lines (43 loc) · 1.18 KB
/
wikipedia_index_task_one_day.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"type": "index",
"spec": {
"dataSchema": {
"dataSource": "wikipedia_3",
"metricsSpec": [
{
"type": "count",
"name": "count"
}
],
"granularitySpec": {
"segmentGranularity": "DAY",
"queryGranularity": "second",
"intervals" : [ "2013-08-31/2013-09-12" ]
},
"parser": {
"parseSpec": {
"format" : "json",
"timestampSpec": {
"column": "timestamp"
},
"dimensionsSpec": {
"dimensions": [
"page", "language"
]
}
}
}
},
"ioConfig": {
"type": "index",
"firehose": {
"type": "local",
"baseDir": "/Users/guobingkun/Documents/tmp/wikipedia_play/",
"filter": "wikipedia_one_day_data.json"
}
},
"tuningConfig": {
"type": "index"
}
}
}