Member since
10-29-2015
130
Posts
32
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 290 | 01-22-2026 03:06 AM | |
| 3041 | 06-27-2024 02:42 AM | |
| 4132 | 06-24-2022 09:06 AM | |
| 5514 | 01-19-2021 06:56 AM |
04-11-2024
04:02 AM
1 Kudo
Hello All, On CDP PB, like we send ranger audit logs of services thats support Ranger plugin to HDFS, can we also send logs of Stream Messaging Manager service to HDFS? I tried to look for config to achieve this, however, I could find only 2 configs (listed below) that allow us to configure the local path. However, there was nothing found to send these logs to HDFS. Ranger Streams Messaging Manager Plugin Audit Hdfs Spool Directory Path Ranger Streams Messaging Manager Plugin Audit Solr Spool Directory Path Any help / guidance will be highly appreciated. Thanks snm1523
... View more
Labels:
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
07-12-2023
02:05 AM
Hello All, Just checking if anyone is aware or can guide me to a documentation that would provide details of comparison between CDP Private Cloud vs HPE Ezmeral Data Fabric Platform. I have read somewhere that HP took over MapR and then formed HPE Ezmeral. However, can't find what are the differences. Please advise. Thanks snm1523
... View more
Labels:
- Labels:
-
Cloudera on premises
06-16-2023
11:11 AM
Hello, We are on CDP 7.1.7 SP1 and as per my understanding when DistCp is executed with below parameters, it does the following: 1. update: this will update the files in destination that have got modified at source 2. delete: this will delete the files in destination that exist in destination but not in source. Apart feom above, it will copy over any new files at source that do not exist in destination. While copy and update is happening, it does not delete the files instead duplicates them and hence, the data count at destination is double than the source. Kindly help urgently as we are at the verge of initiating heavy data copy. Thanks snm1523
... View more
Labels:
- Labels:
-
Cloudera on premises
-
HDFS
06-09-2023
05:57 AM
Hello, How do we fetch the number of columns each table has in each DB from HMS DB? I have an urgent need to do a comparison for the number of columns each table has in each DB between 2 clusters. Doing that manually is practically impossible. Kindly help Thanks snm1523
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera on premises
06-09-2023
05:53 AM
@smruti - thank you for the response
... View more
06-07-2023
11:29 PM
Hi, How do we change the InputFormat and OutputFormat of an existing Hive table? I tried below, but got an error: alter table <table name> SET InputFormat "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat"; Error: Cannot recognize input near 'SET' 'InputFormat' 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat' Kindly suggest
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera on premises
06-06-2023
08:02 PM
Hello, Is there a way get the hdfs locations of all tables in CDP 7.1.7 SP1? I tried running a for loop against a list of tables on below command, however, it will take ages to get the list as I am looking forward to 66k+ tables. hive -e “desc formatted <table>;” | grep Location Thought of to get from HMS DB directly, however, I can only see DB location URI, but nothing specific to tables. Kindly help as this is urgent. Thanks snm1523
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera on premises
-
HDFS