Member since
07-29-2019
640
Posts
114
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 14465 | 12-01-2022 05:40 PM | |
| 3296 | 11-24-2022 08:44 AM | |
| 4955 | 11-12-2022 12:38 PM | |
| 1796 | 10-10-2022 06:58 AM | |
| 2584 | 09-11-2022 05:43 PM |
10-10-2022
06:58 AM
Hi @Mehdikhak ,
A very similar question to yours above was previously asked and answered in this thread:
Free Version of CDH → 6.3.2
... View more
09-21-2022
09:35 AM
Hi @cxk
While the link in the document that @Chaos offered apparently does work, unless you are going to try to duplicate the issue they are experiencing in order to offer assistance, I'd like to discourage you from installing the Quickstart VM.
The last publicly available version of the Cloudera Quickstart VM — the same version referred to in that PDF document within the Google drive they linked to — was based on CDH 5.13, which was old, outdated and in fact that version of CDH went out of support in the Fall of 2020. The Cloudera Quickstart VM hasn't been readily available for download from Cloudera's website for at least a couple of years now just that reason.
Cloudera's current distribution, since the Fall of 2020, is Cloudera Data Platform (or CDP); a Trial Version of CDP Private Cloud Base Edition of Cloudera Data Platform can easily be downloaded from the "downloads" section of Cloudera's website.
... View more
09-12-2022
02:33 AM
Hi. And thanks for your input, the blog post was exact what I where looking for. What I am facing is this part here, e.g. when moving flow between environments, the links to nested flowfiles needs to be updated manually / does not work. Think we will go for solution 1 for now and revert when there is an update. Support for embedded versioned process groups is not fully ready yet when you have multiple Registry instances and you need to export/import things between the instances. You can check the status on NIFI-5029.
... View more
09-08-2022
12:43 PM
Hi @MaxineLLL ,
It would help members of the community in offering possible answers to your questions if you included a link here to the specific instructions you are following "to deploy HDP 2.6.5 via docker". Are you trying to install the HDP Sandbox or the full HDP 2.6.5 distribution?
... View more
08-02-2022
02:01 AM
HI @Christ
If you'd like more details about data model design and implementing them using Cloudera Data Warehouse over and above the documentation @shehbazk provided links to, I'd recommend you watch the recording of a webinar Cloudera held on the topic quite some time ago, Data Modeling for Hadoop and the subsequent blog post Common Questions on Data Modeling for Big Data.
... View more
07-29-2022
12:34 AM
Your best first step would be to contact the Cloudera Sales Team to find out more about subscription options.
... View more
07-26-2022
06:47 AM
@Ploeplse Has the reply 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. Thanks
... View more
07-18-2022
01:01 PM
Thanks for your help. I also chatted with one of Streamnative dev advocates & he directed me to tons of info. Unfortunately, the nars are & didn't work with on prem Nifi 1.16.3. Also, i tried to build from source files but encountered lot of errors.
... View more
07-06-2022
06:23 AM
Thank you all for your replays, The fix was so simple: All I need to do to specify from which database schema I want to work with or have the lookup service connected to I just added the schema name before the table name like this : sandbox_s01.table_name
... View more
06-21-2022
10:55 AM
Hi @Techie123
Hopefully after reading the link that @SAMSAL shared earlier, you've reached the understanding that no, you don't have to install the database on the same server as the server that NiFi is installed on, but of course the server hosting the database must be accessible to the NiFi server via the JDBC protocol, regardless of where it is located. There are any number of things that could be causing the error message that you are getting.
Given what you have shared in this thread, I would recommend that you begin by talking to your DBA or perhaps the person that installed the database on the server. The string that you have entered on the properties tab, as shown in your page shot:
jdbc:oracle:thin@hostname:portnumber:sname
…needs to be replaced with the values appropriate for the server where your actual database is installed. To be a bit more specific, you have to get the actual literal values for hostname, portnumber and sname necessary to access your database and enter all of them correctly. In my personal experience, you'd also be much better off if you can verify that the database server is accessible via JDBC using some other tool so you have a way to validate the connection string before you get involved with NiFi-specific details.
... View more