[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-2449:
--

Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/845


> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Andrew Lim
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and Getting Started guides 
> should be updated.



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


[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on NIFI-2449:
---

Commit d32a7ba76145182944fb7e0a86578da570ba1edc in nifi's branch 
refs/heads/master from [~andrewmlim]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=d32a7ba ]

NIFI-2449 This closes #845. Update Admin and Getting Started guides for custom 
properties


> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Andrew Lim
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and Getting Started guides 
> should be updated.



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


[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-2449:
--

GitHub user andrewmlim opened a pull request:

https://github.com/apache/nifi/pull/845

NIFI-2449 Update Admin and Getting Started guides for custom properties



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/andrewmlim/nifi NIFI-2449

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/nifi/pull/845.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #845


commit 69dfd9c2d7cd8946dcf2706eb33bedb95194be41
Author: Andrew Lim 
Date:   2016-08-12T03:53:12Z

NIFI-2449 Update Admin and Getting Started guides for custom properties




> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Andrew Lim
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and Getting Started guides 
> should be updated.



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


[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-11 Thread Andrew Lim (JIRA)

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

Andrew Lim commented on NIFI-2449:
--

Trimming Getting Started content to make it more of a brief intro to custom 
properties. Admin Guide will contain info about creation and configuration. 
NIFI-2556 will cover info needed from a user's perspective.

Getting Started:

Custom Properties within Expression Language

In addition to using FlowFile attributes, you can also define custom properties 
for Expression Language use.  Defining custom properties gives you additional 
flexibility in processing and configuring dataflows.  For example, you can 
refer to custom properties for connection, server, and service properties.  
Once you have created custom properties, you can identify their location in the 
nifi.variable.registry.properties field in the nifi.properties file. After you 
have updated the nifi.properties file and restarted NiFi, you are able to use 
custom properties as needed.


Admin Guide:

Custom Properties

To configure custom properties for use with NiFi’s Expression Language:

-Create the custom property. Ensure that: 
 --Each custom property contains a distinct property value, so that it is not 
overridden by existing environment properties, system properties, or FlowFile 
attributes.
 --Each node in a clustered environment is configured with the same custom 
properties.
-Update the nifi.properties file with the location of the custom property files.

Property  Description
nifi.variable.registry.propertiesThis is a comma-separated list of 
location paths for one or more custom property files.


> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Andrew Lim
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and Getting Started guides 
> should be updated.



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


[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-11 Thread Andrew Lim (JIRA)

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

Andrew Lim commented on NIFI-2449:
--

First draft of content to add to Getting Started guide after “Working with 
Attributes” section:

Custom Properties within Expression Language

In addition to using FlowFile attributes, you can also define custom properties 
for Expression Language use.  Defining custom properties gives you additional 
flexibility in processing and configuring dataflows.  For example, you can 
refer to custom properties for connection, server, and service properties.

When you define custom properties, ensure that the following criteria are met:

-Each custom property contains a distinct property value, so that it is not 
overridden by existing environment properties, system properties, or FlowFile 
attributes.
-Each node in a clustered environment is configured with the same custom 
properties. 

Once you have created custom properties, you can identify their location in the 
nifi.variable.registry.properties field in the nifi.properties file. After you 
have updated the nifi.properties file and restarted NiFi, you are able to use 
custom properties as needed.

> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Andrew Lim
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and Getting Started guides 
> should be updated.



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


[jira] [Commented] (NIFI-2449) Need to document Variable Registry work in 1.0

2016-08-01 Thread Joseph Witt (JIRA)

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

Joseph Witt commented on NIFI-2449:
---

reviewing

> Need to document Variable Registry work in 1.0
> --
>
> Key: NIFI-2449
> URL: https://issues.apache.org/jira/browse/NIFI-2449
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Documentation & Website
>Affects Versions: 1.0.0
>Reporter: Andrew Lim
>Assignee: Joseph Witt
> Fix For: 1.0.0
>
>
> Need to capture work done in NIFI-2208.  Admin and User Guides should be 
> updated.



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