[
https://issues.apache.org/jira/browse/GIRAPH-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899815#comment-15899815
]
ASF GitHub Bot commented on GIRAPH-1134:
GitHub user majakabiljo opened a pull request:
https://github.com/apache/giraph/pull/24
GIRAPH-1134: Track number of input splits in command line
Summary: The progress we track during input reports how much data have we
read, but not how much data there is to read.
Test Plan: Now it prints something like:
Loading data: 70046603 vertices loaded, 658 vertex input splits loaded
(out of 659); 7122062703 edges loaded, 4 edge input splits loaded (out of 1322)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/majakabiljo/giraph numSplits
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/giraph/pull/24.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 #24
commit 091dc7bcb819139f517f37c67f7dc0748965a1b8
Author: Maja Kabiljo
Date: 2017-03-07T17:32:13Z
GIRAPH-1134: Track number of input splits in command line
Summary: The progress we track during input reports how much data have we
read, but not how much data there is to read.
Test Plan: Now it prints something like:
Loading data: 70046603 vertices loaded, 658 vertex input splits loaded
(out of 659); 7122062703 edges loaded, 4 edge input splits loaded (out of 1322)
> Track number of input splits in command line
>
>
> Key: GIRAPH-1134
> URL: https://issues.apache.org/jira/browse/GIRAPH-1134
> Project: Giraph
> Issue Type: Improvement
>Reporter: Maja Kabiljo
>Assignee: Maja Kabiljo
>Priority: Minor
>
> The progress we track during input reports how much data have we read, but
> not how much data there is to read.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)