Member since
02-28-2022
166
Posts
14
Kudos Received
17
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
364 | 07-07-2025 06:35 AM | |
373 | 06-17-2025 09:42 AM | |
1498 | 04-02-2025 07:43 AM | |
596 | 10-18-2024 12:29 PM | |
10184 | 09-05-2024 09:06 AM |
01-08-2025
10:31 AM
hi @azrulafiq901, the CDP license does not work in a CDH environment. if Oracle does not have an upgrade plan for CDP 7.x.x, you will have to provide a new cluster that uses the new version of the platform. Contact the Cloudera sales team, they will instruct you on the best path. a tip: using Spark3 in CDP will greatly improve your job performance.
... View more
10-22-2024
05:11 AM
hi @Hydg "cloudera management" pods are unable to reach the "cloudera manager" address check if the service on port 7183 is available, if the service is available, if there is no internal firewall blocking it, etc. check the pods logs and "cm" logs
... View more
10-22-2024
05:06 AM
hi @krishna2023 according to the documentation: https://docs.cloudera.com/documentation/other/connectors/impala-jdbc/2-6-23/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf try to create the JAAS login file and check if the connection will occur.
... View more
10-18-2024
12:29 PM
1 Kudo
i managed to do the a simple flow using ExecuteSQLRecord reading the hive table and PutDatabaseRecord to send the data to the oracle table
... View more
09-26-2024
12:29 PM
1 Kudo
hi community cloudera, i need to read a Hive table and write the result to an Oracle table this flow needs to be executed every hour to update the data in the Oracle table does anyone have a test flow for this example?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Manager
09-09-2024
06:40 AM
hi @MattWho , i tried to follow the "developer tools", the collected curl commands are very "polluted", so I couldn't download flow, etc. i will try new approaches, if I am successful I will come back again.
... View more
09-05-2024
09:06 AM
1 Kudo
hi @MattWho, It was this process of creating the "template" in XML that I was referring to in how to do it through the nifi API but, since it has been discontinued, I will not continue. thanks for the information.
... View more
08-13-2024
08:13 AM
hi @SAMSAL , i will test this process and return with more updates.
... View more
08-12-2024
05:08 AM
hi @SAMSAL , since there are many libs that we need to use in Python, we need to download these libs with pip install before running etc. so, we would like to know how to do this "pip install" of the Python libs for this Python processor engine to use correctly.
... View more
08-09-2024
06:37 AM
hi cloudera community i am using the "ExecuteScript" processor and executing python code using the "python" engine (python 2.7 (jython 2.7.3)) and when running the code, I get the error below: "org.apache.nifi.processor.exception.ProcessException: javax.script.ScriptException: ImportError: No module named <name_module> in <script> at line number 3 - Caused by: javax.script.ScriptException: ImportError: No module named <name_module> in <script> at line number 3 - Caused by: Traceback (most recent call last): File "<script>", line 3, in <module> ImportError: No module named <name_module>" i would like to know how to install libs in this python that the processor is using?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Manager