Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

The storm client can only be run from within a release. You appear to be trying to run the client from a checkout of Storm's source code. #155

Closed BlueKarl closed 8 years ago

BlueKarl commented 8 years ago

First,maybe it shouldn't ask you, I would be very grateful if you know how to solve it 。 I install pyleus and storm 0.9.2 on my server

(qos)[root@localhost work]# pyleus build QOSplayindex.yaml
(qos)[root@localhost work]# pyleus local -d QOStest.jar
******************************************
The storm client can only be run from within a release. You appear to be trying to run the client from a  checkout of Storm's source code.

You can download a Storm release at http://storm-project.net/downloads.html
******************************************
pyleus local: error: [StormError] Storm command failed. Run with --verbose for more info.
BlueKarl commented 8 years ago

It solved! but I have another problems. I have a host list like this:

11.11.11.11 com.abc.stormnode1 11.11.11.12 com.abc.stormnode2 11.11.11.13 com.abc.stormnode3 11.11.11.14 com.abc.stormnode4 11.11.11.15 com.abc.stormnode5

I write in "test.yaml" like this: zk_hosts:com.abc.stormnode3:2181,com.abc.stormnode2:2181,com.abc.stormnode1:2181,com.abc.stormnode5:2181,com.abc.stormnode4:2181

How should I bind the host ???