summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorqidaijie <[email protected]>2021-02-01 11:39:37 +0800
committerqidaijie <[email protected]>2021-02-01 11:39:37 +0800
commit896e99e3788fd1dc83c6d96eb645b0b519087b8b (patch)
tree7256fbdb61b0b70a2fb1b3b036dcac48882c1940 /properties
parent084f6731ba501097fe326e351b1d9b2b6afd8df9 (diff)
提交线上使用版本HEADmaster
Diffstat (limited to 'properties')
-rw-r--r--properties/subscriber-config.properties32
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