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

Thomas Jungblut commented on HAMA-495:
--------------------------------------

I think that ZK handles its path on disk separately than the name of the znode 
paths. I haven't faced any issues yet with the normal slashes. However the 
backslashes make the testcase fail. 

bq.The original problem seems to stem from the hard coded path 
"/monitor/groom_lab01_61000/metrics/jvm". Running on Windows os, the 
StringTokeinizer's delimiter becomes backslash, hence the count is 1.

Yes. We can change the "/" in ZKUtils to File.separator. But then we should 
retrieve the ZK paths through the utility which uses the separator. Otherwise 
we end up with n-separators and y-paths.
                
> 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