Member since
03-02-2017
31
Posts
1
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4702 | 09-08-2017 05:49 AM | |
3883 | 06-05-2017 04:29 AM | |
4188 | 06-05-2017 04:24 AM | |
3491 | 03-11-2017 06:18 PM | |
10132 | 03-03-2017 01:54 AM |
07-13-2023
05:42 AM
i got the same issue, agent logs: flood_seed_timeout': 0, u'eventserver_port': None} Traceback (most recent call last): File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1568, in handle_heartbeat_response self._handle_heartbeat_response(response) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1730, in _handle_heartbeat_response self._update_parcel_activation_state(response) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/agent.py", line 1641, in _update_parcel_activation_state manage_new_parcels) File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/parcel.py", line 624, in configure_all_symlinks prod = self[name] File "/opt/cloudera/cm-agent/lib/python2.7/site-packages/cmf/parcel.py", line 798, in __getitem__ return self.products.__getitem__(key) KeyError: 'CDH'
... View more
05-14-2020
07:56 PM
yes, it's Java problem, I export JAVA_HOME again to solve it export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
... View more
03-15-2019
11:36 AM
2 Kudos
Gateway roles have no specific hardware configuration requirements. A gateway role simply copies the configuration files needed for a given role to be accessed from a host outside of the cluster. The hardware configuration will depend on what your team will be doing on the host. Here is a link to the documentation on managing roles: https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_managing_roles.html Gateway Roles A gateway is a special type of role whose sole purpose is to designate a host that should receive a client configuration for a specific service, when the host does not have any roles running on it. Gateway roles enable Cloudera Manager to install and manage client configurations on that host. There is no process associated with a gateway role, and its status will always be Stopped. You can configure gateway roles for HBase, HDFS, Hive, Kafka, MapReduce, Solr, Spark, Sqoop 1 Client, and YARN.
... View more
01-29-2019
08:45 AM
Hello, I am facing the same problem, could you help me, and give me more detail, I will appreciate it. Thanks in advance.
... View more
06-03-2018
10:35 PM
Can you share your config.ini how you added multiple entries there..... please......
... 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
09-27-2017
06:58 AM
Hi @Shafiullah, So, Your job completes and still seeing it as failed. right ? Do you see any suspicious messages in full container logs ?
... View more
09-08-2017
05:49 AM
Hi Added it as dependent project to a spark project.
... View more
06-05-2017
04:29 AM
It was due to the rogue node. i had to delete that node from cluster. This is fine now.
... View more
06-05-2017
04:24 AM
Hi, I have to delete that node from azure. then Cloudera was not able to find it and i was able to stop and delete the service. Earlier i only stopped that node in Azure. Somehow it still was able to attached to it. Anyhow, that node was of no use so i deleted it. I was able to move the Activity monitor to different host by creating the database for it. Also, the de-commissioning and deletion of host is also done from cluster. The parcel distribution is also fine now.
... View more