Member since
10-29-2015
128
Posts
31
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1988 | 06-27-2024 02:42 AM | |
3269 | 06-24-2022 09:06 AM | |
4628 | 01-19-2021 06:56 AM | |
59191 | 01-18-2016 06:59 PM |
07-26-2024
05:49 AM
1 Kudo
no, you cannot configure audit logs of SMM to go to HDFS
... View more
06-27-2024
02:42 AM
1 Kudo
For the benefit of anyone looking for this, Java Configuration Options for NodeManager Java Configuration Options for ResourceManager Java Configuration Options for <component name> are the configuration that needs to be updated with the -javaagent command. This allows to pick the Prometheus agent jar and enable JMX exporter to collect metrics.
... View more
06-21-2024
07:27 AM
1 Kudo
Hello @wbekker, Which one and how did you turned it off? Thanks snm1523
... View more
06-07-2024
01:19 AM
1 Kudo
UPDATE: There were configs done incorrectly in topology files due to which I was unable to access Service UIs. Fixing the topology config file helped.
... View more
06-05-2024
02:30 AM
1 Kudo
Thank you for the detailed explanation, @ShankerSharma. However, we ultimately had the engineering team along with developers who did this job. But I will keep this in my notes for reference.
... View more
05-20-2024
03:53 AM
1 Kudo
Hello @Scharan, I did found this sometimes back. 🙂 However, thank you for reconfirming my understanding. Thanks snm1523
... View more
05-19-2024
11:36 PM
1 Kudo
Hello , can you please share the code of distcp you were using with all necessary parameter ALso did you try to run the same in Debug console to understand more HADOOP_ROOT_LOGGER=DEBUG,console
... View more
05-13-2024
01:34 AM
1 Kudo
Thank you for the response @RAGHUY. Would these be the only steps we need to perform or based on your experience, you have identified anything additional which is not mentioned in the documentation you shared. Thanks snm1523
... View more
09-27-2023
05:25 AM
1 Kudo
@TommyH Login to DB server where CM is storing metadata and then will need to delete the authentication backend entry. Please refer to below queries: select ATTR, VALUE from CONFIGS where ATTR = 'auth_backend_order'; delete from CONFIGS where ATTR = “auth_backend_order” and SERVICE_ID is null Hope this helps. Thanks snm1523
... View more