[
https://issues.apache.org/jira/browse/BEAM-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032842#comment-16032842
]
Tim Allison commented on BEAM-2328:
-----------------------------------
I've only taken a quick look at the patch. Looks great to me! The one
modification I'd make before committing is to use {{TikaInputStream.get(File
f)}}. Some parsers require (or benefit greatly from) random access via a file.
If you pass in a {{Path}} or a {{File}}, Tika won't have to respool to disk;
it will use the actual File/Path.
> Introduce Apache Tika Input component
> -------------------------------------
>
> Key: BEAM-2328
> URL: https://issues.apache.org/jira/browse/BEAM-2328
> Project: Beam
> Issue Type: New Feature
> Components: sdk-ideas, sdk-java-extensions
> Reporter: Sergey Beryozkin
> Assignee: Sergey Beryozkin
> Fix For: 2.1.0
>
>
> Apache Tika is a popular project that offers an extensive support for parsing
> the variety of file formats. It is used in many projects including Lucene and
> Elastic Search.
> Supporting a Tika Input (Read) at the Beam level would be of major interest
> to many users.
> PR is to follow
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)