Member since
09-25-2017
10
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
18486 | 01-10-2018 10:55 AM | |
3676 | 09-25-2017 02:37 PM |
08-28-2018
01:47 PM
there is a possibility that your daemon process is hung find it and kill it $> ps -eaf|grep impala impala 4399 1 0 Aug17 ? 00:00:00 python2.7 /usr/lib64/cmf/agent/build/env/bin/cmf-redactor /usr/lib64/cmf/service/impala/impala.sh impalad impalad_flags false clouder+ 8426 5709 0 16:34 pts/0 00:00:00 grep --color=auto impala impala 12322 1 0 Aug17 ? 00:00:00 /opt/cloudera/parcels/CDH-5.10.1-1.cdh5.10.1.p0.10/lib/impala/sbin-retail/impalad --flagfile=/run/cloudera-scm-agent/process/3639-impala-IMPALAD/impala-conf/impalad_flags $>sudo kill -9 12322 $>sudo kill -9 4399 try to restart your daemon and check the port $> sudo netstat -lntp|grep 22000
... View more
07-12-2018
09:45 AM
why am I having this error on my browser when I try to access CDM? How to fix this issue? HTTP ERROR 403 Problem accessing /cmf/home. Reason: Access is denied
... View more
Labels:
- Labels:
-
Cloudera Manager
03-28-2018
09:19 AM
01-10-2018
10:55 AM
1 Kudo
that means you have many services running on your server so your server doesn't provide the memory request to Java. I don't know your clusters setup, but it is possible many services are running that specific server. Try to reduce the running services.
... View more
01-03-2018
12:00 PM
1 Kudo
is this the solution?
... View more
09-29-2017
11:12 AM
This did not solve my same issue!
... View more
09-25-2017
02:37 PM
This issue is solved by recreating the credentials!
... View more
09-25-2017
07:50 AM
During my sentry installation, I have faced an issue that gave me big flag on CDH manager. on step 5, Sentry principal keytab is failing to authenticate. My guess is, someone changed (or deleted and recrated) the sentry principal and CDH manager is sending a different keytab everytime I try to set the server. I have searched the sentry keytab file on server and I see that CDH mngr creates different keytab file with different attemp number extention everytime send a request(everytime I try to set up) 1. where is the keytab file that CDH mngr keeps and sends for sentry authentication? 2. Do I have to uninstall and reinstall kerberos to get the sentry principal correctly setup? I have tried every possible way and this is the only one left. 3. Why is CDH mngr is set up like this? This is a decision point in our company to choose best Hadoop Distro enterprice version and we already have a glitch when we were enable Kerberos in CDH Here is the Error log: JAVA_HOME=/usr/java/jdk1.7.0_67-cloudera using /usr/java/jdk1.7.0_67-cloudera as JAVA_HOME using 5 as CDH_VERSION Debug is true storeKey true useTicketCache true useKeyTab true doNotPrompt true ticketCache is null isInitiator true KeyTab is /var/run/cloudera-scm-agent/process/1625-sentry-SENTRY_SERVER/sentry.keytab refreshKrb5Config is true principal is sentry/********.********.dev@********.DEV tryFirstPass is false useFirstPass is false storePass is false clearPass is false Refreshing Kerberos configuration Acquire TGT from Cache Principal is sentry/********.********.dev@********.DEV null credentials from Ticket Cache [Krb5LoginModule] authentication failed Integrity check on decrypted field failed (31) - PREAUTH_FAILED Mon Sep 25 08:47:18 EDT 2017 JAVA_HOME=/usr/java/jdk1.7.0_67-cloudera using /usr/java/jdk1.7.0_67-cloudera as JAVA_HOME using 5 as CDH_VERSION Debug is true storeKey true useTicketCache true useKeyTab true doNotPrompt true ticketCache is null isInitiator true KeyTab is /var/run/cloudera-scm-agent/process/1625-sentry-SENTRY_SERVER/sentry.keytab refreshKrb5Config is true principal is sentry/********.********.dev@********.DEV tryFirstPass is false useFirstPass is false storePass is false clearPass is false Refreshing Kerberos configuration Acquire TGT from Cache Principal is sentry/********.********.dev@********.DEV null credentials from Ticket Cache [Krb5LoginModule] authentication failed Integrity check on decrypted field failed (31) - PREAUTH_FAILED
... View more
Labels:
- Labels:
-
Apache Sentry
-
Cloudera Manager
-
Kerberos