You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by Senthil Kumar <se...@gmail.com> on 2017/02/21 06:28:27 UTC

Build Failed - Parquet 1.9.1-SNAPSHOT

Hello Team ,  I was trying to build Parquet Thrift Project , Getting below
error!

[ERROR] Failed to execute goal on project parquet-thrift: Could not resolve
dependencies for project
org.apache.parquet:parquet-thrift:jar:1.9.1-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.parquet:parquet-column:jar:1.9.1-SNAPSHOT,
org.apache.parquet:parquet-hadoop:jar:1.9.1-SNAPSHOT,
org.apache.parquet:parquet-jackson:jar:1.9.1-SNAPSHOT,
org.apache.parquet:parquet-column:jar:tests:1.9.1-SNAPSHOT,
org.apache.parquet:parquet-pig:jar:1.9.1-SNAPSHOT,
org.apache.parquet:parquet-hadoop:jar:tests:1.9.1-SNAPSHOT: Could not find
artifact org.apache.parquet:parquet-column:jar:1.9.1-SNAPSHOT in
apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.


Am i missing any lib ?

Cheers,

Senthil

Re: Build Failed - Parquet 1.9.1-SNAPSHOT

Posted by Ryan Blue <rb...@netflix.com.INVALID>.
Senthil,

You need to build a multi-module maven project from the root. If you just
build the parquet-thrift directory, the other modules aren’t built. If you
only want to build parquet-thrift and its dependencies, you can use this:

mvn -pl :parquet-thrift -am

rb
​

On Mon, Feb 20, 2017 at 10:28 PM, Senthil Kumar <se...@gmail.com>
wrote:

> Hello Team ,  I was trying to build Parquet Thrift Project , Getting below
> error!
>
> [ERROR] Failed to execute goal on project parquet-thrift: Could not resolve
> dependencies for project
> org.apache.parquet:parquet-thrift:jar:1.9.1-SNAPSHOT: The following
> artifacts could not be resolved:
> org.apache.parquet:parquet-column:jar:1.9.1-SNAPSHOT,
> org.apache.parquet:parquet-hadoop:jar:1.9.1-SNAPSHOT,
> org.apache.parquet:parquet-jackson:jar:1.9.1-SNAPSHOT,
> org.apache.parquet:parquet-column:jar:tests:1.9.1-SNAPSHOT,
> org.apache.parquet:parquet-pig:jar:1.9.1-SNAPSHOT,
> org.apache.parquet:parquet-hadoop:jar:tests:1.9.1-SNAPSHOT: Could not find
> artifact org.apache.parquet:parquet-column:jar:1.9.1-SNAPSHOT in
> apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
>
> Am i missing any lib ?
>
> Cheers,
>
> Senthil
>



-- 
Ryan Blue
Software Engineer
Netflix