Member since
08-09-2022
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2202 | 11-04-2022 02:40 AM |
12-07-2022
08:59 AM
1 Kudo
Hello all, I have a problem with connection from hue to hive and hdfs. For hive i have this error : HTTPSConnectionPool(host='fqdn', port=10001): Max retries exceeded with url: /cliservice/ (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),)) for hdfs : Accès impossible : /user/svc_data.
HTTPSConnectionPool(host='fqdn', port=14000): Max retries exceeded with url: /webhdfs/v1/user/svc_dataiku?op=GETFILESTATUS&user.name=hue&doas=svc_dataiku (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),)) Need help please. Regards
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
11-04-2022
02:40 AM
Hello @akhilsnaik , I understand where the problem comes from. Automatically Install CSD Repo URLs is by default set to true, If set to true, Cloudera Manager will automatically scan CSDs and add these URLs to the list of parcel repo URLs on every startup of Cloudera Manager. As i want only custom URLs to be present in the list. i set the value to false. curl -X PUT "https://local:7183/api/v45/cm/config?message=no%20csd%20repo" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"items\": [ { \"name\": \"PARCEL_INSTALL_CSD_REPO_URLS\", \"value\": \"false\", \"sensitive\": false } ]}" Now after restarting cloudera manager only my local repository which was initialized regards,
... View more
11-03-2022
09:03 AM
Hello @akhilsnaik , Thank you for the proposed solution, it works, however, when restarting the cloudera manager the URLs come back in Parcel Repository & Network Settings. so as if nothing has changed
... View more
11-02-2022
03:49 AM
Hi We use Cloudera in the environment without internet access These URLs added on Parcel Repository & Network Settings : https://archive.cloudera.com/accumulo-c5/parcels/latest/ https://archive.cloudera.com/accumulo6/6.1/parcels/ https://archive.cloudera.com/kafka/parcels/latest/ http://archive.cloudera.com/kudu/parcels/latest/ Someone know how to remove these URLs using the CM API ? Best Regards,
... View more
Labels:
- Labels:
-
Cloudera Manager
09-14-2022
05:56 AM
Hi, I have lots of generated hprof files in /tmp. 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid98619.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid97929.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid96759.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid92257.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid9035.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid87683.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid87640.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid86040.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid82228.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid77347.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid77317.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid75484.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid72638.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid71811.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid7086.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid66069.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid65902.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid65186.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid61886.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid61061.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid56296.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid55344.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid52660.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid48926.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid43603.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid41830.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid40503.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid32427.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid30519.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid30261.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid21546.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid19360.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid18710.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid130541.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid128886.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid127417.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid123175.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid119340.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid118340.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid116604.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid11284.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid112764.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid108944.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid108136.hprof 1.3G /tmp/mgmt_mgmt-REPORTSMANAGER_pid102482.hprof What configuration item could fix this in cloudera management services? Any suggestions. Best regards.
... View more
Labels: