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

Hudson commented on HAMA-437:
-----------------------------

Integrated in Hama-Nightly #316 (See 
[https://builds.apache.org/job/Hama-Nightly/316/])
    [HAMA-437] - fix for local mode, testcases and examples.

tjungblut : 
Files : 
* /incubator/hama/trunk/CHANGES.txt
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPJob.java
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPJobClient.java
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPMaster.java
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/BSPPeer.java
* /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/GroomServer.java
* 
/incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/LocalBSPRunner.java
* 
/incubator/hama/trunk/core/src/main/java/org/apache/hama/zookeeper/QuorumPeer.java
* 
/incubator/hama/trunk/core/src/test/java/org/apache/hama/bsp/TestBSPMasterGroomServer.java
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/PiEstimator.java
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/graph/PageRank.java
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/graph/PageRankBase.java
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/graph/ShortestPaths.java
* 
/incubator/hama/trunk/examples/src/main/java/org/apache/hama/examples/graph/ShortestPathsBase.java


> PiEstimator is not working in Local Mode
> ----------------------------------------
>
>                 Key: HAMA-437
>                 URL: https://issues.apache.org/jira/browse/HAMA-437
>             Project: Hama
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Thomas Jungblut
>            Assignee: Thomas Jungblut
>             Fix For: 0.4.0
>
>         Attachments: HAMA-437.patch, HAMA-437_v2.patch
>
>
> While playing arround in HAMA-436, I observed that PiEstimator is not working 
> in local mode because of the peer name manipulation.
> Shortest Paths and Pagerank are working because they use the hostname 
> directly without constructing it with a default port.
> Additionally we should add a TestCase for the LocalBSPRunner that launches 
> the PiEstimator.

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

        

Reply via email to