Github user bhlx3lyx7 commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/389#discussion_r209129596
--- Diff: service/src/main/resources/env/env_streaming.json ---
@@ -3,10 +3,10 @@
"log.level": "WARN",
"checkpoint.dir": "hdfs:///griffin/checkpoint/${JOB_NAME}",
"init.clear": true,
- "batch.interval": "30s",
- "process.interval": "3m",
+ "batch.interval": "2s",
+ "process.interval": "10s",
"config": {
- "spark.default.parallelism": 4,
+ "spark.master": "local[*]",
--- End diff --
this line should be removed
---