Paul Rogers created DRILL-6506:
----------------------------------
Summary: Drill distribution includes unnecessary jars
Key: DRILL-6506
URL: https://issues.apache.org/jira/browse/DRILL-6506
Project: Apache Drill
Issue Type: Bug
Affects Versions: 1.13.0
Reporter: Paul Rogers
Build Drill. Extract the resulting archive. Look in the {{jars/3rdparty}}
directory. Notice that the jars include two test-time testing and mocking
libraries:
{code}
hamcrest-core-1.3.jar
jmockit-1.39.jar
mockito-core-2.18.3.jar
{code}
Including these is not really a but. But, they are unnecessary as production
uses of Drill will never invoke the mocking libraries.
The directory also includes the Apache Twill libraries used to integrate an
application with YARN:
{code}
twill-api-0.6.0-incubating.jar
twill-...
{code}
However, Drill does not, in fact, use Twill.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)