Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3552 | 04-15-2022 09:39 AM | |
| 2870 | 03-16-2022 06:22 AM | |
| 7506 | 03-02-2022 09:44 PM | |
| 3457 | 03-02-2022 08:40 PM | |
| 2365 | 01-05-2022 07:01 AM |
11-29-2020
09:20 AM
1 Kudo
@bvishal Once you installed the software suit you don't need /var/www/ content so it's safe to remove and reuse for next component installation whatever you want. You are good to go. However your described method for moving the content in diff dirt and server from there using http server is also fine but not needed at this point as we have build the cluster already. This is just temporary to install things. For Ref: https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/installation/topics/cdpdc-using-internally-hosted-remote-parcel-repo.html
... View more
11-27-2020
09:43 AM
@WayneWang This thread might help you. https://community.cloudera.com/t5/Support-Questions/Changing-rack-awareness-in-a-running-Hadoop-cluster-in/m-p/56473/highlight/true#M48693
... View more
11-24-2020
05:22 AM
@md186036 Yes that’s possible. Please follow below steps in doc. This is the rollback procedure for your use case. https://docs.cloudera.com/documentation/enterprise/upgrade/topics/ug_cm_downgrade.html
... View more
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
10-27-2020
02:00 AM
@md186036 Yes, there is no issue on this. Cloudera Manager should always we equal or higher to the CDH version. You can refer this page for your understanding: https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cm_cdh_compatibility.html#cm_cdh_compatibility
... View more
10-26-2020
11:46 PM
@Amn_468 This is due to the Java Heap Size. Let's say the default setting for the namenode_java_heapsize is 1GB. Cloudera recommends having 1GB of heap space for every 1M blocks in a cluster. If the data in your cluster is growing rapidly, factor in the potential future number of blocks your cluster will require when determining the size setting, so you can avoid having to restart the namenode. It is only possible to change the setting by restarting the namenode. Calculating the Required Heap Size Determine the number of blocks in the cluster. This information is available on the namenode web UI under the Summary section, with information like the following: 117,387 files and directories, 56,875 blocks = 174,262 total filesystem object(s). Alternatively, the information is available from the output of the fsck command: Total size: 9958827546 B (Total open files size: 93 B)
Total dirs: 20397
Total files: 57993
Total symlinks: 0 (Files currently being written: 1)
Total blocks (validated): 56874 (avg. block size 175103 B) (Total open file blocks (not validated): 1)
... Given the number of blocks, allocate 1GB of heap space for each 1M blocks, plus some additional memory for growth. For example, if there are 6,543,567 blocks, you need 6.5GB of heap to cover the current cluster size, but 8GB would be a sensible setting to allow for growth of the cluster. After that you can adjust the Java Heap Size for NN. Hope this helps.
... View more
10-26-2020
11:25 PM
1 Kudo
Looks okay to me. However you can always increase these as per your cluster loads.
... View more
10-26-2020
01:35 AM
@Pengad1973 Looking at the guide https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html this is maria_dev if that not works try try "hadoop".
... View more
10-24-2020
08:03 AM
@Waloz These below doc will help you. CDP Private Cloud Base Requirements and Supported Versions Database Requirements Hardware requirements for Cloudera Manager Server and related components. This will give the info about RAM, CPU & Disk etc. Cloudera Manager Server Hardware Requirements.
... View more
10-22-2020
07:08 AM
@hitachi_ben Go to CM > Hive > Configuration and then set MapReduce Service to YARN. For example below. Let me know if this helps.
... View more