blob: 57da8956f9d307dcebcde825d0cd71fdc12f03a7 [file] [log] [blame]
{
"spark": {
"log.level": "INFO",
"checkpoint.dir": "hdfs:///griffin/batch/cp",
"config": {}
},
"persist": [
{
"type": "hdfs",
"config": {
"path": "hdfs:///griffin/streaming/persist",
"max.persist.lines": 10000,
"max.lines.per.file": 10000
}
},
{
"type": "http",
"config": {
"method": "post",
"api": "http://HOSTNAME:9200/griffin/accuracy"
}
}
],
"cleaner": {
}
}