Member since
07-29-2019
640
Posts
114
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 14446 | 12-01-2022 05:40 PM | |
| 3295 | 11-24-2022 08:44 AM | |
| 4953 | 11-12-2022 12:38 PM | |
| 1794 | 10-10-2022 06:58 AM | |
| 2581 | 09-11-2022 05:43 PM |
09-11-2021
08:20 PM
Hi @WilliamWong You didn't indicate what use case or use cases are driving your interest, so the best answer is, of course, to please reach out to your customer service representative.
... View more
09-08-2021
10:24 PM
@Priyabrat This one is tough to diagnose without access to the Java source code or any other indication that the application has been designed with full regard for how concurrency works when it comes to databases, but I would say just based on the information you've supplied in this post that you want to first eliminate the most obvious possibility—that the problem is a race condition, in which case Thread C is starting to execute before the code in Thread B has fully completed executing. I'd recommend you rewrite the Java code so that the DDL commands operate sequentially and from a single thread as a first step and see if the "random occurrence" stops happening.
... View more
09-02-2021
09:22 AM
Hi @Algo This situation may become less confusing when you learn that before the Kudu 1.11 RPMs were released, Cloudera changed its download policy and only made that set of RPMs available from a private repository. Now, to download the software from Cloudera's private repository, you need a valid Cloudera Subscription. Please see the announcement here: Transition to private repositories for CDH, HDP and HDF. If you do not yet have a valid Subscription and are interested in purchasing one, please contact the Cloudera sales team.
... View more
08-18-2021
10:26 PM
Hi @cdhkant1 I think I can help a little bit. First, the current Enterprise Data Platform offered by Cloudera as of Summer 2021, is Cloudera Data Platform (CDP), which has two "form factors", Private Cloud and Public Cloud. The latter is for running as a platform on public Cloud Service Providers, or CSPs such as AWS, Azure and GCP. The on-premises offering was named CDP Data Center at initial release time back in November 2019 and is now called CDP Private Cloud. So CDP Data Center is the original name for the product now called CDP Private Cloud.
... View more
08-15-2021
11:55 AM
Hi @igorufrn The short answer is that there is no "free version of the CDH" available from Cloudera for download. For the details, you can read the responses posted when a question similar to yours was previously asked and answered here: Ho[w] to subscribe [to] CDH 6.3.2 express The credentials required to access the private repository that all legacy versions of Cloudera's distribution are now available from are not generally the same ones to access Cloudera's website or the Cloudera community. In other words, the personal email address you use for logging into the Cloudera community isn't going to work as a userid for accessing the private repository archive.cloudera.com. Instead, people with a valid Cloudera subscription can generate repository credentials from a CDH license key, and there is a link included in the community thread I mentioned above to an announcement which in turn has links to extensive documentation on how to download and install certain earlier versions of CDH. If you are genuinely looking to evaluate a current data platform for use within your company, you can currently do so without a preexisting Cloudera subscription by downloading and installing the Trial Version of CDP Private Cloud Base Edition of Cloudera Data Platform.
... View more
08-03-2021
05:28 PM
@NazarK , The more detail you provide in your post the better community members can assist with your question. You didn't indicate which online resources you tried which turned out not to be helpful, or what specific issues you encountered when you tried out the steps documented by those resources. What "form factor" and/or version of Cloudera's data platforms and version of impala are you using? You might try connecting DBeaver to Impala via ODBC using the steps outlined here: Connect DBeaver SQL Tool to Cloudera Hive/Impala with Kerberos
... View more
07-23-2021
09:56 PM
@AiiyerThe more detail you provide in your post the better community members can assist with your question. You didn't indicate from what distribution you installed NiFi, or on what operating system you installed it. The absolute file path shown in the dialog box you provided a screen capture of indicates that you are running some version of MS Windows and the text of the error message itself would support that conclusion. If that's the case, you can't generally run a shell script like nifi.sh without ancillary software installed because the command interpreter for that script is not available on your chosen operating system. According to the Getting Started with Apache NiFi documentation (scroll down to the section Starting NiFi), the command bin/nifi.sh status is only appropriate for Linux/macOS users. The solution would be to avoid attempting to run that shell script on MS Windows. Follow the instructions in the section For Windows Users instead.
... 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-07-2021
11:46 AM
1 Kudo
Hi @Gcima009 It's not readily apparent to me just from reading the Traceback, but if you're sure that the problem is due to Cloudera Manager not being able to access the URL https://archive.cloudera.com/cm6/6.2.0/allkeys.asc/ then you are probably being denied access to the server archive.cloudera.com because authentication is required. I am guessing that the last time you attempted this operation, you were not challenged for authentication by this particular host at Cloudera and so you're wondering what changed recently. The answer is probably that your installation of Cloudera Manager isn't set up to supply the authentication credentials. Earlier this year, Cloudera changed the download policy and now to download CDH parcels, etc. from Cloudera's repositories you need a valid subscription. Please see the announcement here: Transition to private repositories for CDH, HDP and HDF. The same announcement describes new patch releases of Cloudera Manager, which are now required to access Cloudera’s private repositories, which now contain the new and legacy releases and other assets such as those necessary to add a new host to an existing CDH cluster. If you haven't already done so, you'll need to upgrade to one of these in order to proceed.
... View more