[
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334602#comment-15334602
]
ASF GitHub Bot commented on NIFI-615:
-------------------------------------
Github user jskora commented on the issue:
https://github.com/apache/nifi/pull/252
So, the problems you had with the JPG file are two separate issues.
- The default `BodyContentHandler` passed to the parser can only handle
100,000 bytes, so any file larger than that produces that message and is only
partially parsed. **_I fixed this by adding an optional `Content Buffer Size`
property to allow that to be increased or set to unlimited and related tests._**
- The Tika JPEG parser appears to have a reference error. It references
the class `com.drew.lang.BufferReader` but that does not appear to be in the
Tika package or the version of the Drew Noakes Metadata Extractor package that
Tika references. **_I'm looking into whether updating to a newer Tika will fix
this or if we have dependency conflicts causing the problem._**
> 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)