Member since
09-25-2018
99
Posts
6
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3350 | 11-03-2021 02:55 AM | |
| 2472 | 09-21-2020 10:04 PM | |
| 3977 | 08-14-2020 03:20 AM | |
| 5387 | 08-20-2019 11:07 PM |
02-23-2022
12:05 AM
Hi @araujo, Yes we are using MIT Kerberose, below is the configs of /var/kerberos/krb5kdc/kdc.conf [kdcdefaults] kdc_ports = 88 kdc_tcp_ports = 88 [realms] MY_COMPANY.COM = { #master_key_type = aes256-cts acl_file = /var/kerberos/krb5kdc/kadm5.acl dict_file = /usr/share/dict/words max_renewable_life = 7d 0h 0m 0s forwardable = true udp_preference_limit = 1 admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal default_principal_flags = +renewable, +forwardable database_name = /opt/localkrb5/krb5kdc/principal } I do not see any infomation about logging in this. Regarding the second issue I have found a solution - https://my.cloudera.com/knowledge/Logs-are-not-updating-in-varloghue-after-upgrading-to-CDH-6?id=87842 Thanks Wert
... View more
02-22-2022
06:19 PM
Hi @araujo Appericate your reply, regarding the first part of the question, I am trying to check the KDC server logs to troubleshoot an issue wherein an application is unable to renew its ticket, hence wanted to check the logs. Now for the second issue, the logs are not getting written in /var/log/hue/ (on the host where the roles are configured) for kt_renewer.log & runcpserver.log as the timestamp on both on them show Nov 24. There is ample Disk Space available. Thanks Wert
... View more
02-22-2022
08:28 AM
Hello, How do I check the location where Kerberos is writing logs? I checked the location which is mentioned in krb5.conf (default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log) however the log files mentioned in this location are empty. Am I checking an incorrect location? Secondly logs on Hue Server & KT renewer is not getting updated / current. Any help/guidance is appreciated.
... View more
Labels:
12-03-2021
09:05 AM
Hi, Wanted clarification/guidance related to finalize process for HDFS. Could we keep using the cluster while the finalize upgrade process is ongoing e.g., data is being written to hdfs while finalize process continues in the background OR would we need downtime for the same? Thanks Wert
... View more
Labels:
12-01-2021
10:26 PM
Hi, I need some assistance with Kudu, We have 2 tables that are consuming more space on our Kudu Cluster however, we could not find these tables under the database. Would need some guidance/assistance on a way to check where these tables are located under which Db. I can see the table in Kudu Web UI, however, when I try to query it via Impala I get the error: [My_server:21000] kwid> show create table ALARMS_COUNTERS_2021_11_01; Query: show create table ALARMS_COUNTERS_2021_11_01 ERROR: AnalysisException: Table does not exist: kwid.ALARMS_COUNTERS_2021_11_01 If I run “show tables” against the DB I get a list of all the tables, but this table is not in the list. Thanks Wert
... View more
Labels:
11-03-2021
02:55 AM
Hi @ChethanYM load_catalog_in_background is unchecked, we were not observing any JVM pauses in Catalogue Logs, however, we were seeing RPC related alerts, we have restarted Impala and the issue seems to have been fixed. Thanks Wert
... View more
10-31-2021
07:42 PM
Hello, We are observing error in Impala Catalouge Logs as below EI1101 14:52:24.768759 8438 jni-util.cc:308] org.apache.impala.common.InternalException: Error updating the catalog due to lock contention.
at org.apache.impala.service.CatalogOpExecutor.updateCatalog(CatalogOpExecutor.java:3474)
at org.apache.impala.service.JniCatalog.updateCatalog(JniCatalog.java:308)
I1101 14:52:24.768983 8438 status.cc:125] InternalException: Error updating the catalog due to lock contention.
@ 0x9812da
@ 0xd37e2f
@ 0x970728
@ 0x960e7f
@ 0xa1f263
@ 0xa1752f
@ 0x948d4a
@ 0xb420c9
@ 0xb39fc9
@ 0xb3adc2
@ 0xdab24f
@ 0xdaba4a
@ 0x13346fa
@ 0x7fb75bf7cea5
@ 0x7fb75bca59fd CM / CDH - 5.16.2 Appericate any assistacne / guidance in fixing this issue. Thanks Wert
... View more
Labels:
09-20-2021
02:50 AM
Hello, Wanted to know what features/components in CM/CDH 6.3.3 would stop working once the enterprise license is expired. Thanks Wert
... View more
Labels:
06-17-2021
08:43 PM
Hi @kingpin I did execute the script, ran rebalance report & did a rebalance too however the result I was looking for was not archived (space is still over consumed in 1 TS). I think rebalance just distributes tablets evenly to all TS what I am looking to achieve is like HDFS rebalancer and I don’t think it is there in Kudu, correct me if I am wrong. Thanks Wert
... View more
06-16-2021
08:49 PM
Hello, I would like some guidance/ information on data distribution in Kudu T-Servers. We have Kudu cluster of 3 Masters and 9 T-Servers (each t-server has storage of 1TB). We are noticing that space in some t-server is getting consumed rapidly whereas in other its not that much being consumed. Would like to know why this is happening and is there any way this can be overcome, so that data can be distributed evenly across of 9 t-servers. Kudu 1.7.0-cdh5.16.2/ CM 5.16.2 Appreciate any assistance in this regard. Thanks Wert
... View more
Labels: