Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1158#discussion_r174125821
--- Diff: distribution/pom.xml ---
@@ -324,6 +324,14 @@
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>
</dependency>
+ <dependency>
--- End diff --
I did it at first time, but jars are downloaded usually only for
dependencies from common part of pom file.
Looks like to add these dependencies into mar profile of drill-hive module,
it is necessary to add maven-assembly-plugin to mapr profile of storage-hive
module or to edit distribution pom file somehow to leverage dependencies from
profiles section. I will investigate it.
---