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

ChiaHung Lin commented on HAMA-495:
-----------------------------------

Does the build still fail? From the console output[1], looks like the patches 
passes the hudson's building.

Checking TestZKUtil file, it fails in counting tokens  

{code}
    this.path = "/monitor/groom_lab01_61000/metrics/jvm";
    StringTokenizer token = new StringTokenizer(path, File.separator);
    int count = token.countTokens(); // should be 4
    assertEquals("Make sure token are 4.", count, 4);
{code}

But that seems not the case because the path is fixed and is not modified. Do 
we have more output or debug info in 
e.g.surefire-reports/org.apache.hama.util.TestZKUtil.txt? Maybe something I 
miss.

[1]. https://builds.apache.org/job/Hama-Nightly/466/console  
                
> Resource management 
> --------------------
>
>                 Key: HAMA-495
>                 URL: https://issues.apache.org/jira/browse/HAMA-495
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>            Reporter: ChiaHung Lin
>            Assignee: ChiaHung Lin
>             Fix For: 0.5.0
>
>         Attachments: HAMA-495.patch
>
>
> HAMA-363 provides a way to access to cluster status. Some additional 
> features, such as federation, are required so the system can have better 
> coordination, and the master would have ideas about the whole system.

--
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

        

Reply via email to