diff options
Diffstat (limited to 'properties')
| -rw-r--r-- | properties/subscriber-config.properties | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/properties/subscriber-config.properties b/properties/subscriber-config.properties new file mode 100644 index 0000000..153a905 --- /dev/null +++ b/properties/subscriber-config.properties @@ -0,0 +1,32 @@ +#管理kafka地址 +bootstrap.servers=192.168.40.186:9092 +#从kafka哪里开始读:earliest/latest +auto.offset.reset=latest + +#hbase zookeeper地址 +hbase.zookeeper.servers=192.168.40.186:2181 + +#hbase table name +hbase.table.name=subscriber_info + +#tick时钟频率 +topology.tick.tuple.freq.secs=30 + +topology.config.max.spout.pending=500000 + +topology.num.acks=0 + +#kafka broker下的topic名称 +kafka.topic=RADIUS-RECORD-LOG + +#kafka消费group id +group.id=account-to-hbase-a + +#storm topology workers +topology.workers=1 + +#storm spout parallelism +spout.parallelism=1 + +#storm bolt parallelism +format.bolt.parallelism=1 |
