Member since
07-30-2020
219
Posts
45
Kudos Received
60
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
441 | 11-20-2024 11:11 PM | |
490 | 09-26-2024 05:30 AM | |
1084 | 10-26-2023 08:08 AM | |
1852 | 09-13-2023 06:56 AM | |
2130 | 08-25-2023 06:04 AM |
06-21-2023
03:09 AM
Hi @damon Apart from these CancelledKeyException, are you seeing any other specific warnings or errors in the Zookeeper logs?
... View more
06-05-2023
12:21 AM
Hi @hanumanth There could be various factors that could cause such issues. Can you check what the Namenode was logging at the same time? It could be some Block Placement issue as the Datanodes are considered for the operation but something has restricted the write/read.
... View more
05-18-2023
02:06 AM
Hi, @tangxu Do check if the below Cloudera article helps you. https://community.cloudera.com/t5/Customer/Configure-SPNEGO-Kerberos-Authentication-from-Windows/ta-p/89450 https://community.cloudera.com/t5/Customer/Authentication-Fails-Configuring-SPNEGO-Kerberos/ta-p/72030
... View more
05-18-2023
12:24 AM
Hi @kolli_sandeep , I believe you are talking about Secondary Namenode and not the Standby Namenode on a Non-HA cluster. If so, the functionality of the Secondary Namenode would be to perform the checkpointing of the fsimage with the new edits. The Secondary NameNode does require some memory to hold the data structures and objects necessary for merging the edits log and the FsImage. However, it does not load the entire FsImage into memory at once. As such, I would suggest keeping the heap to atleast 2x times the fsimage fpr smooth functioning.
... View more
05-17-2023
09:00 AM
@JobBranwl This is Kerberos issue now and moreover with the usage of keyring for ticket cache which is not supported. You can refer to the below post to see if that helps. https://community.cloudera.com/t5/Support-Questions/Unable-to-access-Hadoop-CLI-after-enabling-Kerberos/m-p/305291
... View more
05-17-2023
08:27 AM
@JobBranwl can you try running the command from a node that has an HDFS gateway role assigned to it or from the Namenode host itself and verify.
... View more
05-17-2023
08:23 AM
Hi @stephen_obrien As discussed via Cloudera case, there is a performance bottleneck when connecting via knox ( tracked in internal jira ) than directly from phoenix-sqlline from the edge node. You can test the same when the runtime version 7.2.17 is released.
... View more
05-17-2023
08:18 AM
@quangbilly79 This depends on the change you are making. if you have made changes to the client configurations such as modifying connection properties, or updating authentication settings, selecting "Redeploy Client Configuration" can be beneficial. If you have made only service-level config changes, you can choose to avoid Redeploying the Client config so that only the specific services that received a change will be restarted.
... View more
05-17-2023
02:33 AM
Hi @Tonystark , The ERROR message doesn't reveal much info as to why the RM is failing to start. I would suggest looking into the RM logs to find the Root cause. https://issues.apache.org/jira/browse/HADOOP-16305
... View more
05-01-2023
02:49 AM
@iamlazycoder Have you tried putting the file with -Ddfs.replication=1 ?
... View more