Member since
11-03-2016
52
Posts
6
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2346 | 03-07-2018 10:36 PM | |
3287 | 03-07-2018 04:12 AM |
02-04-2021
03:54 AM
1 Kudo
Also make sure that the HDFS Data Node is running on that server.
... View more
05-09-2020
09:58 AM
I did the following steps and it helped 1) [root@cm_scm_103 cloudera-scm-agent]# cp /opt/cloudera/parcel-repo/STREAMSETS_DATACOLLECTOR-3.14.0-el7.parcel.torrent /opt/cloudera/parcel-cache/ [root@cm_scm_103 cloudera-scm-agent]# ls -ltr /opt/cloudera/parcel-cache/STREAMSETS_DATACOLLECTOR-3.14.0-el7.parcel.torrent -rw-r----- 1 root root 211751 May 9 11:14 /opt/cloudera/parcel-cache/STREAMSETS_DATACOLLECTOR-3.14.0-el7.parcel.torrent You have mail in /var/spool/mail/root [root@cm_scm_103 cloudera-scm-agent]# 2) make sure enough free space in /opt/cloudera/parcels 3) Restarted cloudera-scm-agent in server_b01, server_b02 and cm_scm_103 [root@server_b01 parcel-cache]# systemctl restart cloudera-scm-agent 4) Restarted cloudera-scm-server in cm_scm_103 [root@cm_scm_103 cloudera-scm-agent]# sudo service cloudera-scm-server restart
... View more
05-07-2019
02:26 AM
2 Kudos
Hi MKay, As mentioned in my previous posts the Anaconda parcel for CDH comes only with Python 2.7 and I could find a free way to get a parcel with Python 3+. We ended up manually installing the different Python versions we needed by keeping different virtual envs for different Python versions. We executed the following procedure to install python 3.5: yum install python-pip curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" python get-pip.py pip install virtualenv yum install -y https://centos7.iuscommunity.org/ius-release.rpm yum install -y python35u python35u-libs python35u-devel python35u-pip mkdir -p /opt/venv35 cd /opt/venv35 virtualenv venv35 -p python3.5 source venv35/bin/activate Best, Eyal
... View more
03-19-2019
07:39 AM
Hi Priya, We understand that you had set the swappiness value to 10. But Cloudera recommends that you set vm.swappiness to a value between 1 and 10, preferably 1, for minimum swapping. The higher the value, the more aggressively inactive processes are swapped out from physical memory. The lower the value, the less they are swapped, forcing filesystem buffers to be emptied. Thanks AK
... View more
05-06-2018
12:02 AM
When a Cloudera Enterprise license expires, the following occurs: Cloudera Enterprise Enterprise Data Hub Edition Trial - Enterprise features are no longer available. Cloudera Enterprise - Cloudera Manager Admin Console displays a banner indicating license expiration. Contact Cloudera Support to receive an updated license. In the meanwhile, all enterprise features will continue to be available. This has been documented here.
... View more
03-14-2018
09:15 AM
Check this out https://www.cloudera.com/documentation/enterprise/5-13-x/topics/cm_ig_create_local_package_repo.html#concept_qqw_ww3_gp It allows you to create a temporary repository without installing any software. Suppose that you have python installed.
... View more
03-13-2018
10:45 AM
Hi Tina, my CDH is up and running now , when i unechked single user option , thanks . Datta
... View more