Member since
02-28-2022
147
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
151 | 10-18-2024 12:29 PM | |
2928 | 09-05-2024 09:06 AM | |
2457 | 08-08-2024 05:10 AM | |
1917 | 05-16-2024 05:33 AM | |
650 | 04-22-2024 10:24 AM |
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
08-08-2024
05:28 AM
hi cloudera community, creating a full template using the nifi webui mode works perfectly we need to create the template, export and import using the nifi api, has anyone managed to configure this?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera Manager
08-08-2024
05:10 AM
1 Kudo
hi @hadoopranger, unfortunately there is no solution for this specific error, I had to use another connection method using another jdbc controller.
... View more
07-29-2024
07:18 AM
1 Kudo
hi @MattWho thank you very much for the clarification the registration worked.
... View more
07-26-2024
10:13 AM
1 Kudo
hi @MattWho NiFi already has LDAP authentication configured and is working fine. but for the user to actually be able to access the NiFi webUI, the NiFi admin user needs to create the user internally in NiFi first and add that user to a specific group, so that the user can log in without any issues. using tokens in NiFi REST API calls is not a problem for me. if you have an example of creating a user and adding them to groups using api nifi, I would be very grateful.
... View more
07-26-2024
07:52 AM
hello Cloudera Community, the process of creating a user and adding them to groups via the nifi WebUI mode works normally. i need to create a user and add them to a group directly using the NiFi API (post, put, get). how do I make this process 100% functional?
... View more
Labels:
- Labels:
-
Apache NiFi
05-16-2024
05:33 AM
1 Kudo
@Asfahan thank you very much for clarifying 😉
... View more
05-14-2024
05:56 AM
@Asfahan hmm...ok! so, a cluster with 2 racks, we will have 1 block for rack01 and 2 blocks for rack02, ok. so, a cluster with 3 racks, we will have 1 block for rack01, 1 block for rack02 and 1 block for rack03, right?
... View more