Commit 5703310b authored by 杨林's avatar 杨林

属性文件

parent 7220e9e1
# 消费埋点数据的配置文件
# kafka 主题
kafka.event.topic=queue-buried-point-v1-to-bigdata
#kafka.event.topic=event_tracker
# kafka集群
kafka.cluster=qmbigdata01:9092,qmbigdata02:9092,qmbigdata03:9092,qmbigdata04:9092,qmbigdata05:9092
#kafka.cluster=8.135.22.177:9092,8.135.53.75:9092,8.135.100.29:9092,8.135.58.206:9092,47.119.179.1:9092
# kafka消费者组
kafka.consumer.group=test-point-group
# kafka key 序列化
kafka.consumer.key.deserializer=org.apache.kafka.common.serialization.StringDeserializer
# kafka values 序列化
kafka.consumer.value.deserializer=org.apache.kafka.common.serialization.StringDeserializer
# kafka偏移量
kafka.consumer.offset.commit.auto.interval=10000
kafka.consumer.offset.commit.auto=true
# hadoop 认证方式
hadoop.security.auth=Kerberos
# kerberos hive认证密钥
kerberos.hive.path=/opt/software/kerberos/hive.keytab
kerberos.hive.user=hive@QIAOMENG.COM
# kerberos 配置文件地址
kerberos.config.path=/etc/krb5.conf
kerberos.debug=true
kerberos.javax.auth.useSubjectCredsOnly=false
# hive catalog
hive.catalog=event_tracking
# hive 配置文件路径
hive.config.path=/etc/alternatives/hive-conf
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment