+1, played around with it a bit and looking good here On Fri, Dec 4, 2015 at 11:02 AM, Sam Shah <shah...@umich.edu> wrote:
> Gave it a spin, seems to working a-okay. +1 > > On Thu, Dec 3, 2015 at 1:26 PM, Matthew Hayes <mha...@apache.org> wrote: > > > Hi all, > > > > I'd like to call a vote to release the Apache DataFu 1.3.0 (incubating) > > archives to maven. I've created a staging repository from the 1.3.0 > source > > release in Apache's Nexus Repository (https://repository.apache.org), > > which > > you can access at: > > > > > > https://repository.apache.org/content/repositories/orgapachedatafu-1001 > > > > Please verify and test the artifacts from the staging repository. The > > files can be downloaded directly using your browser if you like. Or you > > can build against the repo (see notes below). > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > The vote will be open for 72 hours (ends on 12/6 1:30 pm PST). > > > > My vote: +1 > > > > Thanks, > > Matt > > > > P.S. You can also build against this repository. For example, if you > have > > a Gradle project, add the URL to the repositories: > > > > repositories { > > mavenCentral() > > maven { > > url ' > > https://repository.apache.org/content/repositories/orgapachedatafu-1001' > > } > > } > > > > You can then depend on the archives like this: > > > > dependencies { > > compile "org.apache.datafu:datafu-pig-incubating:1.3.0" > > compile "org.apache.datafu:datafu-hourglass-incubating:1.3.0" > > } > > >