Member since
05-09-2018
44
Posts
3
Kudos Received
0
Solutions
07-21-2021
01:46 AM
Hi, when i enabled this feature, hue is able to import all users from the LDAP group however sync_ldap_users_and_groups is trying to create same user again and its failing with duplicate key error. see my question at https://community.cloudera.com/t5/Support-Questions/hue-ldap-sync-duplicate-error/m-p/320951/highlight/true#M228224
... View more
03-16-2021
12:41 AM
Hello @sheshk11
Thanks for sharing your knowledge (Knowledge Article) on managing the DISABLING Table. As @tencentemr mentioned, It has been helpful. Few other details I wish to add:
1. Using the Link [1] HBCK setTableState to perform the same on HBase v2.x. The advantage of using the same is to ensure the manual intervention is avoided to avoid any unintended HBase Metadata manipulation.
2. In certain cases, the Regions belonging to the Table would be in Transition as well. If we are Disabling the Table, It's best to review the RegionState for the Table as well. Link [1] HBCK setRegionState can assist here.
As the Post is a KA, I shall mark the same as Resolved. Thank You for posting the same for assisting fellow Community Members.
- Smarak
[1] https://github.com/apache/hbase-operator-tools/tree/master/hbase-hbck2
... View more