[
https://issues.apache.org/jira/browse/HAMA-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131410#comment-13131410
]
Edward J. Yoon commented on HAMA-457:
-------------------------------------
Build fails.
{code}
testSubmitJob(org.apache.hama.bsp.TestLocalRunner) Time elapsed: 0.007 sec
<<< ERROR!
org.apache.hadoop.util.Shell$ExitCodeException: chmod:
`/user/hama/bsp/submit_arpz1o': No such file or directory
at org.apache.hadoop.util.Shell.runCommand(Shell.java:195)
at org.apache.hadoop.util.Shell.run(Shell.java:134)
at
org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:286)
{code}
You can add this to TestLocal...
{code}
configuration.set("bsp.local.dir", "/tmp/hama-test");
{code}
or,
{code}
-private static String WORKING_DIR = "/user/hama/bsp/";
+private static String WORKING_DIR = "/tmp/hama/bsp/";
{code}
> Refactoring of BSPPeerImpl
> --------------------------
>
> Key: HAMA-457
> URL: https://issues.apache.org/jira/browse/HAMA-457
> Project: Hama
> Issue Type: Improvement
> Affects Versions: 0.3.0
> Reporter: Thomas Jungblut
> Assignee: Thomas Jungblut
> Fix For: 0.4.0
>
> Attachments: HAMA-457.patch, HAMA-457_v2.patch, HAMA-457_v3.patch,
> HAMA-457_v4.patch
>
>
> Extract a sync service which allows the user to implement and configure their
> own services.
--
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