Member since
02-27-2020
173
Posts
42
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2414 | 11-29-2023 01:16 PM | |
| 2956 | 10-27-2023 04:29 PM | |
| 2417 | 07-07-2023 10:20 AM | |
| 4934 | 03-21-2023 08:35 AM | |
| 1671 | 01-25-2023 08:50 PM |
04-12-2022
11:17 AM
1 Kudo
Hi @Ragavend, Happy to hear that you are exploring CDP Private Cloud and taking on the learning of the platform in a lab environment. To answer your questions: 1. There are a few steps that are needed to access CDP Private Cloud CLI. Instructions are here: https://docs.cloudera.com/management-console/1.3.3/private-cloud-cli/topics/mc-private-cloud-cli-client-setup.html. Note that you will need to allow external connections to your AWS EC2 instances in order to be able to issue commands from your laptop to the CDP cluster. This is also assuming you are talking about CDP CLI. If you are talking about AWS CLI (different tool entirely), then please see the many AWS tutorials available. 2. In order to run pyspark, the user who is executing the the job needs to be able to create a log directory on hdfs. So, instead of running your command as root (i.e. centos) try running it as your CDP admin user. Hope this helps. Regards, Alex
... View more
04-06-2022
01:55 PM
2 Kudos
Hi @THR-Mario , The built in Grafana dashboards that come with CDP expose operational metrics that are relevant to cluster administration. If you are looking to use visualization tools to view the data in, for example, Hive tables, you'll need to look at Cloudera Data Visualization which is a component of Data Warehousing in public cloud or CML/CDSW on-premise. Alternatively, CDP Hive is compatible with popular 3rd party data visualization tools. Hope this helps, Alex
... View more
04-04-2022
09:35 AM
Hi @modususer , This may indicate a problem with your license file (e.g. corruption or expired dates). The easiest check is to open the file and check the license expiry date. It will be in plain text. If that is good, there still may be a problem with the hash, if it got corrupted. Does the same exact license file work in any other environment in your organization? Also, is this a trial or production installation of CDP Base you are trying to do? Regards, Alex
... View more
03-21-2022
02:02 PM
1 Kudo
If you are talking about the little icons that show up next to the table names in the table list on the left-hand side of your Hue editor, then yes, "table" icon is a proper physical table, "eye" icon is a view defined on top of some statement. Hope this helps, Alex
... View more
02-16-2022
09:59 PM
Hi @banshidhar_saho , Unfortunately, there is no configuration in CM that will let you change the header of the alert email or the format of the alert email. However, there is a customization you can do by developing a custom script that (a) takes in a JSON string of alerts; and (b) builds and email object and sends it off to your SMTP server. It takes some effort to write the script, but gives you all the flexibility. See more details here: https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/monitoring-and-diagnostics/topics/cm-alerts-script.html If this is helpful, please accept this reply as a solution. Regards, Alex
... View more
02-15-2022
09:17 AM
Hi @Juanes, The command you shared should work, given that kudu-tserver process is actually running on the host. Can you list all processes and grep for "kudu" on that host? For more information see this documentation page on starting kudu on the host. If this helps, please accept as a solution. Regards, Alex
... View more
02-13-2022
03:32 PM
1 Kudo
Hi @Melon , Sounds like you are wanting to send an email alert (e.g. when a CDSW job finishes) via your corporate SFTP server. Is that correct? For configuring CDSW SMTP connection you will need to have at least CDSW Admin role and go to Admin > Settings (tab). Here under SMTP you will need to provide the following information: SMTP host address SMTP port SMTP username SMTP password Optionally, you may check "Use TLS" if your SMTP server requires this. What you are talking about in terms of VPN (Citrix Gateway) is something you may want to check with your IT organization. You should be able to upload and download project files in CDSW via the browser, when you are connected through VPN. Hope this help, Alex
... View more
02-10-2022
04:42 PM
2 Kudos
HiveAccessControlException suggests you are accessing this s3 location through a SQL engine (Hive or Impala perhaps). Check in Ranger, under Hadoop SQL, if the policies are set properly there to access the table you are looking at. Also, is this a RAZ-enabled environment, by any chance? If it is, please see here for RAZ setup specific to Hive table access: https://docs.cloudera.com/management-console/cloud/fine-grained-access-control-aws/topics/raz-aws-create-ranger-policies.html Hope this helps, Alex
... View more
01-19-2022
11:28 AM
Hi @Chhavi , the discussion of HIPPA certification is an intricate one. I would recommend to talk to your Cloudera account representative as there are many details to go through. Thank you, Alex
... View more
01-13-2022
08:21 AM
@Chhavi , if you are asking about "Apache NiFi", then the answer is Appache NiFi is not and never will be HIPPA certified or certified for anything similar. This is because it's an Apache project and nobody owns certification for it as such. With that said, it is likely possible to configure NiFi in a HIPPA compliant way (e.g. repository encryption). You'll need to work with your NiFi vendor for that and Cloudera is happy to help. Regards, Alex Akulov
... View more