GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/1726

    SPARK-2798 [BUILD] Jenkins build failing due to missing scalatest in 
flume-sink module

    The build is still not quite passing even after 
https://issues.apache.org/jira/browse/SPARK-2749 
    
    See for example:
    
    
https://amplab.cs.berkeley.edu/jenkins/view/Spark/job/Spark-Master-Maven-pre-YARN/lastFailedBuild/hadoop.version=1.0.4,label=centos/console
    
    It's the Flume Sink module that's failing, and I couldn't see the error 
until I ran it for myself and it seems to be:
    
    ```
    Error: Could not find or load main class org.scalatest.tools.Runner
    ```
    scalatest is a test dependency of other modules but not this one.
    
    This PR has a change to just add the scalatest dep, but, also one to touch 
up a few other potential issues with this POM, like an Avro version mismatch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-2798

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1726.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1726
    
----
commit 9d4f98bbec0238419dde0324ddb2f31f1076efeb
Author: Sean Owen <[email protected]>
Date:   2014-08-01T23:50:55Z

    Add scalatest to let module tests work

commit f4ad2150a0ce6389bf5c8833ecdc4d3273a4453f
Author: Sean Owen <[email protected]>
Date:   2014-08-01T23:51:37Z

    Standardize flume, avro version across the build too

----


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