-1 (Non-binding)
Unable to build from source. Is anyone else getting the same error?
> Link contains source & binary distributions.
> SRC Contains README, NOTICE, INSTALL.md, LICENSE Files.
> BINARY tarball contains README, NOTICE, LECENSE Files.
> Verified Checksums
md5sum apache-drill-0.5.0-incubating-src.tar.gz
47e06d9cd174aeb61593a9d89dfc20c8
47e06d9cd174aeb61593a9d89dfc20c8
sha1sum apache-drill-0.5.0-incubating-src.tar.gz
3bafe89fb19534978227bf28eae491f9496beb31
3bafe89fb19534978227bf28eae491f9496beb31
md5sum apache-drill-0.5.0-incubating.tar.gz
ad0a5746200c75fe58da31edb46f80f6
ad0a5746200c75fe58da31edb46f80f6
sha1sum apache-drill-0.5.0-incubating.tar.gz
e98a9c881fa201ee4136ac7bc4628779806aae52
e98a9c881fa201ee4136ac7bc4628779806aae52
> Able to launch drill from binary distribution (Embeded mode).
> Able to query using sqlline and web interface.
> Unable to build from source
$ mvn clean install -DskipTests
[ERROR] Failed to execute goal
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate
(generate-fmpp-sources) on project drill-java-exec: Execution
generate-fmpp-sources of goal
com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate failed:
Plugin com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0 or one of its
dependencies could not be resolved: Could not find artifact
org.freemarker:freemarker:jar:2.3.21-20140831.213647-3 in
sonatype-nexus-snapshots (
https://oss.sonatype.org/content/repositories/snapshots)
It references to freemarker:jar:2.3.21-20140831.213647-3
whereas the pom has:
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.19</version>
</dependency>
On Mon, Sep 1, 2014 at 12:49 AM, Jacques Nadeau <jacques@apache.org> wrote:
> Oops, correcting the subject.
>
>
> On Sun, Aug 31, 2014 at 12:18 PM, Jacques Nadeau <jacques@apache.org>
> wrote:
>
> > Hello All,
> >
> > I'd like to propose our second monthly release, version 0.5.0-incubating.
> > This release includes 109 JIRAs closed [1].
> >
> > You can find the release artifacts hosted at [2]. Please download and
> try
> > them out and cast your vote.
> >
> > As always, vote will be open for 72 hours, ending Noon Pacific, September
> > 3, 2014.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > When making a vote, please make sure you state whether your vote is
> > binding or not. This helps keep things simple.
> >
> > Thanks,
> > Jacques
> >
> > [1] https://issues.apache.org/jira/browse/DRILL/fixforversion/12324880
> > [2] http://people.apache.org/~jacques/apache-drill-0.5.0.rc0/
> >
>
|