You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vo...@apache.org on 2018/10/08 12:43:56 UTC

[drill] 06/06: DRILL-6541: Upgrade ZooKeeper patch version to 3.4.11 for mapr profile

This is an automated email from the ASF dual-hosted git repository.

volodymyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit a2533917b0bc387711060c739dfb9844896fe4be
Author: Bohdan Kazydub <bo...@gmail.com>
AuthorDate: Tue Jun 26 13:09:15 2018 +0300

    DRILL-6541: Upgrade ZooKeeper patch version to 3.4.11 for mapr profile
    
    closes #1398
---
 contrib/storage-hbase/pom.xml | 1 +
 pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index dcedc02..1423c26 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -263,6 +263,7 @@
         <dependency>
           <groupId>org.apache.hbase</groupId>
           <artifactId>hbase-testing-util</artifactId>
+          <scope>test</scope>
           <classifier>tests</classifier>
           <exclusions>
             <exclusion>
diff --git a/pom.xml b/pom.xml
index 4d81927..5d00ee6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2442,7 +2442,7 @@
         <hive.version>2.1.1-mapr-1710</hive.version>
         <hbase.version>1.1.1-mapr-1602-m7-5.2.0</hbase.version>
         <hadoop.version>2.7.0-mapr-1707</hadoop.version>
-        <zookeeper.version>3.4.5-mapr-1710</zookeeper.version>
+        <zookeeper.version>3.4.11-mapr-1808</zookeeper.version>
       </properties>
       <dependencyManagement>
         <dependencies>