Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/1434#discussion_r15504399
--- Diff: dev/audit-release/sbt_app_core/src/main/scala/SparkApp.scala ---
@@ -47,7 +47,14 @@ object SimpleApp {
System.exit(-1)
}
if (foundGanglia) {
- println("Ganglia sink was loaded via spark-core")
+ println("Ganglia sink was loaded via spark-ganglia-lgpl")
+ System.exit(-1)
+ }
+
+ // Remove kinesis from default build due to ASL license issue
--- End diff --
Nice! Good that you added this!
---
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 [email protected] or file a JIRA ticket
with INFRA.
---