Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1434#discussion_r15670682
  
    --- 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
    +    val foundKinesis = 
Try(Class.forName("org.apache.spark.streaming.kinesis.KinesisUtils")).isSuccess
    +    if (foundKinesis) {
    +      println("Kinesis was loaded via kinesis-asl")
    --- End diff --
    
    This statement should be "Kinesis was loaded via spark-core"


---
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.
---

Reply via email to