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.

Install HUE on a separate Node

avatar
New Member

Is it possible to install Hue on a separate Node (VM), which is not a part of the HDP Cluster?

I just need to configure hue.ini with the right Server Adresses and Ports from the cluster right?

1 ACCEPTED SOLUTION

avatar

It should be doable as long as yum install hue works (meaning you have correct /etc/yum.repo.d/HDP.repo) should work.

Also you would need to copy hive config and specify the path in hue.ini

View solution in original post

2 REPLIES 2

avatar

It should be doable as long as yum install hue works (meaning you have correct /etc/yum.repo.d/HDP.repo) should work.

Also you would need to copy hive config and specify the path in hue.ini

avatar
New Member

Thank you for your fast & good answer. I will try it out, and post my experience after that.