One side note -- I looked into the Eclipse setup. According to
https://github.com/nathanmarz/storm/wiki/Creating-a-new-Storm-project
I need to include the Storm jars. However, I can't compile Storm (as
previously mentioned) because of missing dependencies (specifically
JZMQ and by depedency, uzmq as well). So basically I'm pretty lost
when it comes to all of this. If anyone can help me understand what
I'm missing, which might be something obvious, I'd be happy to write
up a little tutorial so that you guys don't have to answer these kinds
of beginner questions again :)
On Oct 15, 4:24 pm, Kurtis <
kurtis.mull...@gmail.com> wrote:
> Sorry if this is a dumb question -- so how do I start them? I looked
> through the documentation as you listed and didn't see any examples of
> starting topologies locally. The only thing I saw was how to code the
> topologies for local deployment. This question might be apparent to
> others but I have virtually no experience using Maven or anything else
> to import Java dependencies and it's not as easy as just running Java
> on a single class file -- at least from what I have tried.
>
> Thanks again!
>
> On Oct 14, 2:45 pm, nathanmarz <
nathan.m...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Yes, you are. "storm jar" is for submitting topologies to an actual
> > cluster. You can read more about local mode and remote mode on the
> > following wiki pages:
>
> >
https://github.com/nathanmarz/storm/wiki/Local-modehttps://github.com......