USCDataScience / sparkler

Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
http://irds.usc.edu/sparkler/
Apache License 2.0
410 stars 143 forks source link

Exclude org.json:json library since its license is incompatible with Apache License 2.0 #54

Closed buggtb closed 6 years ago

buggtb commented 7 years ago

FYI if you are still going to incubate sparkler, you'll need to remove the org.json parser because of an incompatible license.

thammegowda commented 7 years ago

Thanks Tom.. I will replace the org.json library with a compatible library https://wiki.debian.org/qa.debian.org/jsonevil

thammegowda commented 7 years ago

org.json is brought by tika-parsers, we have to change it there. This issue stands still until I/somebody resolves https://issues.apache.org/jira/browse/TIKA-1804