blob: 7dec191a822e21aa079f7afdc2947ea2022c6aae [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
*.domain=debug
*.falcon.parentworkflow.retry.max=3
*.falcon.parentworkflow.retry.interval.secs=1
*.falcon.replication.workflow.maxmaps=5
*.falcon.replication.workflow.mapbandwidth=100
*.webservices.default.results.per.page=10
# If true, do not run retention past feedCluster validity end time.
# This will retain recent instances beyond feedCluster validity end time.
*.falcon.retention.keep.instances.beyond.validity=true
# Default configs to handle replication for late arriving feeds.
*.feed.late.allowed=true
*.feed.late.frequency=hours(3)
*.feed.late.policy=exp-backoff
# If true, Falcon skips oozie dryrun while scheduling entities.
*.falcon.skip.dryrun=false
######### Proxyuser Configuration Start #########
#List of hosts the '#USER#' user is allowed to perform 'doAs 'operations from. The '#USER#' must be replaced with the
#username of the user who is allowed to perform 'doAs' operations. The value can be the '*' wildcard or a list of
#comma separated hostnames
*.falcon.service.ProxyUserService.proxyuser.#USER#.hosts=*
#List of groups the '#USER#' user is allowed to 'doAs 'operations. The '#USER#' must be replaced with the
#username of the user who is allowed to perform 'doAs' operations. The value can be the '*' wildcard or a list of
#comma separated groups
*.falcon.service.ProxyUserService.proxyuser.#USER#.groups=*
*.falcon.jms.notification.enabled=true
######### Proxyuser Configuration End #########