Member since
01-16-2018
607
Posts
48
Kudos Received
106
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
382 | 05-06-2024 06:09 AM | |
508 | 05-06-2024 06:00 AM | |
549 | 05-06-2024 05:51 AM | |
608 | 05-01-2024 07:38 AM | |
646 | 05-01-2024 06:42 AM |
04-03-2023
09:44 PM
Hello @RammiSE Your Post is being replied a bit late, yet I am posting a response anyways. Assuming your Team has resolved the Issue, Appreciate your Team sharing the details in the Post for wider audience. For HMaster to be Initialised, "hbase:meta" & "hbase:namespace" Table Region needs to be Online. In your previous thread, the HMaster is reporting "hbase:meta" isn't Online [1]. As such, Use the HBCK2 JAR to assign the "hbase:meta" Region "1588230740" first & review (Via HBase UI) whether Regions are being assigned successfully. It's feasible the "hbase:namespace" Table Region would also reporting similar tracing, in which case your Team needs to use HBCK2 JAR to assign the "hbase:namespace" Region. Restarting HMaster after manually performing HBCK2 Assign isn't required always, yet the same won't harm as well. Regards, Smarak [1] 2023-01-23 16:05:34,990 WARN [master/ctrlsu-hbaseMS:16000:becomeActiveMaster] master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN, ts=1674468867063, server=hadoop-datanode2,16020,1674362337687}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined
... View more
04-03-2023
02:40 AM
Hello @moment Thanks for using Cloudera Community. Based on the Post, CM Agent Setup fails with "Unsupported RHEL Release". The same is feasible if the OS used by Customer isn't Compatible or Supported with the Cloudera Manager/CDP Release. Review Support Matrix [1] & ensure the OS used is Compatible based on the Cloudera Manager/CDP Release being used by your Team. Regards, Smarak [1] https://supportmatrix.cloudera.com/
... View more
03-10-2023
07:41 AM
Hello @mingtian Hope you are doing well. We wish to check if your Q concerning Balancer skipping any Region-Movement has been answered by us. If Yes, Kindly mark the Post as Solved. If No, Feel free to share any Q pertaining to the Post. Regards, Smarak
... View more
03-10-2023
07:36 AM
Hello @Ivoz Thanks for using Cloudera Community. Kindly refer [1] for PowerScale Compatibility with CDP Stack. As per [1], CDP v7.1.7SP1 would support PowerScale 9.2, 9.3. As such, Your team can proceed with 9.2 without any concerns. Regards, Smarak [1] Third-party filesystem support: Dell EMC PowerScale (cloudera.com)
... View more
03-10-2023
07:17 AM
1 Kudo
Hello @josr89 Thanks for using Cloudera Community. You have mentioned Hadoop 3.1.1 & I am assuming you aren't referring to any HDP/CDH (Legacy) or CDP Platforms. The Steps to recover Knox Admin Password is more akin to reset of Knox Admin Password & does involve re-provisioning the Certificates and Credentials. This is a fairly risky Operation & we would recommend performing the same with Cloudera Support. The Doc [1] covers the same for your reference. Regards, Smarak [1]Change the Master Secret (cloudera.com)
... View more
03-05-2023
09:29 PM
Hello @snm1523 Thanks for the Checks done so far. For SPNEGO, I was referring to [1]. This is based on the assumption that Kerberos is enabled for the Solr Service. If Yes, Kindly review [1]. Considering the AuthN is confirmed & SPNEGO Check would confirm AuthZ, I am unable to confirm additional factors, which may cause such issues as well. For Sanity Check, Your team is able to use the CLI [2] is working for your team correctly ? Regards, Smarak [1] https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/security-how-to-guides/topics/cm-security-enable-web-auth-s19.html [2] https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/search-solrctl-reference/topics/search-solrctl-ref.html
... View more
03-03-2023
08:04 AM
Hello @AmitBIDWH We hope your Team's queries have been addressed by us. As such, We shall mark the Post as Solved now. If you have any further ask, Feel free to Update the Case likewise. Regards, Smarak
... View more
02-28-2023
09:04 PM
Hello @quangbilly79 Thanks for using Cloudera Community. The "Spark Master" refers to the Resource Manager responsible for allocating resources. Since you are using YARN, Your Team needs to use "--master yarn". The usage of "--master spark://<IP Address>:7077" is for Spark Standalone Cluster, which isn't the Case for your team. To your Observation concerning the "Driver Instance" & "Worker Instance" being added via "Add Role Instance", there is no such Option as YARN is the Resource Manager, which shall allocate the resources for Spark Driver & Executors. Review [1] for the usage of "--master" as well. Hope the above answers your Team's queries. Regards, Smarak [1] https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit
... View more
02-28-2023
08:53 PM
Hello @ighack Thanks for using Cloudera Community. In such Cases, Kindly review the StdOut & StdErr within the Directory shared in the 1st line of the Screenshot (Ending with "8464-hbase-MASTER"). These 2 files would offer additional details into the JVM StartUp. Note that Role Log would be Useful, if the Role was terminated by any issues specific to HBase while the StdOut & StdErr are Useful wherein OS/JVM concerns cause the Role StartUp issues. Regards, Smarak
... View more
02-28-2023
08:43 PM
Hello @Menyawy Thanks for using Cloudera Community. The Error [1] indicates your Team is using CDH v5.x using HBase v1.x. In the concerned release, We have limited choices to ensure "hbase:namespace" Table Region is assigned correctly as shared below: (I) Easier Yet Not-Always-Successful Option: 1) Shutdown HBase Service
2) echo "rmr /hbase" | hbase zkcli (From HMaster Node)
3) Start HBase Service
4) sudo hbase hbase hbck -fixAssignments (II) Review whether any of the "hbase:namespace" Table Region files are reporting MissingBlockException. If Yes, We need to fix the MissingBlockException. (III) Possible for the RegionServer Logs (Wherein the "hbase:namespace" Table Region is being assigned) would offer additional insight into the reasoning for the RegionServer being Unable to assign the "hbase:namespace" Table Region successfully. Your Team may review the concerned RegionServer Logs as well. There may be Other Options, yet such Inconsistencies are better handled in HBase 2.x [1] & your Team should plan for using HBase v2.x soon. Regards, Smarak [1] https://github.com/apache/hbase-operator-tools/blob/master/hbase-hbck2/README.md#master-startup-cannot-progress-in-holding-pattern-until-region-onlined
... View more