Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Does Knox’s Hive service configuration support the overloaded URLs used in the HiveServer2 + ZK HA approach?

avatar
Contributor

Does Knox’s Hive service configuration support the overloaded URLs used in the HiveServer2 + ZK HA approach? For example would this be a supportable Knox configuration:

<service>    
<role>HIVE</role>
<url>http://zk1.customer.com:2181,zk2.customer.com:2181,zk2.customer.com:2181/cliservice</url>
</service>

Not sure if the ZK URL can be passed through Knox?

1 ACCEPTED SOLUTION

avatar

Hi @Wes Floyd, support for HS2 HA Zookeeper discovery is also available in Knox-0.7, but the version of Knox packaged in the latest HDP-2.4 is still 0.6, and so it's not yet availalbe in HDP. You can consider to install it yourself.

View solution in original post

5 REPLIES 5

avatar
Contributor

See the Apache docs here for HiveServer2 HA support:

http://knox.apache.org/books/knox-0-8-0/user-guide.html#HiveServer2+HA

avatar

Hi @Wes Floyd, support for HS2 HA Zookeeper discovery is also available in Knox-0.7, but the version of Knox packaged in the latest HDP-2.4 is still 0.6, and so it's not yet availalbe in HDP. You can consider to install it yourself.

avatar
New Contributor

Hi @Predrag Minovic do you know when will Knox-0.7 or better be included with HDP-2.4? Thanks, Jason.

avatar
Cloudera Employee

avatar

Thanks for the update!

Labels