Paul Wais created PARQUET-652:
---------------------------------

             Summary: parquet depends on hadoop-lzo, which requires Twitter's 
Maven repo
                 Key: PARQUET-652
                 URL: https://issues.apache.org/jira/browse/PARQUET-652
             Project: Parquet
          Issue Type: Improvement
            Reporter: Paul Wais


I'm trying to add Parquet to my project:

{code}
libraryDependencies += "org.apache.parquet" % "parquet" % "1.8.1"
libraryDependencies += "org.apache.parquet" % "parquet-protobuf" % "1.8.1"
{code}

But the project appears to depend on hadoop-lzo, which requires adding 
Twitter's Maven repo as a resolver:
{code}
resolvers += "twitter-repo" at "http://maven.twttr.com";
{code}

{code}
# uname -a
Linux pw-246 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:15 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.4 LTS
Release:        14.04
Codename:       trusty
# sbt sbtVersion
[info] Loading project definition from xxxxx
[info] Set current project to xxxx (in build file:xxxx)
[info] 0.13.11
{code}

I suggest that Apache host hadoop-lzo along with the main Parquet dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to