32 lines
1.1 KiB
Properties
32 lines
1.1 KiB
Properties
#--------------------------------地址配置------------------------------#
|
||
|
||
#管理kafka地址
|
||
#input.kafka.servers=192.168.44.11:9094,192.168.44.14:9094,192.168.44.15:9094
|
||
input.kafka.servers=192.168.44.12:9094
|
||
|
||
#hbase zookeeper地址 用于连接HBase
|
||
#hbase.zookeeper.servers=192.168.44.12
|
||
hbase.zookeeper.servers=192.168.44.12:2181
|
||
hbase.rpc.timeout=60000
|
||
|
||
#--------------------------------Kafka消费组信息------------------------------#
|
||
|
||
#kafka 接收数据topic
|
||
input.kafka.topic=RADIUS-RECORD
|
||
|
||
#读取topic,存储该spout id的消费offset信息,可通过该拓扑命名;具体存储offset的位置,确定下次读取不重复的数据;
|
||
group.id=radius-flink-202112067
|
||
|
||
#--------------------------------topology配置------------------------------#
|
||
#ip-account对应关系表
|
||
hbase.framedip.table.name=tsg_galaxy:relation_framedip_account
|
||
|
||
#定位库地址
|
||
tools.library=D:\\K18-Phase2\\tsgSpace\\dat\\tsg\\
|
||
#account-ip对应关系表
|
||
hbase.account.table.name=tsg_galaxy:relation_account_framedip
|
||
|
||
hbase.scan.limit=100000
|
||
|
||
cache.expire.seconds=86400
|
||
cache.max.size=10000000 |