blob: bbec4e5cae0012a2056916e4e7b33517a7dba8e7 [file] [log] [blame]
{
"spark": {
"log.level": "WARN",
"config": {
"spark.master": "local[*]"
}
},
"sinks": [
{
"name": "consoleSink",
"type": "CONSOLE",
"config": {
"max.log.lines": 10
}
},
{
"name": "hdfsSink",
"type": "HDFS",
"config": {
"path": "hdfs://localhost/griffin/batch/persist",
"max.persist.lines": 10000,
"max.lines.per.file": 10000
}
},
{
"name": "elasticSink",
"type": "ELASTICSEARCH",
"config": {
"method": "post",
"api": "http://localhost:9200/griffin/accuracy",
"connection.timeout": "1m",
"retry": 10
}
}
],
"griffin.checkpoint": []
}