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

Avery Ching commented on GIRAPH-92:
-----------------------------------

I agree this could be useful.

Couple of format errors:

if (expr)

+      if(reverseOutput) {

typo

+  public void testWithDifferentDelimieter()  throws IOException,

Interrupted needs one more space

+  public void testWithDifferentDelimieter()  throws IOException,
+     InterruptedException {
+    Configuration conf = new Configuration();

Extra line break

+    writer.writeVertex(vertex);
+
+
+    verify(tw).write(expected, null);
                
> Need outputformat for just vertex ID and value
> ----------------------------------------------
>
>                 Key: GIRAPH-92
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-92
>             Project: Giraph
>          Issue Type: New Feature
>          Components: lib
>    Affects Versions: 0.70.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.70.0
>
>         Attachments: GIRAPH-92.patch
>
>
> We should have an text outputformat that just spits out the vertex id and 
> value without its edges:
> {noformat}index.html 0.9423{noformat}
> This would be particularly helpful for further processing by, for instance, 
> Pig.

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