Github user djKooks commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/340#discussion_r201222930
--- 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 --
@bhlx3lyx7 One more...
Is name of configuration file for spark job has changed from `sparkJob`?
Because it isn't exists and there are only `sparkProperties`...but it seems not
defining spark job. Could you look on it?
---