Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2970 | 07-09-2018 11:54 AM | |
2481 | 05-03-2017 11:03 AM | |
5990 | 03-28-2017 02:27 PM | |
2305 | 03-27-2017 03:17 PM | |
2023 | 03-13-2017 04:30 PM |
07-13-2023
05:42 AM
i got the same issue, agent logs: flood_seed_timeout': 0, u'eventserver_port': None} Traceback (most recent call last): File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1568, in handle_heartbeat_response self._handle_heartbeat_response(response) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1730, in _handle_heartbeat_response self._update_parcel_activation_state(response) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1641, in _update_parcel_activation_state manage_new_parcels) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/parcel.py", line 624, in configure_all_symlinks prod = self[name] File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/parcel.py", line 798, in __getitem__ return self.products.__getitem__(key) KeyError: 'CDH'
... View more
02-23-2021
10:00 PM
Hi @FRG96 as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
09-18-2020
02:26 AM
Hi thx alot; when senrt enabled you can use command below to revoke permission from user REVOKE ROLE role_name FROM GROUP user1 ;
... View more
03-18-2020
07:52 AM
iptables is a linux firewall, in my case it was blocking the traffic needed for the database connection
... View more
11-05-2019
07:09 AM
Hi, I have got a similar issue. My file host is the following for all hosts in my cluster: 127.0.0.1 localhost.localdomain localhost 13.48.140.49 master.sysdatadigital.it master 13.48.181.38 slave1.sysdatadigital.it slave1 13.48.185.39 slave2.sysdatadigital.it slave2 13.53.62.160 slave3.sysdatadigital.it slave3 13.48.18.0 slave4.sysdatadigital.it slave4 What did you change exactly? Many thanks, M
... View more
10-23-2019
10:35 PM
Hi @Darren, Is this fix delivered to CDH 6.2, I am facing this issue in 6.2. The custom stopRunner is not invoked when I stop the service via CM. BR/ Srikanth
... View more
10-17-2019
10:00 PM
Hi All, Unfortunately, other than CM API there is no feature in CM itself to compare the cluster configuration with other cluster managed by another CM instance. In another case if you want compare the configuration settings for a particular service between two different clusters managed by same CM instance, you can do as per the steps given in the documentation here [1]. I suggest to go with CM CPI solution. You can use the CM API [2] to retrieve the full cluster configuration in JSON format including all hosts, clusters, services, roles, users, settings, etc. and use third party text compare tools like this [3] to compare them as text. It will highlight the difference in yellow. Another way is using diff command line. e.g. CM API example for getting full cluster configuration in browser in JSON format http://<your_cm_hostname>:7180/api/v12/cm/deployment Get the full cluster configuration using the API from both the CM servers and put them into the text comparator. I hope this will help. Regards, Salim [1] https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/admin_compare_service_config_across_clusters.html#xd_583c10bfdbd326ba-7dae4aa6-147c30d0933--7c7c [2] https://cloudera.github.io/cm_api/apidocs/v12/path__cm_deployment.html [3] http://iblogbox.com/devtools/diff/
... View more
06-07-2019
08:53 AM
Yes Sam, you can get the details of configuration from configuration tab of each service.For example for hive service as shown in below.
... View more
04-09-2019
05:54 AM
1 Kudo
You can try to increase the weight of the DRP3, so it will get more priority and jobs submitted to this pool will get more resources than other pools based on the weight configured.
... View more