Member since
09-15-2020
243
Posts
19
Kudos Received
7
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2768 | 11-08-2024 08:45 PM | |
| 1539 | 02-22-2024 02:53 AM | |
| 838 | 02-21-2024 06:55 AM | |
| 1583 | 02-20-2024 09:20 AM | |
| 943 | 02-15-2024 08:05 AM |
02-12-2024
08:29 AM
1 Kudo
Ultimately, my issue has not been resolved. But from my understanding it might not be technically a Cloudera issue. I am working with support from our client tool to see how they were able to get what I am looking for when they did their testing. Thanks, Andy
... View more
09-21-2021
12:55 AM
Hi @dv_conan Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information that is requested?
... View more
08-26-2021
07:43 AM
Seems the max. Python version supported is 2.7.5, Python Version 3.x is not supported as it will create conflict with the versions shipped (HDP3.1.5 + Ambari2.7.5). Python3 support is not on the road map of HDP 3x and even for Ambari. This is something which may be done in future to make Python3 as the default for the OS Cloudera supports.
... View more
08-16-2021
06:13 AM
Hi, I am going with workaround as of now for this issue. Workaround: Drop partition explicit via code from metadata
... View more
08-02-2021
12:16 AM
Hi @jAnshula Yes, below proxyuser properties added in Custom KMS-Site. keyadmin user only configured in KMS Repository. hadoop.kms.proxyuser.keyadmin.groups=* hadoop.kms.proxyuser.keyadmin.hosts=* hadoop.kms.proxyuser.keyadmin.users=*
... View more
07-30-2021
05:50 AM
@michalm_ Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
07-28-2021
12:58 AM
Hi , Are you manually removing the partitions? Yes . we cant use "set hive.msck.path.validation=ignore" because if we run msck repair .. automatically to sync HDFS folders and Table partitions right? this is not happening and no err. our aim: Make HDFS path and partitions in table should sync in any condition
... View more
07-27-2021
04:08 AM
@Zhaojie The errors to focus here are the below ones which are causing unknown health alerts. This is being caused because CM agent is not able to connect to Host Monitor. Please ensure the hosts generating the alerts have space available and are not overloaded in terms of COU and memory. You can also try to hard restart the CM agents if this is feasible option since hard restart will stop the services running on the host and clear any thread deadlocks in cluster services. The health test result for HOST_SCM_HEALTH has become bad: This host is in contact with the Cloudera Manager Server. This host is not in contact with the Host Monitor. The health test result for HOST_AGENT_LOG_DIRECTORY_FREE_SPACE has become unknown: Not enough data to test: Test of whether the Cloudera Manager Agent's log directory has enough free space. Hope this helps, Paras Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
07-26-2021
06:07 AM
@enirys Can you once remove the problematic kerberos principal from FreeIPA and then try and regenerate the kerberos keytabs ipa-rmkeytab [ -p principal-name ] [ -k keytab-file ] [ -r realm ] [ -d ]
... View more
03-31-2021
08:29 PM
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.
Example:
jdbc:impala://<IMPALA_Coordinator_URL>:443/default;AuthMech=3;transportMode=http;httpPath=cliservice;ssl=1;UID=xxxx;PWD=PASSWORD
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.
... View more
- « Previous
- Next »