Storm 问题记录
四、在storm上发布应用
1、主类传递参数形式
c:\project\storm\conf.yaml是传递到主类main方法的参数值
storm jar c:\project\storm\testjstorm-0.1-jar-with-dependencies.jar com.TestParseTopology c:\project\storm\conf.yaml -c nimbus.host=localhost
三、删除Strom上Topology
stormkill{stormname}
二、Storm、JStrom在windows的集成
1、下载apache-storm-0.10.0.zip,直接解压使用
2、下载jstorm-2.0.4-SNAPSHOT.tar.gz,提取其中jstorm-core-2.0.4-SNAPSHOT.jar里的com目录里全部类,把这些类放到$STORM_HOME$/lib/storm-core-0.10.0.jar中。
3、将如下的jar包放入$STORM_HOME$/lib/
commons-cli-1.2.jar
commons-codec-1.6.jar
commons-exec-1.1.jar
commons-io-2.4.jar
commons-lang-2.5.jar
4、此时,可以运行基于JStrom编写的storm程序。
一、windows安装storm
注意:
在windows下运行stormnimbus命令时,在%STORM_HOME%\bin\storm-config.cmd里修改STORM_LOGBACK_CONFIGURATION_FILE配置参数。
修改前的内容:
if not defined STORM_LOGBACK_CONFIGURATION_FILE ( set STORM_LOGBACK_CONFIGURATION_FILE=%STORM_HOME%\log4j2\cluster.xml )
修改后的内容:
if not defined STORM_LOGBACK_CONFIGURATION_FILE ( set STORM_LOGBACK_CONFIGURATION_FILE=file://%STORM_HOME%\log4j2\cluster.xml )
参考:
http://blog.csdn.net/cauchy8389/article/details/39586763
相关推荐
枫叶上的雨露 2020-05-02
LandryBean 2020-03-12
一名java从业者 2020-01-09
weeniebear 2013-03-25
weeniebear 2014-05-28
sfqbluesky 2019-12-12
AbnerSunYH 2016-08-12
weeniebear 2016-08-11
Stereo 2016-07-27
芒果先生Mango 2018-05-31
dykun 2019-08-16
GimmeS 2016-10-11
benbendy 2016-09-30
Johnhao 2016-09-30
AbnerSunYH 2016-04-28
benbendy 2016-04-15