[
https://issues.apache.org/jira/browse/PARQUET-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808851#comment-16808851
]
Zoltan Ivanfi commented on PARQUET-1556:
----------------------------------------
Now that is strange. If I issue this command:
{code}
mvn dependency:get -Dartifact=com.hadoop.gplcompression:hadoop-lzo:0.4.16
{code}
I get the same error. But it is still able to download the artifact somehow
when I run the following:
{code}
mvn -Dmaven.repo.local=/tmp/fresh-clean-empty-local-repo clean install
-DskipTests | grep hadoop-lzo
Downloading from jitpack.io:
https://jitpack.io/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.pom
Downloading from central:
https://repo.maven.apache.org/maven2/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.pom
Downloading from twitter:
http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.pom
Downloaded from twitter:
http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.pom
(1.3 kB at 1.3 kB/s)
Downloading from jitpack.io:
https://jitpack.io/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.jar
Downloading from central:
https://repo.maven.apache.org/maven2/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.jar
Downloading from twitter:
http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.jar
Downloaded from twitter:
http://maven.twttr.com/com/hadoop/gplcompression/hadoop-lzo/0.4.16/hadoop-lzo-0.4.16.jar
(63 kB at 86 kB/s)
{code}
> Instructions are missing for configuring twitter maven repo for hadoop-lzo
> dependency
> -------------------------------------------------------------------------------------
>
> Key: PARQUET-1556
> URL: https://issues.apache.org/jira/browse/PARQUET-1556
> Project: Parquet
> Issue Type: Improvement
> Affects Versions: 1.11.0
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Fix For: 1.12.0
>
>
> Running mvn verify based on the instructions in the README results in this
> error
> {code:java}
> Could not resolve dependencies for project
> org.apache.parquet:parquet-thrift:jar:1.11.0: Could not find artifact
> com.hadoop.gplcompression:hadoop-lzo:jar:0.4.16{code}
> To fix this, it was necessary to configure my local ~/.m2/settings.xml to
> include the twitter maven repo:
> {code:java}
> <repository>
> <id>twitter</id>
> <name>twitter</name>
> <url>http://maven.twttr.com</url>
> </repository>{code}
> After adding this, mvn verify worked.
> We should add these instructions to the README.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)