本地啓動storm

在zookeeper基礎上運行storm 壓release安裝包 配置conf/storm.yaml • zk集羣地址 storm.zookeeper.servers:shell

  • "127.0.0.1" • 1 • 2 • Nimbus and Supervisor須要的本地狀態等信息存儲的目錄 、每一個目錄都不一樣 storm.local.dir: "D:/ubuntu-storm/workspace/stormlocal/data" • 1 • Nimbus master機器地址,用於toplogy jars和配置信息的分發 nimbus.seeds: ["127.0.0.1"] • 1 • 每一個機器節點工做的woker的端口,每一個supervisor或nimbus能夠區分開,配置不一樣worker的端口 supervisor.slots.ports:
    • 8700
    • 8701
    • 8702
    • 8703 啓動master上的nimbus bin\storm.py nimbus • 1 啓動各個supervisor bin\storm.py supervisor • 1 啓動UI監控 bin\storm.py ui • 1 遇到的問題 cmd bin\storm nimbus 啓動失敗、建議用Powershell storm.ps1 script替代啓動 bin\storm supervisor This script is deprecated. Please use the Powershell storm.ps1 script instead 錯誤: 找不到或沒法加載主類 Files\Java\jdk1.8.0_121\bin;C:\Program • 1 • 2 • 3 powershell -file bin\storm.ps1 nimbus 啓動報錯沒有權限被系統禁止,若是修改權限較麻煩 我選擇放棄 沒法加載文件 E:\storm-cluster\apache-storm-1\bin\storm.ps1,由於在此係統中禁止 執行腳本。有關詳細信息,請參閱 "get-help about_signing"。
    • CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE xception
    • FullyQualifiedErrorId : RuntimeException

先啓動zookeeper再啓動stormapache

相關文章
相關標籤/搜索