This is an automated email from the ASF dual-hosted git repository.
suvasude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 483d42c [GOBBLIN-882] Modify application config so that GaaS runs
483d42c is described below
commit 483d42c365ff727d5e6c08a2095ef570f9e22482
Author: William Lo <[email protected]>
AuthorDate: Wed Sep 25 13:21:22 2019 -0700
[GOBBLIN-882] Modify application config so that GaaS runs
Closes #2733 from Will-Lo/wlo/fix-gaas-config
---
conf/service/application.conf | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/conf/service/application.conf b/conf/service/application.conf
index 3cb5b34..810c6fb 100644
--- a/conf/service/application.conf
+++ b/conf/service/application.conf
@@ -36,3 +36,12 @@ flowSpec.store.dir=${gobblin.service.work.dir}/flowSpecStore
# Template Catalog
gobblin.service.templateCatalogs.fullyQualifiedPath="file:///tmp/templateCatalog"
+
+# JobStatusMonitor
+gobblin.service.jobStatusMonitor.enabled=false
+
+# FsJobStatusRetriever
+fsJobStatusRetriever.state.store.dir=${gobblin.service.work.dir}/state-store
+
+# RestLI
+gobblin.service.port=6956