-
Notifications
You must be signed in to change notification settings - Fork 1
Enabling HUE
Iman Saleh edited this page Dec 22, 2015
·
2 revisions
Wiki Home ▸ [Getting Started Guide](Getting Started Guide) ▸ Enabling HUE
TAP uses Hue; an open source Web interface for analyzing data with Hadoop and Spark. For more information on HUE, check http://gethue.com.
To enable HUE on TAP, follow these instructions:
-
To add a HUE service to the Cloudera cluster, note on which machines it was placed.
-
Create a new Elastic Load Balancing (ELB) instance in AWS:
- Forward port 443 HTTPS to port 8888 HTTPS.
- Should be in the same subnet as the NAT instance (one is sufficient).
- Fill in the private key, certificate, and the chain.
- Create a new security group allowing access to all on port 443.
- Perform a simple TCP health check.
-
Modify the security group of Cloudera to allow access from the ELB security group to all ports. (This is suggested by AWS support; using only one port doesn't work).
-
Modify HUE instance settings on the Cloudera cluster:
- Enable HTTPS.
- Put the private key and certificate on the HUE server in a place reachable by HUE and chown hue:hue the files.
- Fill in the required paths in HUE configuration.
-
Add a CNAME domain to route53 for the created ELB.
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information