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

Eli Reisman commented on GIRAPH-82:
-----------------------------------

Should we extend this JIRA to other areas where CLI inputs are important, now 
with some of the examples being recently separated from their embedded IO 
formats in favor of command-line selection options? 

Seems like the idea is to decouple the Vertices people write from the IO 
formats they use (or reuse) as much as possible for application code, as a 
future best practice? This might also allow us to do things to the standard 
reusable IO formats to make the generic strong typing easier to deal with for 
application writers as time goes by.

                
> Remove default of using ImmutableOutputCommitter
> ------------------------------------------------
>
>                 Key: GIRAPH-82
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-82
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>
> Currently if no outputformat is specified we default to 
> ImmutableOutputCommitter, essentially piping the results of the work out to 
> /dev/null.  This is a useful output option in some cases, but the default 
> probably shouldn't be to throw away work. Making outputformat a required 
> option and providing DevNullOutputFormat, or whatever, would likely save some 
> surprise from users.

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