You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2017/10/31 15:40:00 UTC

[jira] [Created] (DRILL-5917) Ban json.org library in Drill

Arina Ielchiieva created DRILL-5917:
---------------------------------------

             Summary: Ban json.org library in Drill
                 Key: DRILL-5917
                 URL: https://issues.apache.org/jira/browse/DRILL-5917
             Project: Apache Drill
          Issue Type: Task
    Affects Versions: 1.11.0
            Reporter: Arina Ielchiieva
             Fix For: 1.12.0


Apache Drill has dependencies on json.org lib indirectly from two libraries:
com.mapr.hadoop:maprfs:jar:5.2.1-mapr
com.mapr.fs:mapr-hbase:jar:5.2.1-mapr

{noformat}
[INFO] org.apache.drill.contrib:drill-format-mapr:jar:1.12.0-SNAPSHOT
[INFO] +- com.mapr.hadoop:maprfs:jar:5.2.1-mapr:compile
[INFO] |  \- org.json:json:jar:20080701:compile
[INFO] \- com.mapr.fs:mapr-hbase:jar:5.2.1-mapr:compile
[INFO]    \- (org.json:json:jar:20080701:compile - omitted for duplicate)
{noformat}

Need to make sure we won't have any dependencies from these libs to json.org lib and ban this lib in main pom.xml file.

Issue is critical since Apache release won't happen until we make sure json.org lib is not used (https://www.apache.org/legal/resolved.html).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)