Member since
05-14-2020
109
Posts
11
Kudos Received
10
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1662 | 01-31-2023 06:37 AM | |
| 1380 | 01-31-2023 06:15 AM | |
| 1889 | 01-31-2023 06:03 AM | |
| 1262 | 12-22-2022 05:33 PM | |
| 1935 | 08-26-2022 12:23 AM |
02-18-2022
06:14 AM
The Hbase Masters can be stuck on a Standby state if it is still recovering the lease on the MasterprocWALs. You can check the same by looking at the restart logs of the Hbase Masters. Check: hdfs dfs -ls -R /apps/hbase/data/MasterProcWALs > Check How Many Files (10000) Possible Solution: Sideline MasterProcWALs + Waiting On RecoverLease
... View more
01-02-2022
10:11 PM
@MahmoudSabri Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
12-15-2021
11:23 PM
Hi @novice_tester , You can look for Backup -> replication schedules in the CM UI. Sharing the doc for reference - https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/cm_bdr_about.html Let me know if it helps.
... View more
12-12-2021
11:00 PM
Hi Srinivasa, As this is a 3rd party application I am not really sure about it. Glad that currently you have a property that help in achieving the goal.
... View more
11-18-2021
12:38 AM
1 Kudo
Hi @Ani1991 , Suspecting Kerberos related parameters are incorrectly configured in the Kafka service repo in Ranger. Can you please try the below solution : -- Ranager Admin UI > edit kafka service repo cm_kafka > Add configs in "Add New Configurations" -- Add below configs. (Change the config accordingly) for protocol bootstrap.servers <kafkaBroker>:Port security.protocol SASL_PLAINTEXT sasl.mechanism GSSAPI kafka.keytab <keytab> kafka.principal <prinicipal> This config needs a kafka keytab path , copy kafka keytab to ranger admin host with ranger:ranger permissions set.
... View more
11-15-2021
02:03 AM
Hi Sai, Can you take backup of files/directories inside path - /var/lib/hadoop-yarn/yarn-nm-recovery and restart Nodemanagers and see how it goes. Thanks
... View more
10-18-2021
04:41 AM
@rajatsachan, to help others who may face similar issues, it will be great if you can mark the response that helped you resolve your issue as a solution. To Mark as the solution, you can click this button
If you resolved the issue in any other way, please provide the solution in this thread and you can mark that as a solution.
... View more
10-13-2021
05:47 AM
Hi @arunek95 Yes,the workaround has been applied by following the community posts. As of now .we don't have any root-cause why many files were in OPENFORWRITE state for particular two days in our cluster. https://community.cloudera.com/t5/Support-Questions/Cannot-obtain-block-length-for-LocatedBlock/td-p/117517 Thanks
... View more
07-23-2021
03:41 AM
Hello @ryu As mentioned by @arunek95, we assume Phoenix is enabled for the Cluster. If not, Kindly enable Phoenix & try the Command again. The Logging indicates HDP v2.6.1.0 with Phoenix v4.7. The Directory "/usr/lib/phoenix/" has the Phoenix Client & you mentioned the same Directory has Phoenix Server Jar as well. Kindly verify if the Permission on the JAR is Correct & confirm via "jar -tvf" on the Phoenix Server Jar that the Class "MetaDataEndpointImpl" is included in the same. The Error indicates the Phoenix creating the SYSTEM Tables (Upon 1st Connection to Phoenix) is encountering the Error. In our Internal Setup, We see the Phoenix-Server Jar is present in HBase Lib Path as well, pointing to the Phoenix-Server Jar in Phoenix Lib Path as SymLink: /usr/hdp/<Version>/hbase/lib/phoenix-server.jar -> /usr/hdp/<Version>/phoenix/phoenix-server.jar Kindly ensure the Phoenix Server JAR is present in HBase Lib Directory as well. Additionally, Review the Master Logs to check for the Error Message at HBase Level as well. - Smarak
... View more
06-21-2021
01:05 AM
Hi Arvind , Can you check the Ambari server logs to see what error you are getting. If you are seeing something like this : Caused by: org.apache.ambari.server.AmbariException: Base url is missing for request RepositoryRequest Try to add this : gpl.license.accepted=true" in /etc/ambari-server/conf/ambari.properties and restart ambari-server.
... View more
- « Previous
-
- 1
- 2
- Next »