common.properties 2.4 KB
Newer Older
B
bao liang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#
# 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.
#

18
#task queue implementation, default "zookeeper"
K
khadgarmage 已提交
19
dolphinscheduler.queue.impl=zookeeper
20 21

# user data directory path, self configuration, please make sure the directory exists and have read write permissions
K
khadgarmage 已提交
22
data.basedir.path=/tmp/dolphinscheduler
23 24

# directory path for user data download. self configuration, please make sure the directory exists and have read write permissions
K
khadgarmage 已提交
25
data.download.basedir.path=/tmp/dolphinscheduler/download
26 27

# process execute directory. self configuration, please make sure the directory exists and have read write permissions
K
khadgarmage 已提交
28
process.exec.basepath=/tmp/dolphinscheduler/exec
29 30 31 32

# Users who have permission to create directories under the HDFS root path
hdfs.root.user=hdfs

K
khadgarmage 已提交
33 34
# data base dir, resource file will store to this hadoop hdfs path, self configuration, please make sure the directory exists on hdfs and have read write permissions。"/dolphinscheduler" is recommended
data.store2hdfs.basepath=/dolphinscheduler
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51

# resource upload startup type : HDFS,S3,NONE
res.upload.startup.type=NONE

# whether kerberos starts
hadoop.security.authentication.startup.state=false

# java.security.krb5.conf path
java.security.krb5.conf.path=/opt/krb5.conf

# loginUserFromKeytab user
login.user.keytab.username=hdfs-mycluster@ESZ.COM

# loginUserFromKeytab path
login.user.keytab.path=/opt/hdfs.headless.keytab

# system env path. self configuration, please make sure the directory and file exists and have read write execute permissions
K
khadgarmage 已提交
52
dolphinscheduler.env.path=/opt/dolphinscheduler/conf/env/.dolphinscheduler_env.sh
53 54 55 56 57 58 59

#resource.view.suffixs
resource.view.suffixs=txt,log,sh,conf,cfg,py,java,sql,hql,xml

# is development state? default "false"
development.state=true