You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/04 20:10:04 UTC

[jira] [Commented] (GIRAPH-1146) Keep track of number of supersteps when possible

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

ASF GitHub Bot commented on GIRAPH-1146:
----------------------------------------

GitHub user majakabiljo opened a pull request:

    https://github.com/apache/giraph/pull/36

    GIRAPH-1146: Keep track of number of supersteps when possible

    Summary: In many cases we know how many supersteps are there going to be. We can keep track of it and log it with progress.
    
    Test Plan: Ran a job, example log line:
     Data from 3 workers - Compute superstep 5 (out of 6): 171824 out of 1304814 vertices computed; 19 out of 252 partitions computed

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/majakabiljo/giraph numSupersteps

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/giraph/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #36
    
----
commit 4a4d69b674d327f3cd092036a7e3fec4ffb4c2ce
Author: Maja Kabiljo <ma...@fb.com>
Date:   2017-05-04T20:07:22Z

    GIRAPH-1146: Keep track of number of supersteps when possible
    
    Summary: In many cases we know how many supersteps are there going to be. We can keep track of it and log it with progress.
    
    Test Plan: Ran a job, example log line:
     Data from 3 workers - Compute superstep 5 (out of 6): 171824 out of 1304814 vertices computed; 19 out of 252 partitions computed

----


> Keep track of number of supersteps when possible
> ------------------------------------------------
>
>                 Key: GIRAPH-1146
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1146
>             Project: Giraph
>          Issue Type: New Feature
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>            Priority: Minor
>
> In many cases we know how many supersteps are there going to be. We can keep track of it and log it with progress.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)