Member since
05-30-2019
86
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1668 | 11-21-2019 10:59 AM |
12-17-2021
08:00 AM
Hi @mike_bronson7 , were you able to solve the issue with those steps? Thank you
... View more
12-01-2021
03:01 AM
Increase Solr Heap and restart the service, See if it fixes the issue
... View more
10-27-2021
11:16 AM
@Koffi There are a couple of things here you first need to resolve too many open files issue by checking the ulimit $ ulimit -n To increase for the current session depending on the above output ulimit -n 102400 Edit /etc/security/limits.conf to make the change permanent. Then restart the kdc and kadmin depending on your Linux version systemctl # /etc/rc.d/init.d/krb5kdc start
# /etc/rc.d/init.d/kadmin start Then restart Atlas from the Ambari UI Please revert after these actions Geoffrey
... View more
02-09-2021
01:15 AM
Hi @Koffi Can you share gateway.log and audit.log during the timeframe when you are accessing namenode ui. If namenode ui was accessible earlier, can you check if there was a failover done during the time from when it is not accessible. Please share advanced topology file to check your configuration.
... View more
01-15-2021
01:45 AM
It is recommended to check if your cluster computing power is insufficient. Often, such errors occur when memory or CPU resources are insufficient.
... View more
01-13-2021
12:56 PM
Also on the Ambari UI, we have the following configuration for the service spark(Livy2) And in the Kerberos we have the following config: My understanding is that the value in the service spark(Livy2) conf livy.server.launch.kerberos.principal livy/_HOST@<REALM> is replaced by the value set in the Kerberos page livy.server.launch.kerberos.principal ${livy2-env/livy2_user}/_HOST@${realm} What is the value of livy2-env? Where can i get this info? For livy2_user the value is livy according to the param set in ambari: also please find below the list of principals that are in /etc/security/keytabs/livy.service.keytab and /etc/security/keytabs/spnego.service.keytab on the Livy2 server <HOST1> (or <HOST2>) host: note exemple: <HA_HOST_URL> --> myhaproxy.test.com <HOST1_URL> --> hdp-dev-ms01.test.com <HOST1> --> hdp-dev-ms01 <REALM> --> CORP.MYREALM.COM
... View more
12-16-2020
11:50 PM
Hi Koffi, Can you please provide more detail or point me to document which can be followed to setup haproxy in HDP hiveserver . We are currently using HDP2.6.5. We are also looking for configuring haproxy for hivemetastore ,since we notice most of the connection going to the first metastore server mentioned in URI .We sometimes see 3 times the connections .
... View more
11-20-2020
05:07 PM
@Koffi you can increase in spark conf as well
... View more
09-30-2020
10:30 AM
@Koffi Heap plays a vital role on overall HDFS performance. So you might need to confirm the usage is legitimate and you have adequate heap configured for Name node and Data nodes. Please refer below documentation. https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/configuring-namenode-heap-size.html
... View more
- « Previous
-
- 1
- 2
- Next »