You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Dimitri Chachlakis <di...@gmail.com> on 2014/10/20 18:12:00 UTC

Help // Installing storm on ubuntu

Hello folks, 

 

I am sorry if my question might sound silly but I am totally new to this and
I am trying to find my way so any help would be much appreciated.

 

I am trying to install storm in Ubuntu. 

 

I have installed :

 

Java SDK 1.7

Git

Maven 3.2.3

Virtual box

Puppet

Vagrant

 

Finally I Installed Eclipse.

 

Then through command line I am trying to create my first storm topology:
HelloWorld Topology.

 

To do that I have created my pom.xml file and then I running the command mvn
eclipse:eclipse. When I do that I can see that a lot of files are being
downloaded but at some point I am getting the error that storm was not found
or missing pom for storm and I am really stuck there.

 

Can somebody help me get through this so I can have my tools fully installed
and then explore the world of Storm?

 

 

Thanks a million.

 

Dimitri

 



---
Αυτό το email είναι απαλλαγμένο από ιούς και κακόβουλο λογισμικό, επειδή είναι ενεργή η προστασία avast! Antivirus.
http://www.avast.com

Re: Help // Installing storm on ubuntu

Posted by Dimitris Chachlakis <di...@gmail.com>.
I finally managed to execute the topology I made in local mode.

However I found the links you've sent me very useful and I going to spend
some time exploring them.

Once again thanks a lot for helping me out and I hope next time I will send
an email to this list to be for something more advanced.

Best regards,
Dimitri

*Dimitri Chachlakis*

2014-10-21 11:06 GMT+03:00 Babu, Prashanth <Pr...@nttdata.com>:

>  Hi Dimitri,
>
>
>
> I have not read Storm Cookbook. So, I am not sure about the code or
> instructions in that book.
>
> Were you able to execute your topology after you fixed the errors?
>
> If not, alternatively, you can try checking this sample project [1] after
> running thru the instructions in the README.
>
> And also for learning more about Storm, please check Michael Noll’s
> excellent training deck and tutorial [2].
>
>
>
> [1]: https://github.com/P7h/StormTweetsSentimentAnalysis
>
> [2]:
> http://www.michael-noll.com/blog/2014/09/15/apache-storm-training-deck-and-tutorial
>
>
>
> Regards,
>
> Prashanth.
>
>
>
> *From:* Dimitris Chachlakis [mailto:dimitris.chachlakis@gmail.com]
> *Sent:* 20 October 2014 20:53
> *To:* user@storm.apache.org
> *Subject:* Re: Help // Installing storm on ubuntu
>
>
>
> Thanks for answering Prashanth.
>
> Yes I think I am running the topology in local mode.
>
>
>
> I have attached my pom.xml.
>
> I managed to fix the error I had. After I completed my HelloWorldTopology
> and also compiled it with maven.
>
> After compiling I got the message: build  success.
>
> But I am not sure what is happening now and if my topology really works.
> To create the topology I used the instructions from storm CookBook.
>
> Could you please tell me how I will see that my topology is actually
> working?
>
> ​Thank you a lot!​
>
>
>
>   *Dimitri Chachlakis*
>
>
>
> 2014-10-20 22:44 GMT+03:00 Babu, Prashanth <Pr...@nttdata.com>:
>
> Hi Dimitri,
>
>
>
> I assume you are running the Storm topology in local mode.
>
> Can you show us the error message(s) you see on the console and also
> contents of your pom.xml?
>
>
>
> Regards,
>
> Prashanth.
>
>
>
> *From:* Dimitri Chachlakis [mailto:dimitris.chachlakis@gmail.com]
> *Sent:* 20 October 2014 17:12
> *To:* user@storm.apache.org
> *Subject:* Help // Installing storm on ubuntu
>
>
>
> Hello folks,
>
>
>
> I am sorry if my question might sound silly but I am totally new to this
> and I am trying to find my way so any help would be much appreciated.
>
>
>
> I am trying to install storm in Ubuntu.
>
>
>
> I have installed :
>
>
>
> Java SDK 1.7
>
> Git
>
> Maven 3.2.3
>
> Virtual box
>
> Puppet
>
> Vagrant
>
>
>
> Finally I Installed Eclipse.
>
>
>
> Then through command line I am trying to create my first storm topology:
> HelloWorld Topology.
>
>
>
> To do that I have created my pom.xml file and then I running the command
> mvn  eclipse:eclipse. When I do that I can see that a lot of files are
> being downloaded but at some point I am getting the error that storm was
> not found or missing pom for storm and I am really stuck there.
>
>
>
> Can somebody help me get through this so I can have my tools fully
> installed and then explore the world of Storm?
>
>
>
>
>
> Thanks a million.
>
>
>
> Dimitri
>
>
>
>
>  ------------------------------
>
> <http://www.avast.com/>
>
> Αυτό το email είναι απαλλαγμένο από ιούς και κακόβουλο λογισμικό, επειδή η
> προστασία avast! Antivirus <http://www.avast.com/> είναι ενεργή.
>
>
>
>
> ______________________________________________________________________
> Disclaimer: This email and any attachments are sent in strictest confidence
> for the sole use of the addressee and may contain legally privileged,
> confidential, and proprietary data. If you are not the intended recipient,
> please advise the sender by replying promptly to this email and then delete
> and destroy this email and any attachments without any further use, copying
> or forwarding.
>
>
>
> ______________________________________________________________________
> Disclaimer: This email and any attachments are sent in strictest confidence
> for the sole use of the addressee and may contain legally privileged,
> confidential, and proprietary data. If you are not the intended recipient,
> please advise the sender by replying promptly to this email and then delete
> and destroy this email and any attachments without any further use, copying
> or forwarding.
>

RE: Help // Installing storm on ubuntu

Posted by "Babu, Prashanth" <Pr...@nttdata.com>.
Hi Dimitri,

I have not read Storm Cookbook. So, I am not sure about the code or instructions in that book.
Were you able to execute your topology after you fixed the errors?
If not, alternatively, you can try checking this sample project [1] after running thru the instructions in the README.
And also for learning more about Storm, please check Michael Noll’s excellent training deck and tutorial [2].

[1]: https://github.com/P7h/StormTweetsSentimentAnalysis
[2]: http://www.michael-noll.com/blog/2014/09/15/apache-storm-training-deck-and-tutorial

Regards,
Prashanth.

From: Dimitris Chachlakis [mailto:dimitris.chachlakis@gmail.com]
Sent: 20 October 2014 20:53
To: user@storm.apache.org
Subject: Re: Help // Installing storm on ubuntu

Thanks for answering Prashanth.
Yes I think I am running the topology in local mode.

I have attached my pom.xml.

I managed to fix the error I had. After I completed my HelloWorldTopology and also compiled it with maven.
After compiling I got the message: build  success.
But I am not sure what is happening now and if my topology really works. To create the topology I used the instructions from storm CookBook.
Could you please tell me how I will see that my topology is actually working?
​Thank you a lot!​


Dimitri Chachlakis

2014-10-20 22:44 GMT+03:00 Babu, Prashanth <Pr...@nttdata.com>>:
Hi Dimitri,

I assume you are running the Storm topology in local mode.
Can you show us the error message(s) you see on the console and also contents of your pom.xml?

Regards,
Prashanth.

From: Dimitri Chachlakis [mailto:dimitris.chachlakis@gmail.com<ma...@gmail.com>]
Sent: 20 October 2014 17:12
To: user@storm.apache.org<ma...@storm.apache.org>
Subject: Help // Installing storm on ubuntu

Hello folks,

I am sorry if my question might sound silly but I am totally new to this and I am trying to find my way so any help would be much appreciated.

I am trying to install storm in Ubuntu.

I have installed :

Java SDK 1.7
Git
Maven 3.2.3
Virtual box
Puppet
Vagrant

Finally I Installed Eclipse.

Then through command line I am trying to create my first storm topology: HelloWorld Topology.

To do that I have created my pom.xml file and then I running the command mvn  eclipse:eclipse. When I do that I can see that a lot of files are being downloaded but at some point I am getting the error that storm was not found or missing pom for storm and I am really stuck there.

Can somebody help me get through this so I can have my tools fully installed and then explore the world of Storm?


Thanks a million.

Dimitri


________________________________
[http://static.avast.com/emails/avast-mail-stamp.png]<http://www.avast.com/>


Αυτό το email είναι απαλλαγμένο από ιούς και κακόβουλο λογισμικό, επειδή η προστασία avast! Antivirus<http://www.avast.com/> είναι ενεργή.



______________________________________________________________________
Disclaimer: This email and any attachments are sent in strictest confidence
for the sole use of the addressee and may contain legally privileged,
confidential, and proprietary data. If you are not the intended recipient,
please advise the sender by replying promptly to this email and then delete
and destroy this email and any attachments without any further use, copying
or forwarding.


______________________________________________________________________
Disclaimer: This email and any attachments are sent in strictest confidence
for the sole use of the addressee and may contain legally privileged,
confidential, and proprietary data. If you are not the intended recipient,
please advise the sender by replying promptly to this email and then delete
and destroy this email and any attachments without any further use, copying
or forwarding.

Re: Help // Installing storm on ubuntu

Posted by Dimitris Chachlakis <di...@gmail.com>.
Thanks for answering Prashanth.

Yes I think I am running the topology in local mode.

I have attached my pom.xml.

I managed to fix the error I had. After I completed my HelloWorldTopology
and also compiled it with maven.

After compiling I got the message: build  success.

But I am not sure what is happening now and if my topology really works. To
create the topology I used the instructions from storm CookBook.

Could you please tell me how I will see that my topology is actually
working?

​Thank you a lot!​


*Dimitri Chachlakis*

2014-10-20 22:44 GMT+03:00 Babu, Prashanth <Pr...@nttdata.com>:

>  Hi Dimitri,
>
>
>
> I assume you are running the Storm topology in local mode.
>
> Can you show us the error message(s) you see on the console and also
> contents of your pom.xml?
>
>
>
> Regards,
>
> Prashanth.
>
>
>
> *From:* Dimitri Chachlakis [mailto:dimitris.chachlakis@gmail.com]
> *Sent:* 20 October 2014 17:12
> *To:* user@storm.apache.org
> *Subject:* Help // Installing storm on ubuntu
>
>
>
> Hello folks,
>
>
>
> I am sorry if my question might sound silly but I am totally new to this
> and I am trying to find my way so any help would be much appreciated.
>
>
>
> I am trying to install storm in Ubuntu.
>
>
>
> I have installed :
>
>
>
> Java SDK 1.7
>
> Git
>
> Maven 3.2.3
>
> Virtual box
>
> Puppet
>
> Vagrant
>
>
>
> Finally I Installed Eclipse.
>
>
>
> Then through command line I am trying to create my first storm topology:
> HelloWorld Topology.
>
>
>
> To do that I have created my pom.xml file and then I running the command
> mvn  eclipse:eclipse. When I do that I can see that a lot of files are
> being downloaded but at some point I am getting the error that storm was
> not found or missing pom for storm and I am really stuck there.
>
>
>
> Can somebody help me get through this so I can have my tools fully
> installed and then explore the world of Storm?
>
>
>
>
>
> Thanks a million.
>
>
>
> Dimitri
>
>
>
>
>  ------------------------------
>
> <http://www.avast.com/>
>
> Αυτό το email είναι απαλλαγμένο από ιούς και κακόβουλο λογισμικό, επειδή η
> προστασία avast! Antivirus <http://www.avast.com/> είναι ενεργή.
>
>
>
> ______________________________________________________________________
> Disclaimer: This email and any attachments are sent in strictest confidence
> for the sole use of the addressee and may contain legally privileged,
> confidential, and proprietary data. If you are not the intended recipient,
> please advise the sender by replying promptly to this email and then delete
> and destroy this email and any attachments without any further use, copying
> or forwarding.
>

RE: Help // Installing storm on ubuntu

Posted by "Babu, Prashanth" <Pr...@nttdata.com>.
Hi Dimitri,

I assume you are running the Storm topology in local mode.
Can you show us the error message(s) you see on the console and also contents of your pom.xml?

Regards,
Prashanth.

From: Dimitri Chachlakis [mailto:dimitris.chachlakis@gmail.com]
Sent: 20 October 2014 17:12
To: user@storm.apache.org
Subject: Help // Installing storm on ubuntu

Hello folks,

I am sorry if my question might sound silly but I am totally new to this and I am trying to find my way so any help would be much appreciated.

I am trying to install storm in Ubuntu.

I have installed :

Java SDK 1.7
Git
Maven 3.2.3
Virtual box
Puppet
Vagrant

Finally I Installed Eclipse.

Then through command line I am trying to create my first storm topology: HelloWorld Topology.

To do that I have created my pom.xml file and then I running the command mvn  eclipse:eclipse. When I do that I can see that a lot of files are being downloaded but at some point I am getting the error that storm was not found or missing pom for storm and I am really stuck there.

Can somebody help me get through this so I can have my tools fully installed and then explore the world of Storm?


Thanks a million.

Dimitri


________________________________
[http://static.avast.com/emails/avast-mail-stamp.png]<http://www.avast.com/>


Αυτό το email είναι απαλλαγμένο από ιούς και κακόβουλο λογισμικό, επειδή η προστασία avast! Antivirus<http://www.avast.com/> είναι ενεργή.



______________________________________________________________________
Disclaimer: This email and any attachments are sent in strictest confidence
for the sole use of the addressee and may contain legally privileged,
confidential, and proprietary data. If you are not the intended recipient,
please advise the sender by replying promptly to this email and then delete
and destroy this email and any attachments without any further use, copying
or forwarding.