Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/1712
I ran `contrib-check` and all tests and both passed fine. I have minor
comments on the code above but nothing serious.
I loaded a template provided by Bryan which generated flowfiles, merged
them, and wrote them to Parquet format (on local disk using the `core-site.xml`
referenced above), then fetched those files and wrote them out as CSV.
```
hw12203:/Users/alopresto/Workspace/scratch/NIFI-3724 (master) alopresto
ð 1s @ 14:59:53 $ ll
total 24
drwxr-xr-x 6 alopresto staff 204B May 1 14:59 ./
drwxr-xr-x 105 alopresto staff 3.5K May 1 14:45 ../
-rw-r--r--@ 1 alopresto staff 6.0K May 1 14:55 .DS_Store
-rw-r--r-- 1 alopresto staff 129B May 1 14:41 core-site.xml
drwxr-xr-x 2 alopresto staff 68B May 1 14:59 csv/
drwxr-xr-x 2 alopresto staff 68B May 1 14:59 parquet/
hw12203:/Users/alopresto/Workspace/scratch/NIFI-3724 (master) alopresto
ð 9s @ 15:00:03 $ tl
.
âââ [6.0K] .DS_Store
âââ [ 129] core-site.xml
âââ [ 238] csv/
â  âââ [ 54] 257951968574779
â  âââ [3.5M] 257962982705055
â  âââ [ 54] 257981981063720
â  âââ [3.7M] 257986105785832
â  âââ [ 54] 258011981257869
âââ [ 476] parquet/
âââ [ 16] .257951968574779.crc
âââ [6.5K] .257962982705055.crc
âââ [ 16] .257981981063720.crc
âââ [6.6K] .257986105785832.crc
âââ [ 16] .258011981257869.crc
âââ [6.5K] .258013234789061.crc
âââ [ 758] 257951968574779
âââ [829K] 257962982705055
âââ [ 758] 257981981063720
âââ [842K] 257986105785832
âââ [ 758] 258011981257869
âââ [833K] 258013234789061
2 directories, 19 files
hw12203:/Users/alopresto/Workspace/scratch/NIFI-3724 (master) alopresto
ð 86s @ 15:01:30 $ more csv/258011981257869
name,favorite_number,favorite_color
Bryan,693421,blue
```
If the `displayName` comments are fixed, I am +1 and ready to merge. Thanks
Bryan.
One minor issue:
* On template import, the processors which referenced a controller service
were invalid. Configuring each (they showed "Incompatible Controller Service
Configured") by selecting the same option from the list fixed the issue. This
doesn't seem like an issue introduced by any code in this PR, however.
---
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.
---