[
https://issues.apache.org/jira/browse/DRILL-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15187790#comment-15187790
]
ASF GitHub Bot commented on DRILL-4493:
---------------------------------------
Github user adityakishore commented on a diff in the pull request:
https://github.com/apache/drill/pull/421#discussion_r55577997
--- Diff: exec/jdbc/pom.xml ---
@@ -134,6 +134,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
+ <scope>test</scope>
--- End diff --
hadoop-common is not a dependency for jdbc or jdbc-all project.
[drill-jdbc-all-1.5.0.jar](https://repo.maven.apache.org/maven2/org/apache/drill/exec/drill-jdbc-all/1.5.0/drill-jdbc-all-1.5.0.jar)
does not contain any Hadoop classes and if you look at other profiles
(default-hadoop, cdh, hdp) in this pom, they all have this in test scope.
> Fixed issues in various POMs with MapR profile
> ----------------------------------------------
>
> Key: DRILL-4493
> URL: https://issues.apache.org/jira/browse/DRILL-4493
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Affects Versions: 1.6.0
> Reporter: Aditya Kishore
> Assignee: Aditya Kishore
> Fix For: 1.6.0
>
>
> * Remove inclusion of some transitive dependencies from distribution pom.
> * Remove maprfs/json artifacts from "mapr" profile in drill-java-exec pom.
> * Set "hadoop-common"'s scope as test in jdbc pom (without this the jdbc-all
> jar bloats to >60MB).
> * Revert HBase version to 0.98.12-mapr-1602-m7-5.1.0.
> * Exclude log4j and commons-logging from some HBase artifacts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)