Yes, I have Python installed. Skipping unit tests make the build works.
On Sat, Mar 15, 2014 at 2:34 PM, P. Taylor Goetz <[email protected]> wrote: > Do you have python installed? > > > On Mar 14, 2014, at 12:36 PM, Hussein Baghdadi <[email protected]> > wrote: > > > > Hi, > > > > I want to contribute to Storm project. So, I cloned > > https://github.com/apache/incubator-storm and used: > > > > mvn3 clean package > > > > But I'm getting: > > > > 13680 [Thread-161-2] ERROR backtype.storm.util - Async loop died! > > > > java.lang.RuntimeException: java.lang.RuntimeException: > > java.lang.RuntimeException: Pipe to subprocess seems to be broken! No > > output read. > > > > Shell Process Exception: > > > > > > > > at > > > backtype.storm.utils.DisruptorQueue.consumeBatchToCursor(DisruptorQueue.java:107) > > ~[classes/:na] > > > > at > > > backtype.storm.utils.DisruptorQueue.consumeBatchWhenAvailable(DisruptorQueue.java:78) > > ~[classes/:na] > > > > at > > > backtype.storm.disruptor$consume_batch_when_available.invoke(disruptor.clj:77) > > ~[classes/:na] > > > > at > > > backtype.storm.daemon.executor$fn__3287$fn__3299$fn__3346.invoke(executor.clj:745) > > ~[classes/:na] > > > > at backtype.storm.util$async_loop$fn__443.invoke(util.clj:436) > > ~[classes/:na] > > > > at clojure.lang.AFn.run(AFn.java:24) [clojure-1.4.0.jar:na] > > > > at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45] > > > > Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Pipe > to > > subprocess seems to be broken! No output read. > > > > Shell Process Exception: > > > > > > > > at backtype.storm.task.ShellBolt.execute(ShellBolt.java:164) > ~[classes/:na] > > > > at > > > backtype.storm.daemon.executor$fn__3287$tuple_action_fn__3289.invoke(executor.clj:630) > > ~[classes/:na] > > > > at > > > backtype.storm.daemon.executor$mk_task_receiver$fn__3210.invoke(executor.clj:398) > > ~[classes/:na] > > > > at > > > backtype.storm.disruptor$clojure_handler$reify__1459.onEvent(disruptor.clj:58) > > ~[classes/:na] > > > > at > > > backtype.storm.utils.DisruptorQueue.consumeBatchToCursor(DisruptorQueue.java:104) > > ~[classes/:na] > > > > ... 6 common frames omitted > > > > Caused by: java.lang.RuntimeException: Pipe to subprocess seems to be > > broken! No output read. > > > > Shell Process Exception: > > > > > > > > at backtype.storm.utils.ShellProcess.readString(ShellProcess.java:135) > > ~[classes/:na] > > > > at backtype.storm.utils.ShellProcess.readMessage(ShellProcess.java:81) > > ~[classes/:na] > > > > at backtype.storm.task.ShellBolt$1.run(ShellBolt.java:113) ~[classes/:na] > > > > ... 1 common frames omitted > > > > > > Any ideas? > > > > Thanks for help and time. > > > > Best, > > Hussein. > > > > -- > > > > *Deep into that darkness peering, long I stood there, wondering, fearing, > > doubting, dreaming dreams no mortal ever dared to dream before. Edgar > Allan > > Poe* > -- *Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before.Edgar Allan Poe*
