You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by "Gianmarco De Francisci Morales (JIRA)" <ji...@apache.org> on 2015/05/05 10:31:05 UTC

[jira] [Created] (SAMOA-29) Remove hardcoded value for the duration of Storm local topology execution

Gianmarco De Francisci Morales created SAMOA-29:
---------------------------------------------------

             Summary: Remove hardcoded value for the duration of Storm local topology execution
                 Key: SAMOA-29
                 URL: https://issues.apache.org/jira/browse/SAMOA-29
             Project: SAMOA
          Issue Type: Bug
          Components: SAMOA-Storm
            Reporter: Gianmarco De Francisci Morales


>From GitHub:

In Storm local mode, the topology always executes for at most 10 minutes.
Refer to com.yahoo.labs.samoa.LocalStormDoTask line 72.

Possible solutions:

1) Add a new option to determine local topology execution duration in bin\samoa-storm.properties, use bin\samoa to parse the new option and pass to LocalStormDoTask as program argument.
2) Add the same new option as solution 1, use commons-configuration package to parse bin\samoa-storm.properties.


For the second solution, we modify LocalStormDoTask to read the samoa-storm.properties using PropertiesConfiguration class of Apache commons-configuration. It will eliminate bash-code parsing in bin/samoa for all options except for $MODE_ARG.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)