Re: [ANNOUNCE] Apache Storm 1.0.2 Released

2016-08-11 Thread
Distribution artifacts are not ready in Maven Central yet. 2016-08-11 3:15 GMT+08:00 P. Taylor Goetz : > The Apache Storm community is pleased to announce the release of Apache > Storm version 1.0.2. > > Storm is a distributed, fault-tolerant, and high-performance realtime > computation system th

Re: how can i show

2016-05-26 Thread
Sorry, not* hostnamei -i*, but *hostname -i*. 2016-05-27 14:46 GMT+08:00 马哲超 : > For 1 and 2, that depends on the hostname of the supervisor. Run *hostnamei > -i *to see, and also modify hostname via that command. > > For 3, I do not quite understand your question. > > 2016-05-

Re: how can i show

2016-05-26 Thread
For 1 and 2, that depends on the hostname of the supervisor. Run *hostnamei -i *to see, and also modify hostname via that command. For 3, I do not quite understand your question. 2016-05-26 20:00 GMT+08:00 侯林蔚 : > > hi, > I start a storm cluster . and I fell puzzled about the ‘Host’ col in the >

Re: Storm topology taking too long to get assigned on worker slot

2016-05-23 Thread
Which version do you use? 2016-05-23 19:48 GMT+08:00 Sanjeev Verma : > Hi All > I am observing a strange issue on my storm cluster (6 nodes). After > submitting the topology I can see some 3-7 mins time when worker slot got > occupied. > I am clueless why it is taking so long to occupy the worker

Re: Storm + HDFS

2016-05-19 Thread
I'd like to make a small fix for the solution in my last mail. org.apache.hadoop hadoop-common 2.7.1 org.slf4j slf4j-log4j12 2016-05-20 10:54 GMT+08:00 马哲超 : > I have already worked it out. Adding dependenc

Re: Storm + HDFS

2016-05-19 Thread
I have already worked it out. Adding dependency hadoop-common in the pom.xml file can solve the problem. For example, org.apache.hadoop hadoop-common 2.7.1 2016-05-19 18:37 GMT+08:00 马哲超 : > Yes, I have get the same error, and can't resolve it. > > 2016-02-05 0:

Re: Storm + HDFS

2016-05-19 Thread
Yes, I have get the same error, and can't resolve it. 2016-02-05 0:29 GMT+08:00 K Zharas : > Thank you for your reply, it worked. However, I got an another problem. > > Basically, I'm trying to implement HDFSBolt in Storm. I wanted to start > with basic one, so used TestWordSpout provided by Stor

Re: Simple problem about the storm

2016-05-13 Thread
Version 1.x.x and version 0.x.x are two different branches. 2016-05-13 16:32 GMT+08:00 Navin Ipe : > 1. Version 1.0.0 is the new version. 0.10.0 is the old version. 0.9.6 is > older than 0.10.0 > 2. Tasks within a worker get subscribed to tick tuples. > > On Thu, May 12, 2016 at 12:06 PM, fanxi..

Re: hdfs-bolt write/sync problems

2016-04-18 Thread
Problems may be in the hadoop, like wrong permission. 2015-04-29 20:51 GMT+08:00 Volker Janz : > Hi, > > we are using the storm-hdfs bolt (0.9.4) to write data from Kafka to > Hadoop (Hadoop 2.5.0-cdh5.2.0). > > This works fine for us but we discovered some unexpected behavior: > > Our bolt uses

Re: HDFS Bolts -- partitioning output

2016-03-14 Thread
I'm also looking forward for this partitioning function. The issue title has been changed to STORM-1464. 2016-01-26 1:38 GMT+08:00 Aaron.Dossett : > Erik — It turned that we did need this in production after all. I updated > STORM-1494 to include partitioning and I will have an initial PR soon f

Re: Issues in Storm deployment

2016-03-14 Thread
*stom.yaml* is uesed when starting the storm cluster, not your topology. Do not package this file into your topology. 2016-03-14 15:15 GMT+08:00 vibha goyal : > Thanks, but as I mentioned in the original e-mail, I cannot keep > storm.yaml in /home/vgoyal5/apache-storm-1.0.0-SNAPSHOT/conf/storm.ya