Member since
05-06-2021
13
Posts
0
Kudos Received
0
Solutions
08-22-2022
09:53 AM
Does anyone know if there is a way to use impala over TLS that doesn't require you putting passwords in cleartext? (CFM 2.0.4)
... View more
07-01-2022
03:01 PM
Cloudera Flow Management (CFM) 2.0.4.3 1.11.4.2.0.4.3-1 built 01/06/2021 23:14:00 CST Tagged nifi-1.11.4-RC1
... View more
07-01-2022
02:38 PM
anyone know why I have thousands and thousands of: 2022-07-01 16:28:59,992 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,017 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,039 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,061 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,085 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,108 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200 2022-07-01 16:29:00,128 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)
08-16-2021
12:31 PM
Okay then, How about this: Does anyone know what path it's checking on the name node when I see this? Failed to retrieve/store URL: https://<hostname>:<port>/cmf/parcel/download/CDH-6.3.3-1.cdh6.3.3.p0.1796617-el7.parcel.torrent -> /opt/cloudera/parcel-cache/CDH-6.3.3-1.cdh6.3.3.p0.1796617-el7.parcel.torrent HTTP Error 404: Not Found Originally looking in /opt/cloudera/parcel-cache/ which has the file, noticed that /opt/cloudera/parcel-repo/ does not have the file
... View more
08-03-2021
12:14 PM
Went to add back a node that was removed for maintenance, it stalled out on the CDH parcel, after succeeding on the other two parcels. The log shows "HTTP Error 404: Not Found" for a file that is clearly in the indicated location, with the same permissions as the two files that succeeded. restarting the client (stop wait start) results in a message about "There is already an active download" and then starts in again with the 404s. There doesn't seem to be any way to stop it either. Tried rebooting the node as well.
... View more
Labels:
05-24-2021
07:05 AM
Thanks for taking time to explain, trying to untangle the version numbers etc. are a new challenge. 🙂 I guess I was confused since our cloudera runtime still says cdh7.1.5... I need to get with one of my coworkers on this, because my access still won't let me create a support case. 😞 (which is why I am here. 🙂 )
... View more
05-21-2021
03:30 PM
Hmm, don't remember seeing the 'private cloud' nomenclature before. our new version might work (Cloudera Enterprise 7.2.4) Cloudera Flow Management (CFM) 2.0.4.3 1.11.4.2.0.4.3-1 built 01/06/2021 23:14:00 CST Tagged nifi-1.11.4-RC1 But most of our stuff (Cloudera Enterprise 6.3.3) might be limited to the 1.1 branch. Cloudera Flow Management (CFM) 1.1.0.0 1.11.4.1.1.0.0-119 built 04/24/2020 19:39:59 CDT Tagged nifi-1.11.1-RC1
... View more
05-20-2021
05:53 PM
Yes, that screenshot looks like what I get when logged in via a user account. After you add a parameter/value and hit apply, one green check then red X's the rest of the way down. I had the AD folks create me a test user and have been trying all sorts of combinations of permissions, and they all have resulted in the same error. Mostly just parameter context and controller related permissions, the user group has permissions to the PC in question, and I even gave the group permission to create new PC, but they still couldn't create a parameter. We installed cfm 1.1.0.0 on one cluster, and 2.0.4.3 on another, both indicate NiFi 1.11.4, I will have to look into patch/upgrade paths, these are both new installs, different versions of cloudera.
... View more
05-18-2021
08:36 AM
As it stands now, in NiFi 1.11.4, it seems that PGs do not inherit the context of their parent. 😕 It would certainly be nice if they added actual scoping rules and inheritance, rather then the all or nothing we have now. I don't see a good way to copy them either. 😞 So even if you wanted to have several sets of parameters with mostly the same values, and a few different, you have to do it the hard way. Everything else seems to work by (optionally in some cases) inheriting from the parent, so it is puzzling that parameters do not.
... View more
05-18-2021
08:10 AM
The full info from the app log is: 2021-05-17 14:57:12,166 INFO org.apache.nifi.web.api.ParameterContextResource: Stopping 0 Processors in order to update Parameter Context 2021-05-17 14:57:12,173 ERROR org.apache.nifi.web.api.ParameterContextResource: Failed to update Parameter Context org.apache.nifi.web.util.LifecycleManagementException: Failed while waiting for components to transition to state of STOPPED at org.apache.nifi.web.util.ClusterReplicationComponentLifecycle.scheduleComponents(ClusterReplicationComponentLifecycle.java:133) at org.apache.nifi.web.api.ParameterContextResource.stopProcessors(ParameterContextResource.java:960) at org.apache.nifi.web.api.ParameterContextResource.updateParameterContext(ParameterContextResource.java:852) at org.apache.nifi.web.api.ParameterContextResource.lambda$submitUpdateRequest$17(ParameterContextResource.java:804) at org.apache.nifi.web.api.concurrent.AsyncRequestManager$2.run(AsyncRequestManager.java:117) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
... View more