Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

The application won't work without a running HiveServer2.

avatar
Rising Star

I have been solved the problem.

Just share the solution to everyone here.

 

-----------

I have two clusters (prod and dev) all have the same problem

env:

Centos6.6 minamal

jdk1.7

CDH&CM 5.4.3

 

  • In the HUE main page

It's shown 

Potential misconfiguration detected. Fix and restart Hue.

Hive Editor    The application won't work without a running HiveServer2. 

HUE1.png

 

 

  • In HiveEditor page

the database list could not be shown(always loading...)

I executed a simple sql and got an error "Could not start SASL: Error in sasl_client_start......."

HUE2.png

 

  • the solution

I got some helpful tips in this link:

https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/TVon3U2uSis

 

the prombem is some cyrus system libs not installed.

then i executed "yum –y install cyrus-sasl-plain cyrus-sasl-gssapi"

the problem solved

 

 

 

 

1 ACCEPTED SOLUTION

avatar
Rising Star
1 REPLY 1

avatar
Rising Star
solved above