Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3537 | 04-15-2022 09:39 AM | |
| 2862 | 03-16-2022 06:22 AM | |
| 7472 | 03-02-2022 09:44 PM | |
| 3446 | 03-02-2022 08:40 PM | |
| 2359 | 01-05-2022 07:01 AM |
03-03-2020
11:22 AM
@hisam Can you please check if this is working in Hue3? Also please help us by uploading a screenshot of the error page from Hue4. I am able to access in my cluster though I will try again to reproduce this.
... View more
02-14-2020
05:56 AM
1 Kudo
@CaptainJa The version of Tomcat used in CDH 5.16.2 should not have any vulnerabilities. Could you share the CVE that is reported CDH is vulnerable to? Per the notice [1] independent upgrade of Tomcat is not supported and we are moving towards newer versions in CDH6 => Cloudera Enterprise 6 has replaced Tomcat 6 with Jetty 9 and is not susceptible to Tomcat security issues. LINKS: [1] https://community.cloudera.com/t5/Customer/CDH-5-support-for-Tomcat-6/ta-p/73655
... View more
02-10-2020
11:49 AM
What's the result of below command with respect to test user? id -Gn testuser
... View more
01-23-2020
09:34 AM
@kiranpune Which users are you talking about. CM users or some other user?
... View more
01-23-2020
09:25 AM
This could be the endless discussion, but the whole thing is Getting Support = Valid Subscription You can always try the repo for evaluation purpose meant for trial by just registering you email, but at the end of the day in Enterprise if you need support then you will come at same point.
... View more
01-14-2020
01:17 PM
@Derick It's open source but to access the binaries you need valid subscription. Please follow the thread for more details: https://community.cloudera.com/t5/Support-Questions/Is-CDP-open-source/m-p/286941/highlight/true#M212755
... View more
01-06-2020
06:03 AM
@datascience_had Yes, this is the Open source but under the AGPL now. For more details on how AGPL works in new Cloudera world see below: https://blog.cloudera.com/our-commitment-to-open-source-software/ Coming to the repo download issue you should have a valid subscription to download these bits. For more details: For CDP-DC runtime: https://docs.cloudera.com/cdpdc/7.0/installation/topics/cdpdc-runtime-download-information.html For CDP-DC: https://docs.cloudera.com/cdpdc/7.0/installation/topics/cdpdc-cm-download-information.html But you can always use our trial version of CDP-DC form here by downloading directly. https://www.cloudera.com/downloads/cdp-data-center-trial.html For trial installation procedure please follow the doc: https://docs.cloudera.com/cdpdc/7.0/installation/topics/cdpdc-trial-installation.html
... View more
01-02-2020
04:57 AM
1 Kudo
@Gregonmac You have to perform below steps (cross check if already performed). Login to the first node (e. g.: CM_Server) Run ssh-keygen -t rsa, it will generate new files id_rsa and id_rsa.pub files. Copy the contents of id_rsa.pub to authorized_keys - cat id_rsa.pub >> authorized_keys You need to copy the contents of id_rsa.pub on to all the nodes in the cluster. Most Important thing to check the permission of the private key as your stack is complaining about the key is not accessible. Caused by: java.io.IOException: unrecognised object: OPENSSH PRIVATE KEY at org.bouncycastle.openssl.PEMParser.readObject(Unknown Source) You can also refer to this document from Cloudera - https://www.cloudera.com/documentation/director/latest/topics/director_gcp_config_tools.html
... View more
12-30-2019
02:31 AM
@MarkWan You should be able to change this from the profile > Job section. Please login with your credentials and try to modify from there. https://my.cloudera.com/account/profile/edit?section=job
... View more
12-08-2019
03:44 AM
@syedshakir There are 2 permissions required for Dashboard access: search.access dashboard.access. Please goto Hue > User profile > Groups > and then grant the access on above options for user. Logout and log back In. Le me know if issue persist.
... View more