GitHub user pwendell opened a pull request:

    https://github.com/apache/spark/pull/108

    SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues...

    This patch removes Ganglia integration from the default build. It
    allows users willing to link against LGPL code to use Ganglia
    by adding build flags or linking against a new Spark artifact called
    spark-ganglia-lgpl.
    
    This brings Spark in line with the Apache policy on LGPL code
    enumerated here:
    
    https://www.apache.org/legal/3party.html#options-optional

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

    $ git pull https://github.com/pwendell/spark ganglia

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

    https://github.com/apache/spark/pull/108.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 #108
    
----
commit d3d9d6f062b732eb08d3ccd75fedb02602a4eb97
Author: Patrick Wendell <pwend...@gmail.com>
Date:   2014-03-09T00:29:35Z

    SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues.
    
    This patch removes Ganglia integration from the default build. It
    allows users willing to link against LGPL code to use Ganglia
    by adding build flags or linking against a new Spark artifact called
    spark-ganglia-lgpl.
    
    This brings Spark in line with the Apache policy on LGPL code
    enumerated here:
    
    https://www.apache.org/legal/3party.html#options-optional

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to