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

Harsh J commented on GIRAPH-235:
--------------------------------

I wonder if:

{code}
conf.setClass("mapred.output.key.class", indexClass, Object.class);
conf.setClass("mapred.output.value.class", valueClass, Object.class);
{code}

i.e.:

{code}
job.setOutputKeyClass(Object.class);
job.setOutputKeyClass(Object.class);
{code}

can be set by GiraphJob itself. Saves you the trouble of this workaround.
                
> SequenceFile output format (id-value only)
> ------------------------------------------
>
>                 Key: GIRAPH-235
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-235
>             Project: Giraph
>          Issue Type: New Feature
>          Components: lib
>            Reporter: Gianmarco De Francisci Morales
>         Attachments: GIRAPH-235.1.patch
>
>
> Create a SequenceFileOutputFormat for the cases where compression is 
> important and we only want the value of the vertex (e.g. pagerank)

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