[
https://issues.apache.org/jira/browse/DRILL-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vlad Rozov updated DRILL-5917:
------------------------------
Description:
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
org.json:json lib and ban this lib in main pom.xml file.
Issue is critical since Apache release won't happen until we make sure
org.json:json lib is not used (https://www.apache.org/legal/resolved.html).
was:
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).
> Ban org.json:json 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
> Assignee: Vlad Rozov
> 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
> org.json:json lib and ban this lib in main pom.xml file.
> Issue is critical since Apache release won't happen until we make sure
> org.json:json lib is not used (https://www.apache.org/legal/resolved.html).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)