[
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344201#comment-15344201
]
ASF GitHub Bot commented on NIFI-615:
-------------------------------------
Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/556#discussion_r68041768
--- Diff:
nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/src/test/java/org/apache/nifi/processors/image/ExtractImageMetadataTest.java
---
@@ -37,7 +37,7 @@
private static String BMP_HEADER = "BMP Header.";
private static String JPEG_HEADER = "JPEG.";
private static String GIF_HEADER = "GIF Header.";
- private static String PNG_HEADER = "PNG.";
+ private static String PNG_HEADER = "PNG-";
--- End diff --
When composing Nar's people often think about how various processors do
similar things and make sense as a bundle of like things from a user
perspective. However, they're really only about classloader isolation and so
the thinking should be more purely about their dependencies and if they
can/should co-exist nicely. This case sounds like this to me where we're
thinking intuitively that these processors should be bundled because they do
similar (media processing) things and then we're trying to wrangle their
dependencies.
This is just a food for thought comment. I'm not suggesting we have to
change this one. It may be correct as is.
For this specific case, could we perhaps bridge the header/attribute used
so that it will map from the new name to the old name?
> Create a processor to extract WAV file characteristics
> ------------------------------------------------------
>
> Key: NIFI-615
> URL: https://issues.apache.org/jira/browse/NIFI-615
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Brandon DeVries
> Assignee: Joe Skora
> Priority: Minor
> Fix For: 1.0.0, 0.7.0
>
>
> Create a processor to extract information from a WAV file, including
> encoding, bit rate, metadata, etc...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)