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, Apr 29, 2016 at 4:11 PM, Henry Hottelet <[email protected]> wrote:

> 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 started?
>
> It is a struggle because of the missing dependencies to clojure.
>
> I am also considering Kafka integrated with storm. However I need it to be
> locally developed on a macbook, and deployable to a red hat machine where
> on aws or azure.
>
> Please advise.
>
> Henry
> On Apr 29, 2016 1:01 PM, "Joaquin Menchaca" <[email protected]> wrote:
>
> 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
> sparse, and what it does document does not actually work.
>
> I had to unzip the jar see where the classes were actually bundled, then
> with that knowledge, I could refer to the jar's namespace/package path in
> the command line, which does not start with org.apache.
>
> From the online docs, I haven't found any docs that cover simply running
> the topologies.  It has high level docs on how to create topologies
> oneself.   As an Ops guy, I just wanted to run some sample topologies, as I
> am trying to build a multi-cluster Apache Storm for them.
>
>
> On Thu, Apr 28, 2016 at 12:31 AM, Abhishek Agarwal <[email protected]>
> wrote:
>
>> 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 <[email protected]>
>> 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 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-starter-topologies-0.10.0.jar 
>>> storm.starter.ExclamationTopology
>>>
>>> Are they any other docs on the other topologies, they look interesting.
>>> Or are the docs just in the code?
>>>
>>> --
>>>
>>> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
>>>
>>
>>
>>
>> --
>> Regards,
>> Abhishek Agarwal
>>
>>
>
>
> --
>
> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。
>
>


-- 

是故勝兵先勝而後求戰,敗兵先戰而後求勝。

Reply via email to