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

    https://github.com/apache/spark/pull/223#discussion_r10961535
  
    --- Diff: project/SparkBuild.scala ---
    @@ -124,6 +124,9 @@ object SparkBuild extends Build {
     
       lazy val externalTwitter = Project("external-twitter", 
file("external/twitter"), settings = twitterSettings)
         .dependsOn(streaming % "compile->compile;test->test")
    + 
    +  lazy val externalAmazonKinesis= Project("external-amazonkinesis", 
file("external/AmazonKinesis"), settings = kinesisSettings)
    --- End diff --
    
    It would be better to keep the directory name short and lowercase (e.g., 
external/kinesis) which would be consistent with others like "flume", and 
"kafka".


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