Github user cammachusa commented on the issue:

    https://github.com/apache/nifi/pull/2020
  
    Hi @rickysaltzer , switching to ConfigurationContext still doesn't work, 
all still null. As I noticed that none of Put/Getxxx processors (e.g. PutHBase, 
PutParquet, PutCassandra) uses OnEnable, they use OnSchedule instead. And, as I 
understand OnScheduled only get kicked off once (can be every 5 minutes or 10, 
depend on user's conf), but onTrigger will be triggered several times depend on 
how many flowfile you have in one schedule. @joewitt may mean OnSchedule, not 
OnEnabled, because I never used OnEnable to my PutKudu (recall his comments a 
couple week ago about thread safe of Kudu client).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to