Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3365 | 08-20-2018 08:26 PM | |
1485 | 08-15-2018 01:59 PM | |
1886 | 08-13-2018 02:20 PM | |
3366 | 07-23-2018 04:37 PM | |
4076 | 07-19-2018 12:52 PM |
08-15-2018
04:27 AM
I have signed certs for my servers from a CA and want to enable SSL on NiFi. Is NiFi CA service required to enable SSL if I already have signed certs?
... View more
Labels:
- Labels:
-
Apache NiFi
08-15-2018
04:25 AM
Is there way to install NiFi CA service post nifi cluster install? I have HDF NiFi up and running and tried to add NiFi CA service via ambari and do not see it available.
... View more
Labels:
- Labels:
-
Apache NiFi
08-15-2018
03:43 AM
I launched cloudbreak deployer in azure using the quick start option. This option allowed me to set admin username and password. How do I change the password?
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
08-14-2018
04:47 AM
Thanks @Andrew Grande for confirming they are self signed.
... View more
08-14-2018
03:11 AM
Our browser requires interacting with only signed certificates. Does NiFi CA generate self signed or signed certs? I assume it is self signed and not integrated with a real certificate authoruity. But not sure. Feedback appreciated.
... View more
Labels:
- Labels:
-
Apache NiFi
08-13-2018
02:20 PM
2 Kudos
ORC and Parquet are optimized for OLAP queries since only a subset of the columns from the source tables are used. Avro and other row based perform better if you have to look at entire record. Hav from one datatype to another (multi-hive table approach) is a common practice to determine which format performs the best for your use case. Performance test all three types is my recommendation. There is no one size fits all.
... View more
08-12-2018
03:36 AM
This is old post but came up on my search. for others that may be looking now https://community.hortonworks.com/articles/85103/nifi-ports.html
... View more
08-08-2018
04:31 AM
@Matt Clarke your suggestion worked. I also found the properties the processor expect is slightly different [default]
accessKey=<access key>
secretKey=<security key>
... View more
08-07-2018
10:34 PM
Minifi is failing with following error: 018-08-07 22:23:20,774 ERROR [main] o.apache.nifi.controller.FlowController Could not create Processor of type org.apache.nifi.processors.aws.s3.PutS3Object for ID e13819b5-4026-339d-0000-000000000000; creating "Ghost" implementation
org.apache.nifi.controller.exception.ProcessorInstantiationException: Unable to find bundle for coordinate default:unknown:unversioned
at org.apache.nifi.controller.FlowController.instantiateProcessor(FlowController.java:1209)
at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1125)
at org.apache.nifi.controller.FlowController.createProcessor(FlowController.java:1098)
at org.apache.nifi.controller.StandardFlowSynchronizer.addProcessGroup(StandardFlowSynchronizer.java:1154)
at org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:358)
at org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1622)
at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:84)
at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:723)
at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534)
at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:122)
at org.apache.nifi.minifi.MiNiFi.<init>(MiNiFi.java:148)
at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:247)
2018-08-07 22:23:20,821 WARN [main] o.a.n.c.StandardFlowSynchronizer Schema validation error parsing Flow Configuration at line 16, col 27: cvc-complex-type.2.4.a: Invalid content was found starting with element 'maxConcurrentTasks'. One of '{bundle}' is expected.
I have placed the aws nifi nars: nifi-aws-nar-1.5.0.3.1.2.0-7.nar
nifi-aws-service-api-nar-1.5.0.3.1.2.0-7.nar
in my minifi lib directory /home/centos/minifi-0.4.0.3.1.2.0-7/lib I have verify the permission on the jar are fine. Any ideas?
... View more
Labels:
- Labels:
-
Apache MiNiFi