[
https://issues.apache.org/jira/browse/HAMA-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260213#comment-13260213
]
Edward J. Yoon commented on HAMA-563:
-------------------------------------
{quote}We shouldn't name the package dist and source, better would be bin and
src.{quote}
A 'hama-dist' artifactId is used as a default filename.
Let's add finalName like:
{code}
<finalName>hama-${project.version}</finalName>
{code}
It looks like many projects release their binary w/o bin suffix.
http://www.apache.org/dist/hadoop/core/hadoop-0.23.0/
http://apache.mirror.cdnetworks.com/mahout/0.6/
So, I'm change only id 'source' to 'src'.
> Mods/fixes and refactoring for 0.5 release
> ------------------------------------------
>
> Key: HAMA-563
> URL: https://issues.apache.org/jira/browse/HAMA-563
> Project: Hama
> Issue Type: Bug
> Components: bsp
> Affects Versions: 0.4.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Priority: Blocker
> Fix For: 0.5.0
>
>
> {code}
> I have a few notes:
> There is a method called setMaxIteration in BSPJob, this should belong to
> the GraphJob.
> And there are a few methods that are not documented properly,
> namely setCheckPointInterval and setCheckPointFlag (we should make it
> package visible first until we resolved all the stuff arround fault
> tolerance).
> We shouldn't name the package dist and source, better would be bin and src.
> {code}
--
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