Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3175 | 05-04-2020 11:56 AM | |
1952 | 05-01-2020 10:43 AM | |
2076 | 04-28-2020 03:11 PM | |
3554 | 04-28-2020 10:35 AM | |
2449 | 04-13-2020 10:44 AM |
03-19-2020
03:08 PM
Hi @prakashpunj,
My research found this from other co-worker's notes:
The error message seems related with mysql timezone and you can try to setup it using this doc:
https://stackoverflow.com/questions/930900/how-do-i-set-the-time-zone-of-mysql
Could you please give it a try and let us know if that helps?
Thanks,
Li
... View more
03-02-2020
03:55 PM
Hi @Dombai_Gabor,
From the error message, it looks like the Delegation tokens have expired. There is a possibility that HMS is using MemoryTokenStore.
Is this a test server? If so, please try below troubleshooting steps.
1. search below configuration from Cloudera Manager:
Hive Metastore Delegation Token Store
2. Set the value to be:
org.apache.hadoop.hive.thrift.DBTokenStore.
3. After the change, save and restart Hive and Hue Services.
4. See if the issue is resolved.
This maybe related to the known bug https://issues.apache.org/jira/browse/HIVE-10574.
Hope this helps!
... View more
02-24-2020
10:48 AM
Hi @alcarin_ducil ,
Please take a look at this documentation:
https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_bdr_replication_source.html
Especially below notes:
Cloudera recommends that TLS/SSL be used. A warning is shown if the URL scheme is http instead of https. After configuring both peers to use TLS/SSL, add the remote source Cloudera Manager TLS/SSL certificate to the local Cloudera Manager truststore, and vice versa.
Thanks and hope this helps.
... View more
02-21-2020
01:24 PM
Hi @syedshakir,
Can you please try steps below?
Login to Hue UI as an admin user
Go to: Manage Users -> Groups -> Select the group (xxxx) your user ID belongs to
The UI becomes Hue Groups - Edit group: xxxx.
Scroll down from the permission section.
As below screen shows, check the checkbox oozie.access
Thanks and hope this helps!
... View more
02-11-2020
03:14 PM
1 Kudo
Hi @TR7_BRYLE ,
What is your Ambari version? You may want to check this knowledge article:
https://my.cloudera.com/knowledge/ERROR-quot-Request-to-https-AMBARI-SERVER-8441-agent-v1?id=273271
In case you can not access above, here are some details:
Cause:
This issue occurs when ethernet card or the switch does not support Jumbo frame, but the Jumbo frame (MTUSIZE=9000) is set in the network configuration.
To verify if the Jumbo frame is enabled, check the content of network interface configuration by running the following:
cat /etc/sysconfig/network-scripts/ifcfg-eth#
The Jumbo frame is enabled, if the following content (in bold) is displayed:
TYPE=Ethernet
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=xxx.xxx.xxx.xxx
NETMASK=xxx.xxx.xxx.xxx
MTUSIZE=9000
Instructions: To resolve this issue, do the following for each node with the issue:
1. From /etc/sysconfig/network-scripts/ifcfg-eth#1, remove the following:
MTUSIZE=9000
2. Restart the network:
/etc/initd/network restart
3. Restart the ambari-agent:
ambari-agent restart
Thanks and hope this helps!
... View more
02-10-2020
12:30 PM
Hi @Onur ,
I did a google search and found this existing Impala bug:
https://issues.apache.org/jira/browse/IMPALA-7087
Do you think maybe you are hitting this one?
Thanks!
... View more
02-07-2020
09:58 AM
Hi @HKG ,
We are sorry to hear you are having some trouble. Can you open a new thread and provide us with some background of what you are trying to do and what is happening. If you can give us some screen shots that would help make sure we understand what you are seeing.
Also, I noticed you mentioned you deleted db.properties instead of db.mgmt.properties which was mentioned in old threads. db.properties is the configuration file needed for Cloudera Manager database details. That file should not be deleted. Do you have a backup of the file? If so, please restore the file and set the permission to be:
-rw------- 1 cloudera-scm cloudera-scm
Then try to restart CM server again.
Hope this helps. If not, please open a new thread and provide more information.
Thanks!
... View more
02-06-2020
08:03 AM
Hi @anis016 ,
Glad to hear the issue got resolved after downgrading OpenJDK version. I have seen some other customers who experienced the issues with u242 version.
Cheers!
... View more
02-04-2020
03:08 PM
2 Kudos
Hi @anis016 ,
In CDH5.16.2 we support this OpenJDK version: 1.8u181. Please use the tested version as documented in below doc:
https://docs.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#concept_ihg_vf4_j1b
I suggest you downgrade your OpenJDK version to lower and see if that will resolve the issue.
Thanks,
Li
... View more
02-03-2020
09:49 AM
Hi @sergei_P ,
Could you please check if you have files in /etc/cloudera-scm-server folder named like cmf.principal and cmf.keytab? If so, please back them up in different folder and then delete them from /etc/cloudera-scm-server folder. After that, try your test again.
Thanks,
Li
... View more