- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Delete unwnated groups from HUE backend database
- Labels:
-
Cloudera Hue
Created on ‎03-01-2016 02:59 PM - edited ‎09-16-2022 03:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
i have created two groups 25761065,26761065 in HUE which i am not able to delete from ui.
can i delete it from backend database mysql ?
mysql> select * from auth_group;
+----+-------------------------------+
| id | name |
+----+-------------------------------+
| 38 | 25761065 |
| 36 | 26761065 |
| 9 | admin |
| 32 | appadmin |
| | 3 | default |
+----+-------------------------------+
Created ‎03-02-2016 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the meantime, it is recommend to "live with them" or use the Hue shell
instead.
Or if you are 100% sure that this groups do not have any permissions or
users attached, you can delete them in MySql.
Romain
Created ‎03-02-2016 12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the meantime, it is recommend to "live with them" or use the Hue shell
instead.
Or if you are 100% sure that this groups do not have any permissions or
users attached, you can delete them in MySql.
Romain
Created on ‎03-02-2016 01:04 PM - edited ‎03-02-2016 01:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
+1 with Romain's comment.
