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 <[email protected]> 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
