您好,登錄后才能下訂單哦!
這篇文章主要為大家展示了“Apache Storm如何安裝”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“Apache Storm如何安裝”這篇文章吧。
1、 安裝JDK,不再贅述
2、下載并解壓storm
下載地址://storm.apache.org/downloads.html
3、修改Storm 配制
配置conf/storm.yaml
########### These MUST be filled in for a storm configuration
storm.zookeeper.servers:
-"127.0.0.1"
# - "server2"
storm.zookeeper.port: 2181
#
nimbus.host:"master"
supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703
storm.local.dir:"/opt/storm/apache-storm-0.9.4/data"
#
#
# ##### These may optionally be filled in:
#
## List of custom serializations
# topology.kryo.register:
# - org.mycompany.MyType
# - org.mycompany.MyType2: org.mycompany.MyType2Serializer
#
## List of custom kryo decorators
# topology.kryo.decorators:
# - org.mycompany.MyDecorator
#
## Locations of the drpc servers
# drpc.servers:
# - "server1"
# - "server2"
## Metrics Consumers
# topology.metrics.consumer.register:
# - class: "backtype.storm.metric.LoggingMetricsConsumer"
# parallelism.hint: 1
# - class: "org.mycompany.MyMetricsConsumer"
# parallelism.hint: 1
# argument:
# - endpoint: "metrics-collector.mycompany.org"
4、啟動
在master機器的supervision下運行命令
nohup./stormnimbus &
nohup./stormui &
nohup./stormlogviewer &
在所有子節點機器運行:
nohup./stormsupervisor &
nohup ./stormlogviewer &
以上是“Apache Storm如何安裝”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。