[ 
https://issues.apache.org/jira/browse/NIFI-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548899#comment-15548899
 ] 

Bryan Bende commented on NIFI-1526:
-----------------------------------

[~mathiastiberghien] The typical approach that people have been using is the 
following...
- Fork Apache NiFi on GitHub
- Clone your fork so that you have it locally
- Create a local branch on your fork like NIFI-1526
- Do your work and commit to that branch
- When done, push that branch to your remote fork by doing "git push -u origin 
NIFI-1526"
- Then go to your fork on GitHub and and create a pull request from your 
NIFI-1526 branch to Apache NIFi master 

> Allow components to provide default values for Yield Duration and Run Schedule
> ------------------------------------------------------------------------------
>
>                 Key: NIFI-1526
>                 URL: https://issues.apache.org/jira/browse/NIFI-1526
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Priority: Minor
>
> It would be nice for developers of processors (and maybe reporting tasks and 
> controller services) to be able to specify a default value for Yield duration 
> and Run Schedule.
> Currently Yield defaults to 1 second and Run Schedule defaults to 0 seconds. 
> There may be cases where these are not the best default values and the 
> developer wants to start off with better defaults, still allowing the user to 
> tune as needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to