Member since
12-11-2015
245
Posts
31
Kudos Received
33
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1115 | 11-19-2025 03:12 PM | |
| 769 | 07-22-2025 07:58 AM | |
| 1682 | 01-02-2025 06:28 AM | |
| 2424 | 08-14-2024 06:24 AM | |
| 4027 | 10-02-2023 06:26 AM |
01-09-2023
12:20 PM
2 Kudos
You can set quota on /tmp - Once quota is reached further write on the directory will fail. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/scaling-namespaces/topics/hdfs-set-quotas-cm.html has the steps to enable quota
... View more
04-01-2020
11:19 PM
Hi @Amn_468 Please configure it in CM > HDFS > Configuration >
Java Heap Size of NameNode in Bytes
Enter a value per requirement
Save and Restart
... View more
03-26-2020
05:21 AM
Hi Venkat, Thanks for the reply and sorry for my delayed reply though. As i understand, that i tried creating solr collection from the wrong path(instead of solr_home). On correcting this im able to creation collection. Regards, GTA
... View more
03-25-2020
06:28 AM
Thank you very much. This is the one that satisfies me. Documents are expected to make clear and simple things, not complicated.
... View more
03-25-2020
04:18 AM
Thanks venkat, now it's working...
... View more
03-22-2020
11:32 PM
Yes you can install CM offline after downloading the packages and - Its documented in this link https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_ig_create_local_package_repo.html#internal_package_repo Once the repo is ready you can install the binaries using the steps in link https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/install_cloudera_packages.html#id_z2h_pnm_25
... View more
03-16-2020
01:44 AM
Yeah, thats right. Unfortunately there is no feature available to gather Nifi Lineage in Navigator.
... View more
03-10-2020
08:57 AM
This is much clear now On server side the request was rejected as the client was initiating non-ssl connection Caused by: org.apache.thrift.transport.TTransportException: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? Client side it was unable to trust the server certs as it was not configured to use a truststore Caused by: com.cloudera.hiveserver2.support.exceptions.GeneralException: [Cloudera][HiveJDBCDriver](500164) Error initialized or created transport for authentication: [Cloudera][HiveJDBCDriver](500169) Unable to connect to server: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. You got to add few more properties to your connection string jdbc:hive2://vdbdgw01dsy.dsone.3ds.com:10000/default;AuthMech=1;KrbAuthType=1;KrbHostFQDN=vdbdgw01dsy.dsone.3ds.com;KrbRealm=DSONE.3DS.COM;KrbServiceName=hive;LogLevel=6;LogPath=d:/TestPLPFolder/hivejdbclog;SSL=1;SSLTrustStore=<path_to_truststore>;SSLTrustStorePwd=<password to truststore>
If you dont have password to your truststore you can omit the parameter SSLTrustStorePwd
... View more
03-06-2020
01:42 AM
Thanks Venkat!
... View more
03-04-2020
12:50 AM
That command worked a treat, I wasn't aware that the configuration xmls varied based on the purpose of the host they are deployed to. I've got the superuser running now, thanks for the help
... View more