sv2000 commented on a change in pull request #2873:
[GOBBLIN-1031]Gobblin-on-Yarn locally running Azkaban job skeleton
URL: https://github.com/apache/incubator-gobblin/pull/2873#discussion_r368766504
##########
File path:
gobblin-modules/gobblin-azkaban/src/main/resources/conf/properties/local.properties
##########
@@ -0,0 +1,23 @@
+# Misc. deployment/cluster specific variables
+user.name=kafkaetl
+logs.user.name=kafkaetlstream
+root.project.name=gobblin-kafka-streaming-local
+grid.name=ltx1-holdem
+
+
+# Cluster specific directory configurations
+# home.dir and root.data.location should be unique per cluster deployment
+
+home.dir=/jobs/${user.name}
+logs.dir=/jobs/${logs.user.name}
+root.data.location=/data
+
+fs.uri=file:///
+
+# Yarn Configuration
+gobblin.yarn.app.queue=default
+
+# Gobblin Cluster
+#Add a suffix "-1" to the app name becuase of a corrupted Helix cluster znode
(LIZK-619). This made the helix cluster
Review comment:
Drop this comment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services