aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f0c877dcfe..986626f029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -756,12 +756,19 @@
<hadoop.version>0.23.7</hadoop.version>
<!--<hadoop.version>2.0.5-alpha</hadoop.version> -->
</properties>
-
<modules>
<module>yarn</module>
</modules>
+ </profile>
+ <!-- Ganglia integration is not included by default due to LGPL-licensed code -->
+ <profile>
+ <id>spark-ganglia-lgpl</id>
+ <modules>
+ <module>extras/spark-ganglia-lgpl</module>
+ </modules>
</profile>
+
<profile>
<id>java8-tests</id>
<build>