首页 > 其他 > 详细

maven执行main函数

时间:2014-09-24 12:24:48      阅读:213      评论:0      收藏:0      [点我收藏+]

You’re ready to run your first topology! If you create a file at src/main/resources/

words.txt with one word per line, you can run the topology with this command:

mvn exec:java -Dexec.mainClass="TopologyMain" -Dexec.args="src/main/resources/

words.txt"

For example, if you use the following words.txt file:

Storm

test

are

great

is

an

Storm

simple

application

but

very

powerful

really

Storm

is

great

In the logs, you should see something like the following:

is: 2

application: 1

but: 1

great: 1

test: 1

simple: 1

Storm: 3

really: 1

are: 1

great: 1

an: 1

powerful:


maven执行main函数

原文:http://smilezhuolin.blog.51cto.com/7671611/1557577

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!