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

Hudson commented on GIRAPH-387:
-------------------------------

Integrated in Giraph-trunk-Commit #252 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/252/])
    GIRAPH-387: GiraphRunner's better handling of configuration property
arguments. (netj via aching) (Revision 1401939)

     Result = FAILURE
aching : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1401939
Files : 
* /giraph/trunk/CHANGELOG
* /giraph/trunk/giraph/src/main/java/org/apache/giraph/GiraphRunner.java

                
> GiraphRunner's better handling of configuration property arguments
> ------------------------------------------------------------------
>
>                 Key: GIRAPH-387
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-387
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jaeho Shin
>            Assignee: Jaeho Shin
>            Priority: Minor
>         Attachments: GIRAPH-387-2.patch, GIRAPH-387.patch
>
>
> After GiraphConfiguration came along (GIRAPH-337?), GiraphRunner started to 
> forget all configuration properties passed as -D arguments, and picked up by 
> ToolRunner.  I'm submitting a one-line fix for that, plus a small improvement 
> to GiraphRunner's {{-ca}} option.
> Previously, to pass multiple custom arguments over the {{-ca}} option, we had 
> to join all the name=value pairs with comma and only the last one had effect. 
>  This was not so practical for many of my use cases, so I made some change to 
> GiraphRunner that let us use as many {{-ca}} options as we want.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to