Giter VIP home page Giter VIP logo

Comments (4)

buildscientist avatar buildscientist commented on July 23, 2024

I looked at Twitter's Maven repo and it doesn't look like a Mesos directory exists there.

Another thing to keep in mind is that Apache Mesos v0.14.0 has not yet been released. The download page refers to v0.12.0 as the the latest version.

from chronos.

buildscientist avatar buildscientist commented on July 23, 2024

It's likely that Mesos 0.14.0 will be tagged from master of the Mesos source tree.

You can probably get the build working by matching the version of Mesos you have running with the jar that gets generated and modifying the Chronos dependency in the POM.

         <dependency>
            <groupId>org.apache.mesos</groupId>
            <artifactId>mesos</artifactId>
            <version>0.12.0-SNAPSHOT</version>
        </dependency>

For example I've got v0.12.0 running and I noticed that the Chronos build installs a SNAPSHOT build of the Mesos Java library.

from chronos.

buildscientist avatar buildscientist commented on July 23, 2024

FYI - this issue has been resolved with the latest commit made to master. Maven now resolves the Apache Mesos dependency from a public Maven repo -

  <repository>
            <id>mesosphere-public-repo</id>
            <name>Mesosphere Public Snapshot Repo</name>
            <url>http://s3.amazonaws.com/mesosphere-maven-public/snapshot/</url>
  </repository>

from chronos.

florianleibert avatar florianleibert commented on July 23, 2024

Yes, this should be fixed as of now. Sorry for the inconvenience. We restructured our maven repo!

from chronos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.