Github user toyboxman commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/444#discussion_r230622329
--- Diff: service/src/main/resources/application.properties ---
@@ -62,3 +62,5 @@ elasticsearch.scheme=http
livy.uri=http://localhost:8998/batches
# yarn url
yarn.uri=http://localhost:8088
+# griffin event listener
+#internal.event.listeners=org.apache.griffin.core.event.JobEventHook
--- End diff --
correct, change it as definition in test folder---
