Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
Created on 03-31-202108:29 PM - edited on 04-21-202602:05 AM by GrazittiAPI
Infrastructure
Virtual Warehouse Impala will be running under Kubernetes Pods. The user can find the Kubernetes cluster running in the AWS account. The pods will be running in one of the K8s nodes.
The JDBC URL can be found from the Virtual Warehouse.
The server name would be <IMPALA_Coordinator_URL> and the port is 443.
Access to Cloudera Manager, other cluster UIs, and endpoints (such as JDBC) are always through the secure Knox gateway on port 443. Users are automatically logged in with their CDP credentials.
If you get "Error while trying to connect" message from the visualization tool, check if port 443 is allowed for Impala coordinator and Knox gateway server from the server where the visualization tool is hosted.
Have come across some visualization tools like DOMO; its connectors can only talk to public IPs, thus we would recommend the user to use either of the networking infras to configure (CDW):
Public Load Balancer, Public Worker Nodes > All AWS network components will have a publicly visible IP address assigned to them.
Public Load Balancer, Private Worker Nodes > All traffic is routed from the load balancer (Amazon ELB), which is located in a public subnet and thus will have a public-facing IP address.
If users go for option 3. (Private Load Balancer, Private Worker Nodes) setup, they can try and use bastion host to connect.