Thanks Vipin for letting us know. I think you were compiling an old code or using code from an old repo. Currently, the groupId for Parquet is using "org.apache.parquet" instead of "com.twitter", and the current Parquet snapshot version is 1.8.2-SNAPSHOT.
This is the new repo in case you need to compile again: https://github.com/apache/parquet-mr - Sergio On Mon, Feb 1, 2016 at 7:32 PM, Vipin Rathor <[email protected]> wrote: > Hi All, > I’m not able to compile the latest parquet-tools project from the repo. > The error was because not being able to find the parquet-hadoop jar with > version 1.6.0rc3-SNAPSHOT. Looks like, parquet-hadoop have updated to > 1.6.1-SNAPSHOT version which was available. I used that version and > compilation+test worked fine. > > Erroneous URL: > > https://oss.sonatype.org/content/repositories/snapshots/com/twitter/parquet-hadoop/1.6.0rc3-SNAPSHOT/parquet-hadoop-1.6.0rc3-SNAPSHOT.jar > > Good URL: > > https://oss.sonatype.org/content/repositories/snapshots/com/twitter/parquet-hadoop/1.6.1-SNAPSHOT/parquet-hadoop-1.6.1-SNAPSHOT.jar > > Changes in repo: > [root@sandbox parquet-mr]# git diff > diff --git a/parquet-tools/pom.xml b/parquet-tools/pom.xml > index 5ac37c8..0d1c0c1 100644 > --- a/parquet-tools/pom.xml > +++ b/parquet-tools/pom.xml > @@ -21,7 +21,7 @@ > <groupId>com.twitter</groupId> > <artifactId>parquet</artifactId> > <relativePath>../pom.xml</relativePath> > - <version>1.6.0rc3-SNAPSHOT</version> > + <version>1.6.1-SNAPSHOT</version> > </parent> > > <modelVersion>4.0.0</modelVersion> > diff --git a/pom.xml b/pom.xml > index 6153d09..8bcb032 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -9,7 +9,7 @@ > > <groupId>com.twitter</groupId> > <artifactId>parquet</artifactId> > - <version>1.6.0rc3-SNAPSHOT</version> > + <version>1.6.1-SNAPSHOT</version> > <packaging>pom</packaging> > > <name>Apache Parquet MR (Incubating)</name> > > I apologize for taking a short cut and not creating a JIRA + PR. > Maybe some other time… > > Thanks, > Vipin Rathor > Hortonworks, Inc. >
