[ https://issues.apache.org/jira/browse/HIVE-22205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933398#comment-16933398 ]
Naveen Gangam commented on HIVE-22205: -------------------------------------- Hi [~tamaas] So after our discussion yesterday, I found a class {{org.apache.hive.testutils.MiniZooKeeperCluster}} in the hive code base, that was not being used much. Looked similar to the one we were using from Hbase dependencies. I replaced all usages of this class with the one I found in hive code base and tests started working (there were some failures but not related to the ZK server startup). So atleast tests were running. I had figured that the failures were related to somehow older hbase code. It makes sense given what you said. I will submit a patch with upgraded HBase dependency and see how the tests do. Thanks > Upgrade zookeeper and curator versions > -------------------------------------- > > Key: HIVE-22205 > URL: https://issues.apache.org/jira/browse/HIVE-22205 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 4.0.0 > Reporter: Naveen Gangam > Assignee: Naveen Gangam > Priority: Minor > Attachments: HIVE-22205.2.patch, HIVE-22205.patch > > > Other components like hadoop have switched to using new ZK versions. So these > jars end up in classpath for hive services and could cause issues due to > in-compatible curator versions that hive uses. > So it makes sense for hive to upgrade the ZK and curator versions to try to > keep up. -- This message was sent by Atlassian Jira (v8.3.4#803005)