dfdx/Spark.jl

Build fails on Travis

Closed this issue · 1 comments

dfdx commented

Currently tests fail on Travis on Linux and Windows, but pass on macOS. The most detailed log is in the build for Linux and Julia 0.5:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.1.1:enforce (enforce-versions) on project sparkjl: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]

Unfortunately, there are no more relevant details, so it's unclear what exactly is wrong. Most likely, build started to fail after upgrading spark-xxx_2.10 dependencies to the corresponding spark-xxx_2.11, however I really don't want to downgrade them back because _2.11 should be the default configuration for most recent installations of Spark.

The closest relevant issue I've found blames broken Maven version.

Although Travis builds fail, the following local configurations work fine for me:

  • Ubuntu 16.04, Julia 0.5
  • Ubuntu 16.04, Julia 0.6
  • macOS 10.12, Julia 0.5
  • macOS 10.12, Julia 0.6

If you encounter build problems locally, please report them here.

dfdx commented

Builds on Travis are now working.