Github user bhlx3lyx7 commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/340#discussion_r201219593
--- Diff: griffin-doc/deploy/deploy-guide.md ---
@@ -105,7 +105,7 @@ You should also modify some configurations of Griffin
for your environment.
# elasticsearch.password = password
```
-- <b>measure/src/main/resources/env.json</b>
+- <b>measure/src/main/resources/env-streaming.json</b>
--- End diff --
For current version, the env json is managed by service module, so this
should be `service/src/main/resources/env/env_streaming.json` and
`service/src/main/resources/env/env_batch.json`
Would you pls modify it? Thanks.
---