v1.0.1 issues -- Re: docs on storm starter frustrating, but success

2016-04-29 Thread Henry Hottelet
Hello P. Taylor Goetz, I downloaded : https://github.com/apache/storm/releases/tag/v1.0.1 Then : mvn clean install Yielded these results: [INFO] [INFO] BUILD FAIL

Re: docs on storm starter frustrating, but success

2016-04-29 Thread Joaquin Menchaca
The Clojure libraries stopped at 0.9.0.1, and they are no longer following the Storm project. There's the Apache libraries. But last I look they references to no have references to 0.10.1. If you download the tarball, it should work with mvn clean install, just if cloned from github. On Fri, Ap

Re: docs on storm starter frustrating, but success

2016-04-29 Thread Henry Hottelet
Joaquin, and storm users, Please let me know if you were able to get the maven build for the storm starter project built. If so, please give me the link to the github project, because I tried yesterday, it was missing dependencies for clojure. Also, which docs are you referring to for getting st

Re: docs on storm starter frustrating, but success

2016-04-29 Thread Abhishek Agarwal
I see. The package names have been changed but the link in the github code was not updated. Thanks for highlighting this issue. will fix it up. On Fri, Apr 29, 2016 at 10:31 PM, Joaquin Menchaca wrote: > I looked through the all of the docs, and not one tells explicitly how to > run the sample t

Re: docs on storm starter frustrating, but success

2016-04-29 Thread Joaquin Menchaca
I looked through the all of the docs, and not one tells explicitly how to run the sample topologies. Unless there's a buried link that's 2 or more links down somewhere that has the missing information. The documentation that comes with the code, README.md from the storm starter examples, is spars

Re: docs on storm starter frustrating, but success

2016-04-28 Thread Abhishek Agarwal
Documentation for storm 0.10 is available here - http://storm.apache.org/releases/0.10.0/index.html On Wed, Apr 27, 2016 at 4:11 AM, Joaquin Menchaca wrote: > Ignore the docs. I looked at the final packaged jar from mvn clean > install, noticed the path was different. I was able to at least ge

docs on storm starter frustrating, but success

2016-04-26 Thread Joaquin Menchaca
Ignore the docs. I looked at the final packaged jar from mvn clean install, noticed the path was different. I was able to at least get ExlamationTopology to work. tar -xvf apache-storm-0.10.0.tar.gz cd apache-storm-0.10.0/examples/storm-starter mvn clean install -DskipTests=true storm jar storm