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

Sean Owen commented on SPARK-17422:
-----------------------------------

I checked the dependencies again today, because the question is what we depend 
on in the Spark software artifacts.

{code}
[INFO] +- io.dropwizard.metrics:metrics-ganglia:jar:3.1.2:compile
[INFO] |  \- info.ganglia.gmetric4j:gmetric4j:jar:1.0.7:compile
[INFO] |     \- org.acplt:oncrpc:jar:1.0.7:compile
{code}

oncrpc is still LGPL, so I don't think this situation has changed.

Of course this raises the same issue you raised regarding Kinesis libs. We 
don't ship this LGPL code in any artifact, but we have an optional module 
depending on it. By the same logic we'd have to remove this one too.

> Update Ganglia project with new license
> ---------------------------------------
>
>                 Key: SPARK-17422
>                 URL: https://issues.apache.org/jira/browse/SPARK-17422
>             Project: Spark
>          Issue Type: Bug
>          Components: Build, Streaming
>    Affects Versions: 1.6.2, 2.0.0
>            Reporter: Luciano Resende
>
> It seems that Ganglia is now BSD licensed
> http://ganglia.info/ and https://sourceforge.net/p/ganglia/code/1397/
> And the library we depend on for the ganglia connector has been moved to BSD 
> license as well.
> We should update the ganglia spark project to leverage these license changes, 
> and enable it on Spark.
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to