Hello,
I've been trying to configure Minifi to work with the SSLContextService,
and have been running into an error I can't find much documentation on:
ERROR [main] o.apache.nifi.controller.FlowController Unable to start
PostHTTP[id=80508d8d-015d-1000--] due to
java.lang.IllegalSt
Hi Cam -
Thanks for the PR, I'll see if I can take a look this afternoon.
Ricky
On Thu, Jul 27, 2017 at 2:08 PM, Cam Q. Mach wrote:
> Can some body help to review this PR?
>
>
>
> Thanks,
>
> Cam
>
>
>
> *From:* Cam Q. Mach
> *Sent:* Friday, July 21, 2017 4:38 PM
> *To:* dev@nifi.apache.org
>
Cam,
I am still willing to help review but i ask that you please be
patient. Hopefully someone else can help sooner but if not i am still
happy to when able. We have 91 outstanding PRs at this time and
probably a few more patch available items in Apache NiFi
contributions. You could consider al
Can some body help to review this PR?
Thanks,
Cam
From: Cam Q. Mach
Sent: Friday, July 21, 2017 4:38 PM
To: dev@nifi.apache.org
Cc: William Li
Subject: RE: Review PR 2020 - Add PutKudu Processor for Kudu
Anyone interested in reviewing this PR?
Thanks,
Cam Mach
Inspur USA
Fr
I neglected to make the method public. All better now. Thanks for
confirming.
On Thu, Jul 27, 2017 at 1:59 PM, Matt Gilman
wrote:
> Yes. The setter is invoked prior to initialize(...) and onConfigured(...)
> [1]. Can you debug and see where it's failing?
>
> Matt
>
> [1] https://github.com/apac
Yes. The setter is invoked prior to initialize(...) and onConfigured(...)
[1]. Can you debug and see where it's failing?
Matt
[1] https://github.com/apache/nifi/blob/master/nifi-nar-
bundles/nifi-framework-bundle/nifi-framework/nifi-
authorizer/src/main/java/org/apache/nifi/authorization/
Authori
I am writing a custom authorizer, and I need access to some properties in
nifi.properties during the onConfigured method. It is similar to the usage
in FileAccessPolicyProvider. In this class, there is a setNiFiProperties
method annotated with @AuthorizerContext. Presumably, this annotation
causes
Hello,
I started using nifi, and using AvroSchemaRegistry for storing schema for
CSVWriter.
I have to upload avro schema using UI. I would like to use expression language
to have schema stored outside of NIFI as external file. Is this possible?
Thank you,
Anna
Hello Joe
The scene is that we want to put nifi into an iframe page in our platform.
because of nifi dosen't support multi-cavas for multi-tenants, we may use
multi-nifi-instance in our platform to suport multi-tenants. That is to say
one group of users use one instance of nifi while another