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 | |
| 1916 | 01-05-2022 07:01 AM |
11-17-2020
01:34 AM
@olracmarques Below community thread might help. https://community.cloudera.com/t5/Support-Questions/What-is-the-minimum-system-requirement-to-setup-pseudo/td-p/21121 But I would strongly suggest to start with 10GB RAM at least for using Cloudera Manager in VM.
... View more
11-17-2020
01:23 AM
@avengers The path can be set in Hue.ini[1] and it is controlled in CDH by safety valve setting. CM > Hue > Configuration > Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini Please refer the doc for SSL related configuration as well: Configuring TLS/SSL for Impala Configuring TLS/SSL for Hue [1] https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L1329
... View more
11-10-2020
07:11 AM
1 Kudo
@kish5430 You might have done that. Both are technically same means just acronyms. https://docs.cloudera.com/cdp-private-cloud/latest/upgrade-cdh/topics/ug_cdh_upgrade.html Finalize the HDFS Upgrade To determine if you can finalize the upgrade, run important workloads and ensure that they are successful. After you have finalized the upgrade, you cannot roll back to a previous version of HDFS without using backups.Verifying that you are ready to finalize the upgrade can take a long time. Make sure you have enough free disk space, keeping in mind that the following behavior continues until the upgrade is finalized: Deleting files does not free up disk space. Using the balancer causes all moved replicas to be duplicated. All on-disk data representing the NameNodes metadata is retained, which could more than double the amount of space required on the NameNode and JournalNode disks. Go to the HDFS service. Click the Instances tab. Click the link for the NameNode instance.The NameNode instance page displays. Select Actions > Finalize Metadata Upgrade and click Finalize Metadata Upgrade to confirm. This can be also done manually though if needed: https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html
... View more
11-09-2020
12:38 AM
1 Kudo
@cuian01 ADFS could work but there is no Cloudera documentation which can walk you through over all the steps. Also it's bit tricky. Getting SSSD to resolve identities from two domains could be another way https://access.redhat.com/solutions/4035171 and also take a look of https://blog.cloudera.com/best-practices-guide-for-systems-security-services-daemon-configuration-and-installation-part-1/
... View more
11-08-2020
09:44 PM
@clavezzo2020 Can you check the parcels are available under /opt/cloudera/parcels/ directory or whatever directory you have configured for same. I am wondering if expanding disk messed with parcels mount point.
... View more
11-08-2020
09:27 PM
@Manish Looks like HBase supports ADLS Gen2. See below: Based on the CDP Environment that you select, the operational database Data Hub cluster uses Amazon S3 or Azure Data Lake Storage Gen2 as the storage layer for HBase. This means, that the HFiles are written to the object storage, but the Write Ahead Logs (WALs) are written to HDFS. Ref doc: https://docs.cloudera.com/cdp-private-cloud-base/7.1.4/hbase-getting-started/topics/hbase-opdb-cluster.html
... View more
11-08-2020
08:11 AM
@meiravR Two things 1) You have to see the CM server logs for better understanding of this parcels issue. 2) You don't have to install Hue manually the CDH parcels have Hue already in it. So I would suggest you to do a server restart and see if it works. NOTE: If you have installed parcels manually then you have to copy those on every hosts.
... View more
11-08-2020
07:47 AM
@Ananya_Misra & @Rakesh99 you might need to clear the and reset the server state once. Ambari server:
ambari-server stop
ambari-server reset
ambari-server start In past I have seen this issue with wrong java path. But You should see the stderr logs for more details that should reflect the issue.
... View more
11-06-2020
06:30 AM
1 Kudo
@shravani CM server restart required. systemctl restart cloudera-scm-server
... View more