[jira] [Commented] (GIRAPH-1171) Collect stats about how long it took to process each partition

2018-02-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on GIRAPH-1171:


GitHub user majakabiljo opened a pull request:

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

GIRAPH-1171: Collect stats about how long it took to process each partition

In order to make it easier to analyze whether there are some vertices in 
the graph which slow down the computation, or processing times of partitions is 
imbalanced, expose the stats about how long it took for each partition to be 
processed.

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

$ git pull https://github.com/majakabiljo/giraph giraph-1171

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

https://github.com/apache/giraph/pull/60.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 #60


commit 730c1231df142d59e927784ef6d3e5dd6a903b66
Author: Maja Kabiljo 
Date:   2018-02-16T22:48:51Z

GIRAPH-1171: Collect stats about how long it took to process each partition

In order to make it easier to analyze whether there are some vertices in 
the graph which slow down the computation, or processing times of partitions is 
imbalanced, expose the stats about how long it took for each partition to be 
processed.




> Collect stats about how long it took to process each partition
> --
>
> Key: GIRAPH-1171
> URL: https://issues.apache.org/jira/browse/GIRAPH-1171
> Project: Giraph
>  Issue Type: Improvement
>Reporter: Maja Kabiljo
>Assignee: Maja Kabiljo
>Priority: Minor
>
> In order to make it easier to analyze whether there are some vertices in the 
> graph which slow down the computation, or processing times of partitions is 
> imbalanced, expose the stats about how long it took for each partition to be 
> processed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GIRAPH-1171) Collect stats about how long it took to process each partition

2018-02-16 Thread Maja Kabiljo (JIRA)
Maja Kabiljo created GIRAPH-1171:


 Summary: Collect stats about how long it took to process each 
partition
 Key: GIRAPH-1171
 URL: https://issues.apache.org/jira/browse/GIRAPH-1171
 Project: Giraph
  Issue Type: Improvement
Reporter: Maja Kabiljo
Assignee: Maja Kabiljo


In order to make it easier to analyze whether there are some vertices in the 
graph which slow down the computation, or processing times of partitions is 
imbalanced, expose the stats about how long it took for each partition to be 
processed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: LGPL dependency

2018-02-16 Thread Owen O'Malley
*sigh* Yeah, we'll need to fix that.

Does someone have time to remove the problematic dependency?

.. Owen



On Fri, Feb 16, 2018 at 9:37 AM, Jeff Dasch  wrote:

> Hi,
>
> I'm a contributor to Apache Rya (incubating), and during our release
> process we came across an incompatible LGPL dependency that appears to
> originate from Apache Giraph's dependency on the Findbugs Annotations
> library.  Our plan [1] right now is to just make Giraph an optional module
> within our project, but I was wondering if you knew any more about that
> license compatibility.  Based on some quick searches, it looks like
> Findbugs has since become SpotBugs which is still LGPL.
>
> (GNU Lesser Public License) FindBugs-Annotations
> (com.google.code.findbugs:annotations:2.0.2 -
> http://findbugs.sourceforge.ne
> t/)
>
> [INFO] org.apache.rya:rya.giraph:jar:3.2.12-incubating
> [INFO] +- org.apache.giraph:giraph-core:jar:1.2.0:compile
> [INFO] |  +- com.google.code.findbugs:annotations:jar:2.0.2:compile
>
> thanks,
> -Jeff
>
> [1] https://github.com/apache/incubator-rya/pull/274
>


LGPL dependency

2018-02-16 Thread Jeff Dasch
Hi,

I'm a contributor to Apache Rya (incubating), and during our release
process we came across an incompatible LGPL dependency that appears to
originate from Apache Giraph's dependency on the Findbugs Annotations
library.  Our plan [1] right now is to just make Giraph an optional module
within our project, but I was wondering if you knew any more about that
license compatibility.  Based on some quick searches, it looks like
Findbugs has since become SpotBugs which is still LGPL.

(GNU Lesser Public License) FindBugs-Annotations
(com.google.code.findbugs:annotations:2.0.2 - http://findbugs.sourceforge.ne
t/)

[INFO] org.apache.rya:rya.giraph:jar:3.2.12-incubating
[INFO] +- org.apache.giraph:giraph-core:jar:1.2.0:compile
[INFO] |  +- com.google.code.findbugs:annotations:jar:2.0.2:compile

thanks,
-Jeff

[1] https://github.com/apache/incubator-rya/pull/274