[
https://issues.apache.org/jira/browse/NIFI-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410446#comment-15410446
]
ASF GitHub Bot commented on NIFI-2470:
--------------------------------------
GitHub user kirkalicious reopened a pull request:
https://github.com/apache/nifi/pull/802
NIFI-2470
Fixed WritesAttributes section to include all attributes with the
correct attribute names and descriptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kirkalicious/nifi NIFI-2470
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/802.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 #802
----
commit acd5bd532be63d01bb94972ac1fa417d8fe44311
Author: Kirk Tarou <[email protected]>
Date: 2016-08-06T01:16:23Z
NIFI-2470
Fixed WritesAttributes section to include all attributes with the
correct attribute names and descriptions
----
> WritesAttributes annotations in ListFile are incorrect
> ------------------------------------------------------
>
> Key: NIFI-2470
> URL: https://issues.apache.org/jira/browse/NIFI-2470
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.7.0
> Reporter: Kirk Tarou
> Priority: Minor
> Labels: beginner, beginners, documentation, easyfix
> Attachments: ListFileAttributes.png, ListFileUsage.png
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The WritesAttributes annotations section has a variety of problems that need
> to be cleaned up. Otherwise, 'Usage' documentation will be incorrect.
> # Some of the WritesAttributes annotations don't match the actual attribute
> names:
> #* fs.owner -> file.owner
> #* fs.group -> file.group
> #* fs.lastModified -> file.lastModifiedTime
> #* fs.length -> file.length
> #* fs.permissions -> file.permissions
> # missing:
> #* file.creationTime
> #* file.lastAccessTime
> # Incorrect description
> #* file.lastModifiedTime is a formatted date/time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)