Member since
07-31-2019
14
Posts
1
Kudos Received
0
Solutions
05-19-2022
09:05 AM
Hi Community, We are working on a new requirement where I need to disable table-level TTL and rather use cell-level TTL for one of our HBase tables. I can disable the table-level TTL by altering the table property and set cell-level TTL for new incoming data. However, I can't find anything on how can I set cell-level TTL for the data / rows that are already existing in the table. Any suggestions will be very helpful. Thank you, Snehasish
... View more
Labels:
03-12-2021
02:29 AM
1 Kudo
Hi Community, I'm having a hard time to understand the difference between Impala's refresh command vs the compute stats command. I understand that 'refresh' command refreshes the metadata of a database / table and 'compute stats' calculates the volume of data and its distribution, but my confusion is, isn't this re-calculation already done within the 'refresh' command? My understanding might be completely wrong, hence reaching out to the SMEs. Can anyone please help me explain when to use 'refresh' and when to use 'compute stats'? Thank you in advance, Snehasish
... View more
Labels:
- Labels:
-
Apache Impala
12-30-2019
02:05 AM
Hello Community, I want to decommission an entire cluster, so I went looking around for any documentation that mentions any recommended procedure to follow but couldn't find any. Hence, i turned towards the community, if anyone here have decommissioned a kerberized and sentry-enabled cluster and can advice me on any best practices I can follow. I think it is worth mentioning that our cluster is created using Cloudera Altus Director. Thank you, Snehasish
... View more
Labels:
08-22-2019
05:10 AM
Hello Community,
I have a CDH 5.14 cluster hosted on EC2 machines which is kerberized with Active Directory and have Sentry for authorization of databases.
I want to use SSSD to secure my Linux hosts (RHEL 7.x) with Active Directory.
I have been going through this post but there are few queries which are bothering me to proceed forwards:
1. There are service-users (Hive, YARN, etc.) in AD that are already created during Kerberization of my cluster. So, if I go ahead and implement SSSD, then will these pre-existing service-users be able to communicate?
2. If something goes wrong will I be able to rollback? If yes, how?
... View more
Labels:
- Labels:
-
Apache Hadoop
08-08-2019
01:28 AM
lp.security.ldapConfig.activeDirectory.roleMapping.DirectorAdminGroupCn: <ADMIN_GROUP_CN> As per the documentation and my understanding the proper syntax would be lp.security.ldapConfig.activeDirectory.roleMapping.<Active_Directory_Group_CN>: <ADMIN> / <READONLY> Please correct me if I'm wrong. Thank you.
... View more
08-07-2019
03:07 AM
Scenario: I recently integrated Altus Director with Active Directory for role based authentication & authorisation. After implementation I noticed that the default admin credential (admin/admin) was not working anymore, which was expected. My question is: Is it possible/recommended to create another 'admin' user in Altus director (or in Active Directory) as a master credential just for back-up? Do Altus Director have a Authentication Backend Order (eg. Database then External) like we have in Cloudera Manager? Suppose, if a user is present in admin group as well as readonly group, then what role does Altus Director assumes for that user? Thank you.
... View more
Labels:
- Labels:
-
Cloudera Manager