On Mon, Oct 3, 2011 at 11:01 PM, Drew Farris <[email protected]> wrote:
> Hi All,
>
> I noticed the check-in and in the course of taking a look, took the
> liberty of setting up a jenkins project for nightly builds of the 1.3
> branch. You can view the project @
> https://builds.apache.org/job/Accumulo-1.3-Branch-Nightly
>

Thanks!

> It appears that the build is currently failing due to missing dependencies:
>
> [...]
> [INFO] Unable to find resource 'org.apache.thrift:libthrift:jar:0.3'
> in repository central (http://repo1.maven.org/maven2)
> [INFO] Unable to find resource 'cloudtrace:cloudtrace:jar:0.1.3' in
> repository central (http://repo1.maven.org/maven2)
> [...]
>
> see: 
> https://builds.apache.org/job/Accumulo-1.3-Branch-Nightly/lastBuild/console
>
> I'm not sure where to find cloudtrace, and the neither the apache repo
> nor central have anything before version 0.5.0 of libthrift. If 0.3.0
> is a hard requirement, it could be build and uploaded to central via
> the process described at
> https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central

Cloudtrace is in the contrib directory.  We may need to reorganize the
source make cloudtrace a maven sub project.  Its not really a contrib,
but a dependency.

We do need thrift 0.3 for the 1.3 branch.  The way thrift handles
binary data in java changed.  Making this change to 1.3 would be
disruptive.  We have modified the code in trunk to use thrift 0.6.  We
will look into uploading it.

>
> Drew
>

Reply via email to