Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/1434#discussion_r15670661
--- 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")
--- End diff --
This should remain as spark-core. This essentially checks whether
dependencies on spark-core should not bring in Ganglia. So the statement is
correct.
---
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.
---