Hello,

I suppose that you want to run the project in local mode, you should run
the following command at the project root:

- mvn compile exec:java -Dexec.classpathScope=compile
-Dexec.mainClass=trident.FirstStoryDetection

It's worth running the crawler first to gather more tweets for processing
instead of using the sample file provided. You can find instructions on how
to run the crawler (as well as the project) on the github page:
https://github.com/mvogiatzis/first-stories-twitter

Hope that helps.

Michael


On Sat, Sep 13, 2014 at 1:56 AM, researcher cs <prog.researc...@gmail.com>
wrote:

> can you try to run it on your machine and tell me if it work ?
>
> On Sat, Sep 13, 2014 at 2:38 AM, P. Taylor Goetz <ptgo...@gmail.com>
> wrote:
>
>> Yes. It means that it was looking for a file named "config.properties"
>> and was unable to find it.
>>
>> On Sep 12, 2014, at 6:48 PM, researcher cs <prog.researc...@gmail.com>
>> wrote:
>>
>> sorry i mean exception
>>
>> On Sat, Sep 13, 2014 at 12:44 AM, researcher cs <
>> prog.researc...@gmail.com> wrote:
>>
>>> Thanks for your advice but do you know what's actually the error mean ?
>>>
>>> On Sat, Sep 13, 2014 at 12:39 AM, P. Taylor Goetz <ptgo...@gmail.com>
>>> wrote:
>>>
>>>> I think the best option would be to contact the author of that project.
>>>> Nothing points to Storm as being the source of the problem.
>>>>
>>>> -Taylor
>>>>
>>>> On Sep 12, 2014, at 6:14 PM, researcher cs <prog.researc...@gmail.com>
>>>> wrote:
>>>>
>>>> I tried to submit a topology and i got this exception
>>>>
>>>> java.io.FileNotFoundException: config.properties (No such file or 
>>>> directory)
>>>> Exception in thread "main" java.lang.NumberFormatException: null at
>>>> java.lang.Integer.parseInt(Unknown Source) at 
>>>> java.lang.Integer.valueOf(Unknown Source) at
>>>> trident.FirstStoryDetection.createTopologyConfiguration(FirstStoryDetection.java:217)
>>>>  at
>>>> trident.FirstStoryDetection.main(FirstStoryDetection.java:286)
>>>>
>>>> yu@ubuntu:~/storm-0.8.2$bin/storm jar 
>>>> /home/yu/workspace/first-stories-twitter/target/First-Story-Detection-1.0-SNAPSHOT-
>>>> jar-with-dependencies.jar trident.FirstStoryDetection fsd
>>>>
>>>>
>>>
>>
>


-- 
Michael Vogiatzis
Twitter: @mvogiatzis <https://twitter.com/mvogiatzis>
http://micvog.com/

Reply via email to