You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2011/08/06 19:00:27 UTC

[jira] [Resolved] (FLUME-148) text source and tail source are incompatible with unix named pipes

     [ https://issues.apache.org/jira/browse/FLUME-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hsieh resolved FLUME-148.
----------------------------------

    Resolution: Won't Fix

For now we suggest using unix native tail via exec("tail") which can work with named pipes

> text source and tail source are incompatible with unix named pipes
> ------------------------------------------------------------------
>
>                 Key: FLUME-148
>                 URL: https://issues.apache.org/jira/browse/FLUME-148
>             Project: Flume
>          Issue Type: Bug
>          Components: Sinks+Sources
>    Affects Versions: v0.9.0, v0.9.1
>            Reporter: Jonathan Hsieh
>
> In an experiment using named pipes, we found that flume's tail and text sources cannot handle named pipes.  This is because internally these two sources use RandomAccessFiles which use seek commands instead of bytewise streaming reads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira