Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3072 | 04-15-2022 09:39 AM | |
| 2475 | 03-16-2022 06:22 AM | |
| 6554 | 03-02-2022 09:44 PM | |
| 2907 | 03-02-2022 08:40 PM | |
| 1915 | 01-05-2022 07:01 AM |
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:20 AM
@Alex_IT Yes Almost the same but for you ease take a look of: 1. Migrating Hue Database 2. Migrate Sentry DB
... View more
02-03-2021
10:12 AM
@ryu Check out this link : https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_dg_yarn_applications.html
... 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
02-03-2021
09:03 AM
@chhaya_vishwaka Take a look of below doc and see if you are missing anything. https://docs.cloudera.com/cdp/latest/data-migration/topics/rm-replication-of-data-on-premise-to-amazon-s3-data-in-hdfs.html Have you checked the Step 11 saying Validate the policy? That might give a good start.
... View more
02-03-2021
12:18 AM
2 Kudos
@vidanimegh what java version you are using? This seems you are hitting a well known issue with java. Cloudera product releases using one of the following JDK versions: OpenJDK 1.8 u242 and later updates(example u252, u262 etc) OpenJDK 11.0.6 and later updates Oracle JDK 8u241 and later updates are affected by this. Below are the instructions to mitigate this issue. Instructions: On all impacted nodes, this issue has been solved pursuant to implementing the steps below based on the environment. Edit the java.security file located in the active JDK on each node. You can find this file at one of the following locations: <JAVA_HOME>/jre/lib/security/ <JAVA_HOME>/conf/security Add or alter the sun.security.krb5.disableReferrals parameter so that it is set to true: sun.security.krb5.disableReferrals=true This change disables the new feature addition in the upgraded JDK release and no longer sets the bit in the AS-REQ which advertises the Name Type. This effectively disables the feature additions for RFC-6806.
... View more
01-29-2021
01:38 AM
1 Kudo
@Hotty I agree with @aakash_nand there is no easy guidelines available by which you can configure. However you can use this reference if you want Presto Plugin in Ranger it may give you a good start. https://cwiki.apache.org/confluence/display/RANGER/Presto+Plugin
... View more