Member since
02-24-2016
84
Posts
19
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4739 | 01-09-2017 08:03 AM | |
10082 | 11-22-2016 02:34 AM | |
4042 | 06-10-2016 04:16 AM | |
2822 | 05-18-2016 02:00 AM | |
2763 | 05-09-2016 05:58 AM |
06-16-2023
10:18 AM
GoTo Hosts. --> All Hosts --> Go To That Host Which Have "Memory Overcommit Validation Threshold" --> Resources
... View more
11-25-2020
04:22 PM
1 Kudo
Today I ran into this same issue but the solutions in the post didn't resolve the problem. I found each time you would start cloudera-scm-server (sudo systemctl start cloudera-scm-server) it would just add the entries back to the database we are instructed to delete. The following did resolve the problem - Edit /var/lib/cloudera-scm-server/certmanager/cm_init.txt Change the following top 3 lines from true to false as follows. setsettings AGENT_TLS false setsettings WEB_TLS false setsettings NEED_AGENT_VALIDATION false Then stop and start the cloudera-scm-server. This time you will see the entries back in the DB but they'll be set to false. On the database server you can run the following to confirm they are set to false now. select * from CONFIGS where ATTR='web_tls'; select * from CONFIGS where ATTR='agent_tls';
... View more
04-08-2019
06:03 PM
Hi, Could you please let me know how to solve this issue. I'm having the same error mentioned below. File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 710, in start self._init_after_first_heartbeat_response(resp_data) File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/agent.py", line 840, in _init_after_first_heartbeat_response self.client_configs.load() File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 682, in load new_deployed.update(self._lookup_alternatives(fname)) File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 432, in _lookup_alternatives return self._parse_alternatives(alt_name, out) File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.8.2-py2.7.egg/cmf/client_configs.py", line 444, in _parse_alternatives path, _, _, priority_str = line.rstrip().split(" ") ValueError: too many values to unpack I tried to see the jdk versions. But same jdk is present in all other servers. Not sure why am having issue only with this server. [root@ip-10-0-1-32 ~]# rpm -qa "*jdk*" java-1.8.0-openjdk-devel-1.8.0.144-0.b01.el7_4.x86_64 java-1.8.0-openjdk-headless-1.8.0.144-0.b01.el7_4.x86_64 jdk1.8.0_102-1.8.0_102-fcs.x86_64 copy-jdk-configs-2.2-3.el7.noarch java-1.8.0-openjdk-1.8.0.144-0.b01.el7_4.x86_64 Thanks
... View more
04-08-2019
05:55 PM
Hi, Could you please let me know how did you resolve this. I have the same issue. I have checked for jdk, but its the same in all the other servers as well. Not sure why there is issue with only 1 server [root@ip-xx-x-xx-x cloudera-scm-agent]# rpm -qa "*jdk*" java-1.8.0-openjdk-devel-1.8.0.144-0.b01.el7_4.x86_64 java-1.8.0-openjdk-headless-1.8.0.144-0.b01.el7_4.x86_64 jdk1.8.0_102-1.8.0_102-fcs.x86_64 copy-jdk-configs-2.2-3.el7.noarch java-1.8.0-openjdk-1.8.0.144-0.b01.el7_4.x86_64 Thanks
... View more
09-13-2018
10:27 AM
Please follow the below steps. Options for container size control Now comes the complicated part - there are various overlapping and very poorly documented options for setting the size of Tez containers. According to some links, the following options control how Tez jobs started by Hive behave: hive.tez.container.size – value in megabytes hive.tez.java.opts
... View more
07-30-2018
06:25 AM
@Shashank and @shamik,
As each person's setup is typically different I was suggesting you start a new thread or conversation. In this new thread you can explain your unique situation in terms of overall system specifications (RAM, number of processors, etc.) as well as how much of those resources have been allocated to the Quickstart VM.
As @jmartin1938 has pointed out the Quickstart VM in inherently slow due to being a single node cluster. The issue can be made worse if the VM is not allcated the appropriate resources or used for large scale projects.
To start a new thread go to the appropriate board and use the "new message" button.
This will open a page for you to post the wording and title for the new thread.
... View more
11-09-2017
07:37 AM
I've discovered by painful experience that this might be caused by having more than one oracle java installed, and even worse, any version of openjdk java. Namely, make sure you have added the ca you used for the ssl to the java keystore of the java version you are using (you can find that out in process list). Also, make sure that keytool you are using is belonging to this version of java - so it's best to have only one version installed, or (if that is unavoidable), use the full path to keytool. Hope it helps.
... View more
03-30-2017
07:26 AM
I have uninstalled the Cloudera Manager and also removed open JDK by using yum remove java* Started with Master Node and added two new Hosts later and installation successfully completed.
... View more
02-07-2017
08:22 PM
How i can know if the parcels files should has sha or sha1 signature? When Spark2 will be part of CDH4 parcels, which version? currently i have 1.6, when i add 2.0 will the spark history server be 2.0 also? if i used 2.0 parcels, which one will be the active one on the cluster 1.6 or 2.0?
... View more