Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3064 | 04-15-2022 09:39 AM | |
| 2471 | 03-16-2022 06:22 AM | |
| 6539 | 03-02-2022 09:44 PM | |
| 2904 | 03-02-2022 08:40 PM | |
| 1910 | 01-05-2022 07:01 AM |
02-04-2021
06:51 AM
Hi @aakash_nand and @GangWar Thank you for your comment. Your advice is so helpful. https://cwiki.apache.org/confluence/display/RANGER/Presto+Plugin https://github.com/apache/ranger/blob/master/agents-common/src/main/resources/service-defs/ranger-servicedef-presto.json Now, I confirmed that Apache Ranger included in CDP 7.1.5 can display Presto on the Ranger administration screen using the Presto API. And, confirmed that Ranger can be configured on a per-account basis for Presto from the Ranger management configuration screen. Many thanks,
... View more
02-04-2021
01:32 AM
@Ismail27 Have you tried admin/admin ? What is the error message you are getting? You might have to see the Browser dev console output to check what’s going on, this way you can start troubleshooting.
... View more
02-04-2021
12:50 AM
1 Kudo
@Ayyavaru Typically there is no external steps needed from CM side as CM only needs DB to be up so it depends on your plan honestly. However I would suggest you to take BACKUP of CM database for safe side [1] as well as plan downtime for this activity. You can use mysqldump to back up databases without having to shut them database down (see https://dev.mysql.com/doc/refman/5.7/en/mysqldump-sql-format.html). However, to ensure you get a good back, you should make sure there is no activity. i.e. you can get the back up by stopping the Cloudera manager server or any service for the database you are backing up. We strongly encourage that you consult your DBA or database vendor. After that you have to check the db.properties is rightly pointed to the database configured for CM. Hope this helps. [1]https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ag_backup_dbs.html#concept_tyh_rmq_bl
... View more
02-03-2021
10:23 AM
@NegativeNathan Have you disabled this from CM or agent configuration file?
... View more
02-03-2021
10:21 AM
@Pottie As per my you just have to install the krb packages on the new host rest will be fine and will be taken care by itself while adding host.
... View more
02-03-2021
10:10 AM
1 Kudo
@baddakha This might be issue with virtual box version. Check this link: https://forums.virtualbox.org/viewtopic.php?f=1&t=100372
... View more
02-03-2021
09:12 AM
1 Kudo
@Guarupe @ylchew93 Please follow the below doc and see if anything is missing while SSL implementation on Hue. https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_sg_ssl_hue.html#concept_vnj_lmd_s4 This issue occurs if the certificates presented by the YARN Resource Managers are not included in Hue's Truststore. When Hue acts as a TLS/ SSL client while communicating with services like YARN and Oozie, it requires the server certificates of these daemons in its Truststore. The Truststore helps the Hue service to authenticate certificates installed on these TLS-enabled servers.
... View more
01-28-2021
12:04 AM
@mike_bronson7 Adding to @GangWar :- To your question - dose this action could also affected the data itself on the data-nodes machines ? No it doesnt affect data on datanode directly. This is metadata operation on namenode which when need to be run when NameNode fails to progress through the edits or fsimage then the NameNode may need to be started with -recover option. Since the metadata has reference to the blocks on datanode, hence this is a critical operation and may incur data loss.
... View more
01-25-2021
09:36 AM
Thanks for the reply, @GangWar. The issue is sorted out now. As you said, the issue got fixed after checking the config.ini. The inter communications between the client and server were made to do over TLS, but we disabled the TLS/SSL in UI and for all agents. This was the main cause, as the heartbeat tried to get a response, but it didnt. Changing the configuration in Cloudera Manager -> Administration -> “Use TLS Encryption for Agents” should be unchecked, and restarting the Cloudera Manager fixed the issue.
... View more
01-25-2021
03:52 AM
@Sreenath I think this is because of the https://issues.apache.org/jira/browse/HIVE-23408 where the secure connection is not available yet.
... View more