You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2011/05/24 11:16:47 UTC

[jira] [Commented] (WHIRR-313) Add Hama as a Service

    [ https://issues.apache.org/jira/browse/WHIRR-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038467#comment-13038467 ] 

Andrei Savu commented on WHIRR-313:
-----------------------------------

Looks good! Unfortunately the integration tests are not working for me.

{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 279.201 sec <<< FAILURE!
test(org.apache.whirr.service.hama.integration.HamaServiceTest)  Time elapsed: 11.504 sec  <<< ERROR!
java.io.IOException: Call to localhost/127.0.0.1:40000 failed on local exception: java.net.SocketException: Malformed reply from SOCKS server
        at org.apache.hadoop.ipc.Client.wrapException(Client.java:775)
        at org.apache.hadoop.ipc.Client.call(Client.java:743)
        at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:220)
        at $Proxy81.getProtocolVersion(Unknown Source)
        at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:359)
        at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:346)
        at org.apache.hama.bsp.BSPJobClient.init(BSPJobClient.java:200)
        at org.apache.hama.bsp.BSPJobClient.<init>(BSPJobClient.java:193)
        at org.apache.hama.bsp.BSPJob.<init>(BSPJob.java:48)
        at org.apache.hama.bsp.BSPJob.<init>(BSPJob.java:61)
        at org.apache.whirr.service.hama.integration.HamaServiceTest.test(HamaServiceTest.java:47)
{noformat} 

I've noticed some logging related issues that need to be addressed:
{noformat}
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
{noformat}
Also we should add {{whirr-hama}} to {{cli/pom.xml}} and provide a recipe.

Later we could also create an example that shows how to use Hama with Whirr (WHIRR-28). 

> Add Hama as a Service
> ---------------------
>
>                 Key: WHIRR-313
>                 URL: https://issues.apache.org/jira/browse/WHIRR-313
>             Project: Whirr
>          Issue Type: New Feature
>    Affects Versions: 0.4.0
>            Reporter: Edward J. Yoon
>         Attachments: HAMA.patch
>
>
> This issue adds Hama as a Service to Whirr.
> I just wrote some code today but haven't run the integration tests yet.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira