Member since
02-28-2022
144
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
90 | 10-18-2024 12:29 PM | |
1848 | 09-05-2024 09:06 AM | |
1986 | 08-08-2024 05:10 AM | |
1748 | 05-16-2024 05:33 AM | |
540 | 04-22-2024 10:24 AM |
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
08-08-2024
02:02 PM
1 Kudo
hi @vaishaakb thanks for the links, I'm checking to see if it's what I need. @MattWho when I refer to "full template" I would mean creating the "nifi flow" template. This creation can be done via webui by clicking on the "create template" option within "nifi flow" and then downloading this template in json format and importing this template to another nifi
... View more