Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26238 | 03-03-2020 08:12 AM | |
| 16377 | 02-28-2020 10:43 AM | |
| 4709 | 12-16-2019 12:59 PM | |
| 4470 | 11-12-2019 03:28 PM | |
| 6652 | 11-01-2019 09:01 AM |
04-06-2017
02:30 AM
In case somebody is interessted in the solution: In my limited space on the partition causes the problems with the cloudera installation. That is, the message /dev/sda1 / 6.7 GiB/7.8 GiB was a good hint to the solution. Best, Manuel
... View more
04-03-2017
10:51 PM
Thanks 🙂
... View more
03-10-2017
03:45 AM
Hi everyone, I finally have solved this. After re-installing a few times Cloudera Manager Server using Path A, I have tried with Path B and it works after resolving another issues.
... View more
03-02-2017
10:26 PM
And a lot of other components have TLS in Security section ... Are those mandatory or only needed for Kerberos?
... View more
02-28-2017
08:52 AM
1 Kudo
Hi @admcdh, It sounds as if you are looking to export events data to a flat file. If so, you can use the "events" api like this: http://my_cmhost.example.com:7180/api/v15/events (your api version may differ) See: https://cloudera.github.io/cm_api/apidocs/v15/index.html Ben
... View more
02-25-2017
08:24 AM
@Fawze, Currently, LDAP authentication for Cloudera Manager is only available in Cloudera Enterprise as outlined here: https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_feature_differences.html If you wish to discuss licensing options with Sales, the following form can be used: https://www.cloudera.com/contact-sales.html Ben
... View more
02-24-2017
05:22 PM
Hi @IgorYakushin, To add to what @mbigelow mentioned, you can enable Kerberos without using TLS to secure communication between your agents and Cloudera Manager, but that would allow the kerberos keytabs to be transmitted from Cloudera Manager to your agents in the clear (risking a malicious party gaining access to your ketyab). Most of the security you will likley need is taken care of by inabling TLS for Agent communication in this section: Configuring TLS Encryption for Cloudera Manager Agents This will encrypt communication when the agent gets the keytabs and other files from CM. If you want more security by having the agents do verification of Cloudera Manager's certificate signer and hostname, then you can configure your trust file for each agent (to trust the CM signer). In summary, you don't need to have TLS enabled to enable Kerberos. If you need to protect the keytabs, enable TLS Encryption for Agents. If you need higher security by having the agents trust the signer of the Cloudera Manager server certificate, you can proceed with the other steps: https://www.cloudera.com/documentation/enterprise/latest/topics/how_to_configure_cm_tls.html#topic_3 Ben
... View more
02-24-2017
02:51 PM
@Piks, I think I have seen this before. Check your /opt directory on the zookeeper hosts to make sure that it has "execute" for other. I reproduced what you see by setting the following: drwxr-xr--. 3 root root 21 Feb 7 13:50 opt Try running: chmod 755 So that it looks like this: drwxr-xr-x. 3 root root 21 Feb 7 13:50 opt Try starting services again after that. Regards, Ben
... View more
02-24-2017
11:01 AM
One more way to get low-level versions for everything: Hosts --> All Hosts --> Inspect All Hosts (button). This will return a report of CM and CDH packages.
... View more
02-24-2017
08:35 AM
1 Kudo
@guillaume_vande, A big thanks for pointing that out. We have updated the Spark2 page to include both versions with respective links. https://www.cloudera.com/documentation/spark2/latest/topics/spark2_packaging.html#packaging Let us know if you find anything else that needs correcting. Regards, Ben
... View more