Member since
01-27-2021
13
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1116 | 10-18-2021 04:17 AM | |
5202 | 02-02-2021 05:54 AM |
10-18-2021
04:18 AM
Hi @VidyaSargur , My issue has been resolved, is there a way to archive this thread or make it inactive? Thank you!
... View more
10-18-2021
04:17 AM
Hi @arunek95 , It seems the issue was with SSL and some browser configurations on Chrome. After disabling SSL, I was able to get to the UI, only on Firefox though. Clearly, this is not an installation problem or a service level issue. Thank you for the suggestions though!
... View more
10-13-2021
02:08 AM
Hi @dineshc , thank you for the suggestion but this only provides disabling HTTP authentication for HDFS, YARN and MapReduce, how can I do it for Ranger Web UI? Or do I have a different issue altogether?
... View more
10-12-2021
09:38 AM
Hi all, I recently installed Ranger on Cloudera Private Cloud Base 7.1.7. Everything is installed perfectly but the ranger admin UI is not loading. The cluster is kerberized. I am able to curl the admin URL with the --negotiate flag. Is the UI not loading because of spnego authentication? If yes, how do I disable it? We have option to disable that for HDFS and YARN, but not sure about Ranger. Thank you!
... View more
Labels:
02-22-2021
02:25 AM
Thank you so much @tjangid . This surely clarifies my doubts.
... View more
02-22-2021
01:37 AM
Hi all, I am curious to know if the BDR schedules sync deletes as well? Meaning, if some files are deleted from the source, will the next BDR run delete those files from the destination as well to make the source and destination exact copies? Thanks!
... View more
Labels:
02-02-2021
05:54 AM
Hi @smdas Yes, we were able to bring region servers online and the RIT count was reduced to zero. With the help of this thread Hbase HBCK2 I was able to create the HBCK2 jar. From the Hbase Master logs (or UI) I got the regions which were in transition and then simply looped through the list: for i in `cat /apps/hbase/in_CLOSING.txt`; do hbase hbck -j /apps/hbase/hbase-hbck2-1.1.0-SNAPSHOT.jar -s setRegionState $i CLOSED; done;
... View more
02-01-2021
04:11 AM
Hi @sainivedant41 As a last resort, I used the HBCK2 tool to manually change the state of the regions (from CLOSING to CLOSED). The supporting link is mentioned in this thread. You can try it out as well.
... View more
01-28-2021
01:55 AM
Thank you for the reply @smdas I checked the Master Logs for the region in question and got this: It mentions the table involved. Do we need to do something with this table? Disable it or something?
... View more
01-28-2021
12:30 AM
Hi @smdas , The commands are mostly in the WAITING state: For the first Id, 1011134 RegionServer A logs: Region Server B logs: Both logs have similar errors and they are recurring too. Does this help? Thanks!
... View more
01-27-2021
11:42 PM
Thank you for the prompt reply @smdas ! When I run hbase hbck, it shows a lot of inconsistencies and two types of errors: ERROR: Region { meta => CEMSample.pmebktidx,\xCF\x91L\x1B\xAC\xF9\x14\x9A,1602711756619.f99b0dd33f79a9320f3d1e0e663b2498., hdfs => hdfs://BIGMATCHTEST/apps/hbase/data/data/default/CEMSample.pmebktidx/f99b0dd33f79a9320f3d1e0e663b2498, deployed => , replicaId => 0 } not deployed on any region server. ERROR: There is a hole in the region chain between \x0B\xA2\xE8\xBA.\x8B\xA2\xE8 and \x0C\xED\xE6$3\xB7\x98\x90. You need to create a new .regioninfo and region dir in hdfs to plug the hole. I tried assigning the regions manually from the hbase shell but it's either taking a lot of time or getting hung up. What should be done to decrease the Regions in transition? Thanks!
... View more
01-27-2021
09:03 AM
HI all, I m using HBase with HDP 3.1.0. Ambari shows that a total of 63 Regions are in transition. This RIT issue is causing problems for other dependent application. Is there a way to fix this without deleting any data/directory? Also, hbck is not working with HBase 2.0. Any help will be deeply appreciated. Thank you!
... View more
Labels: