azkaban.properties

46 lines | 1.407 kB Blame History Raw Download
# Azkaban
default.timezone.id=America/Los_Angeles

# Azkaban JobTypes Plugins
azkaban.jobtype.plugin.dir=plugins/jobtypes

# Loader for projects
executor.global.properties=conf/global.properties
azkaban.project.dir=projects

database.type=mysql
mysql.port=3306
mysql.host=localhost
mysql.database=azkaban2
mysql.user=azkaban
mysql.password=azkaban
mysql.numconnections=100

# Azkaban Executor settings
executor.maxThreads=50
executor.port=12321
executor.flow.threads=30

# JMX stats
jetty.connector.stats=true
executor.connector.stats=true

#
# External analyzer settings
# When enabled a button will appear in the flow execution details page which can be accessed
# to query an external analyzer like Dr. Elephant with the flow execution url.
# '%url' in 'execution.external.link.url' will be replaced with flow execution url.
#
# Note: '%url' is used instead of '%flow_exec_id' as flow execution id is not unique 
# across azkaban instances. The hostname in the url can be relied upon to distinguish 
# between two flows with the same execution id.
#
# Set 'execution.external.link.label' to change the button label. It may be configured
# to reflect the analyzer application.
#
# execution.external.link.url=http://elephant.linkedin.com:8080/search?flow-exec-id=%url
# execution.external.link.label=Dr. Elephant

# uncomment to enable inmemory stats for azkaban
#executor.metric.reports=true
#executor.metric.milisecinterval.default=60000