Member since
07-29-2019
640
Posts
114
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 14472 | 12-01-2022 05:40 PM | |
| 3300 | 11-24-2022 08:44 AM | |
| 4959 | 11-12-2022 12:38 PM | |
| 1800 | 10-10-2022 06:58 AM | |
| 2589 | 09-11-2022 05:43 PM |
08-04-2021
12:28 AM
Hi Nazar, 1) Please click on the Edit driver settings in the dbeaver, please fallow my below image and try. 2)And add the ImpalaJDBC drivers What ever I was masked there, you can use impalaVIP if you have otherwise please Impala Daemon Host. 3)In driver properties, please check this property and value AllowSelfSignedCerts=1 4) Later try with username and password. It will work. Regards, Naresh.B
... View more
07-27-2021
02:26 AM
@Aiiyer, Thank you for your participation in Cloudera Community. I'm happy to see you resolved your issue. Please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
07-13-2021
06:11 AM
@JatinMalik You can find an answer to your question here: Re: How to download Ambari-repo
... View more
07-08-2021
04:27 PM
1 Kudo
@rok Perhaps. I think the place to begin would be to look at this: STACKTRACE=[java.io.IOException: Server returned HTTP response code: 403 for URL: http://cloudera_manager_ip:7180/cmf/j_spring_security_check …and figure out why the access request to that URL is being denied with an HTTP 403 Forbidden client error. Is that URL accessing a host on your network, or the host running Cloudera Manager?
... View more
07-06-2021
11:54 PM
Hi. @roshanbi, Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, kindly provide more information that can help the experts help you.
... View more
07-04-2021
11:03 PM
@ask_bill_brooks Thanks for the addendum and official context. Happy hadooping
... View more
07-04-2021
07:11 PM
Hi @roshanbi I think there are really two questions here: For each row of my data set, can I mask the last 5 digits of each data element present in the pri_identity column using Ranger? Is this possible to achieve while using Kudu? I'll restrict myself to addressing the first question. Your second question is a good one, though, because most of the documentation I've read about this simply doesn't mention Kudu, so I'll leave that part of your question to another community member who has more experience with Apache Kudu as a storage option. You didn't provide the version of either Impala, Ranger or Kudu you're using or on what distribution, but I will attempt to point you in the right direction nonetheless. You can see a quick demonstration of why and how to use a mask in Ranger on CDP in the first two minutes of this video: How to use Column Masking and Row Filtering in CDP You can see a slightly longer length demonstration of how to do something similar on HDP 3.1.x in this video: How to mask Hive columns using Atlas tags and Ranger Neither quite shows how to establish the custom masking expression, though, which is what I think you'll need to satisfy your requirements. To suppress the display of the last 5 digits in the pri_identity column, you are likely to need a custom masking expression for use in Ranger. Ranger includes several "out of the box" masking types, but a cursory look at the documentation indicates that the masking policy you've described and desire is not one of them. If that's true, you can always write a custom masking expression using the UDF syntax, which you can read about at the Apache.org site here: Hive Operators and User-Defined Functions (UDFs) Hope this helps
... View more
06-25-2021
12:53 PM
3 Kudos
What the Trial Version of CDP Private Cloud Base Edition includes is an installer package. You can view the documentation on how to complete the installation here: INSTALLING CDP PRIVATE CLOUD BASE Other members of this community have previously reported success using this approach. Alternatively, if you're already familiar with Virtualbox and Vagrant, you might consider closely reading @carrossoni 's community article outlining how to create a Centos7 CDP-DC Trial VM for sandbox/learning purposes (CDP Private Cloud was formerly known as CDP Data Center). Other than that, I have not personally seen any publicly available VM images that can be deployed using Virtualization tools, but that certainly doesn't mean they don't exist. Cloudera's distributions have a vast ecosystem built up around them and it's close to impossible to keep up with everything anyone is producing. But participating in and contributing to this community helps a lot. 😀
... View more
06-21-2021
06:56 AM
thanks a lot for your quick reply, it is an old cluster that used the Ambari to provision the services using the public repos.
... View more
06-08-2021
10:14 PM
well, as I said above, the credentials necessary to access Cloudera's private repository are not generally the same as those used to access Cloudera's website. You will not be able to access Cloudera's private repository without a Cloudera subscription. You can initiate the process for obtaining a Cloudera subscription by contacting the Cloudera Sales Team to find out more about subscription options, but before doing so you should understand that Cloudera Express was discontinued over a year ago now; please see the announcement here: Cloudera Enterprise 6.3.3 Released …scroll down to the subsection Important Note About Cloudera Express. This means that you are not going to be able to obtain a subscription in order to continue to use Cloudera Express.
... View more