[ 
https://issues.apache.org/jira/browse/SPARK-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-2798:
-----------------------------

    Description: 
(EDIT) Since the scalatest issue was since resolved, this is now about a few 
small problems in the Flume Sink pom.xml 

- scalatest is not declared as a test-scope dependency
- Its Avro version doesn't match the rest of the build
- Its Flume version is not synced with the other Flume module
- The other Flume module declares its dependency on Flume Sink slightly 
incorrectly, hard-coding the Scala 2.10 version
- It depends on Scala Lang directly, which it shouldn't

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

I will open a PR as soon as I confirm the fix; there are a few other possible 
issues with this POM.

        Summary: Correct several small errors in Flume module pom.xml files  
(was: Jenkins build failing due to missing scalatest in flume-sink module)

> Correct several small errors in Flume module pom.xml files
> ----------------------------------------------------------
>
>                 Key: SPARK-2798
>                 URL: https://issues.apache.org/jira/browse/SPARK-2798
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.0.1
>            Reporter: Sean Owen
>            Priority: Minor
>
> (EDIT) Since the scalatest issue was since resolved, this is now about a few 
> small problems in the Flume Sink pom.xml 
> - scalatest is not declared as a test-scope dependency
> - Its Avro version doesn't match the rest of the build
> - Its Flume version is not synced with the other Flume module
> - The other Flume module declares its dependency on Flume Sink slightly 
> incorrectly, hard-coding the Scala 2.10 version
> - It depends on Scala Lang directly, which it shouldn't



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to