Member since
03-06-2020
114
Posts
3
Kudos Received
0
Solutions
05-19-2020
07:27 AM
1 Kudo
@Mondi The property setting the retainment period can be found at: Cloudera Manager -> Cloudera Management Service -> Configuration -> and in the search field please type: "Navigator Audit Server Data Expiration Period" After reducing this retention period and restarting the Nav Audit server role, the tables/data should be purged. If you still see old audit data remaining you can proceed with manual purging: Connect to your database.
> show databases;
> use <nav_audit_database>;
> show tables;
> drop table <audit_event_table>; You can also set audit filters for difffernt services to have a control on audit collection. https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cn_admcfg_audit_filters.html Hope this helps, Paras Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
05-11-2020
12:33 AM
Hi @Mondi , No, Apache Sentry is not used for data as rest or in motion encryption. To address those requirements you need to follow this guidelines and steps: Encryption in Transit: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_sg_guide_ssl_certs.html Encryption at Rest: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/encryption_planning.html Regards, Steve
... View more
05-05-2020
01:22 AM
1 Kudo
@Mondi just update dfs.cluster.administrators with the admin username you want in hdfs config (and restart hdfs,yarn,MR2,... services) ex: dfs.cluster.administrators = hdfs,ops you can also use a HDFS administrators group (only one administrator group) using dfs.permissions.superusergroup ex : dfs.permissions.superusergroup = operations to verify config has been updated, once services restarted hdfs getconf -confKey dfs.cluster.administrators or hdfs getconf -confKey dfs.permissions.superusergroup
... View more
05-04-2020
11:56 AM
Hi @Mondi ,
Thanks for reaching out to Cloudera community.
The "com.mysql.cj.exceptions.InvalidConnectionAttributeException" in the log suggests that MySql JDBC driver version 8.x is being used. However, as pointed out by below doc, we recommend using only version 5.1 of the JDBC driver.
https://docs.cloudera.com/documentation/enterprise/6/latest/topics/cm_ig_mysql.html#cmig_topic_5_5_3
Please download the one from https://dev.mysql.com/downloads/connector/j/5.1.html and then install it in /usr/share/java. After that, retry the command.
Thanks and hope this helps!
Li
... View more
04-08-2020
01:17 AM
Hi @Mondi , There are maintenance releases planned for 6.3 i.e. CDH 6.3.x. That means it is planned to do a CDH 6.3.4. Regards, Steve
... View more
04-06-2020
02:49 AM
Hi @Mondi , Cloudera's lifecycle support policies are documented here: https://www.cloudera.com/legal/policies/support-lifecycle-policy.html Cloudera 6.3 is supported until the end of March 2022. Regards, Steve
... View more
04-05-2020
07:13 PM
Hi @jagadeesan just a quick question, what if I have installed the CDH cluster before using parcels, is it ok to have an upgrade using packages than parcels or it doesn't have any effect?
... View more
03-25-2020
12:56 AM
Got it. Thanks @lwang
... View more
03-17-2020
03:47 AM
@Mondi The best way to review the Heap requirement guide form Cloudera below: https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_hardware_requirements.html#concept_vvv_cxt_gbb The heap tuning can be differ as per the cluster load and the service usages and sometime the only way to choose either reduce the load or add storage. The above guide can you give couple of answers around this question.
... View more
03-17-2020
02:17 AM
1 Kudo
Hi @Mondi , Please check this link for the versions of the open-source projects that are part of the Cloudera 6.3.x distribution: https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cdh_63_packaging.html#cdh_630_packaging Regards, Steve
... View more
- « Previous
- Next »