This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-tsg-olap-storm-log-a…/properties/address_routine.properties
2019-11-08 11:46:29 +08:00

42 lines
822 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#管理kafka地址
bootstrap.servers=192.168.40.119:9092,192.168.40.122:9092,192.168.40.123:9092
#从kafka哪里开始读earliest/latest
auto.offset.reset=latest
#hbase zookeeper地址
hbase.zookeeper.servers=192.168.40.203:2186
#hbase tablename
hbase.table.name=subcriber_info
#tick时钟频率
topology.tick.tuple.freq.secs=50
topology.config.max.spout.pending=500000
topology.num.acks=0
#redis过期时间
expiration.time=604800
#用于过滤对准用户名
check.ip.scope=10,100,192
#kafka broker下的topic名称
kafka.topic=RADIUS-LOG
#kafka消费group id
group.id=account-to-hbase
#storm topology workers
topology.workers=1
#storm spout parallelism
spout.parallelism=10
#storm bolt parallelism
format.bolt.parallelism=10
#1=单机逐条写入 2=集群逐条写入 3=集群批量写入
redis.model=1