Re: MultiLag (Python) bolt gives error

2014-06-05 Thread Hamza Asad
n directory >"/tmp/5f3c8318-14da-4999-a974-584a9d200fdb/supervisor/stormdist/mongo_20140528_02-1-1401786854/resources"): > error=2, No such file or directory". > > > >On Wed, Jun 4, 2014 at 7:33 PM, Hamza Asad wrote: > >Help required plz.. I'm facing this

Re: MultiLag (Python) bolt gives error

2014-06-04 Thread Hamza Asad
Help required plz.. I'm facing this issue while using pytjon bolt.. Haven't resolved it yet.. Anyone having solution *** This message has been sent using QMobile A500 *** Hamza Asad wrote: >I have checked that resources folder is NOT placed in location >*/tmp/6a09063

Re: MultiLag (Python) bolt gives error

2014-06-04 Thread Hamza Asad
*storm* *0.9.1-incubating* and compiling code using netbeans. On Tue, Jun 3, 2014 at 2:31 PM, Hamza Asad wrote: > Hi, > I'm using python bolt which is in the resource directory but storm giving

MultiLag (Python) bolt gives error

2014-06-03 Thread Hamza Asad
er.java:1022) ~[na:1.7.0_55] ... 6 common frames omitted7361 [Thread-19-exclaim1] INFO backtype.storm.util - Halting process: ("Worker died")7361 [Thread-21-exclaim1] INFO backtype.storm.util - Halting process: ("Worker died")* What is the issue? -- *Muhammad Hamza Asad*

Re: Output of storm topology?

2014-05-27 Thread Hamza Asad
or so I or > another member can detect the problem , and if it's possible send me the > code . > > > 2014-05-27 16:39 GMT+01:00 Hamza Asad : > > I have tested that, Spout is working fine and populating file BUT bolts >> Output is not logging into desired output file lo

Re: Output of storm topology?

2014-05-27 Thread Hamza Asad
ss topology > > > TopologyBuilder builder = new TopologyBuilder(); > > PrinterBolt P = new PrinterBolt(); > builder.setSpout("word", new h( ), 1); > builder.setBolt("exclaim1", new ExclamationBolt(), > 3).shuffleGrouping("word")

Re: Output of storm topology?

2014-05-27 Thread Hamza Asad
cessary to validate my future implementation results. Regards On Tue, May 27, 2014 at 1:41 PM, Hamza Asad wrote: > > > -- Forwarded message -- > From: Hamza Asad > Date: Tue, May 27, 2014 at 1:34 PM > Subject: Output of storm topology? > To: user@storm.incub

Fwd: Output of storm topology?

2014-05-27 Thread Hamza Asad
-- Forwarded message -- From: Hamza Asad Date: Tue, May 27, 2014 at 1:34 PM Subject: Output of storm topology? To: user@storm.incubator.apache.org Respected All, I'm new to storm, started working on it of my own as i'm impressed by the features it is providi