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

Gianmarco De Francisci Morales commented on GIRAPH-81:
------------------------------------------------------

Why do you need a find just to get the first result?
Can't you simply
{code}
        for f in $GIRAPH_HOME/target/giraph*.jar ; do
{code}
You don't want to use the javadoc jar anyway, do you?
                
> Create annotations on provided algorithms for cli
> -------------------------------------------------
>
>                 Key: GIRAPH-81
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-81
>             Project: Giraph
>          Issue Type: New Feature
>    Affects Versions: 0.2.0
>            Reporter: Jakob Homan
>            Assignee: Maja Kabiljo
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-81-1.patch, GIRAPH-81-2.patch, GIRAPH-81-3.patch, 
> GIRAPH-81-4.patch, GIRAPH-81.patch
>
>
> As discussed in GIRAPH-64, it would be nice if the built-in algorithms that 
> ship with Giraph were displayed from cli (ala Mahout) so that users can see 
> what's available.  Also, it was suggested that it would be good to use 
> annotations for these to ease in documentation.  This sounds like a good 
> approach.

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