You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Frank Scholten (Created) (JIRA)" <ji...@apache.org> on 2012/01/11 17:32:39 UTC

[jira] [Created] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

FactoryBean for Whirr generated Hadoop Configuration
----------------------------------------------------

                 Key: WHIRR-472
                 URL: https://issues.apache.org/jira/browse/WHIRR-472
             Project: Whirr
          Issue Type: New Feature
    Affects Versions: 0.7.0
            Reporter: Frank Scholten
            Priority: Minor
             Fix For: 0.7.1


Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Frank Scholten (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Scholten updated WHIRR-472:
---------------------------------

    Attachment: WHIRR-472.patch
                WHIRR-472.patch

See also: https://github.com/frankscholten/whirr/tree/WHIRR-472
                
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Frank Scholten (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185951#comment-13185951 ] 

Frank Scholten commented on WHIRR-472:
--------------------------------------

Hmm, it is in a test package? I think it would be very useful for integration purposes.
                
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-472:
----------------------------

    Fix Version/s:     (was: 0.8.0)
                   0.8.1
    
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Frank Scholten (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185926#comment-13185926 ] 

Frank Scholten commented on WHIRR-472:
--------------------------------------

I created a Spring webapp to submit Mahout jobs from. The FactoryBean makes it easy to inject the Hadoop Configuration read from the Whirr property file into a controller.
                
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Andrei Savu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184974#comment-13184974 ] 

Andrei Savu commented on WHIRR-472:
-----------------------------------

Looks good. Can you share a bit more about how you are using Whirr with Spring? 
                
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Frank Scholten (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185939#comment-13185939 ] 

Frank Scholten commented on WHIRR-472:
--------------------------------------

Come to think of it the HadoopServiceController is probably more flexible to use! :-)
                
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WHIRR-472) FactoryBean for Whirr generated Hadoop Configuration

Posted by "Frank Scholten (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Scholten updated WHIRR-472:
---------------------------------

    Attachment:     (was: WHIRR-472.patch)
    
> FactoryBean for Whirr generated Hadoop Configuration
> ----------------------------------------------------
>
>                 Key: WHIRR-472
>                 URL: https://issues.apache.org/jira/browse/WHIRR-472
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.7.0
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: WHIRR-472.patch
>
>
> Here is a Spring FactoryBean implementation which builds a Hadoop Configuration object based on the generated configuration by Whirr in the .whirr file. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira