You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flume.apache.org by "Hotkey Liu (JIRA)" <ji...@apache.org> on 2018/12/13 03:13:00 UTC

[jira] [Commented] (FLUME-2994) flume-taildir-source: support for windows

    [ https://issues.apache.org/jira/browse/FLUME-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719698#comment-16719698 ] 

Hotkey Liu commented on FLUME-2994:
-----------------------------------

[~jkushmaul]  [~denes] [~bessbd] Are you guys still looking for solution of unique id of windows file? Maybe the Windows kernel32 APIs GetFileInformationByHandle/GetFileInformationByHandleEx will work? It has FileIndex field can id the files.  Hope this will help!

> flume-taildir-source: support for windows
> -----------------------------------------
>
>                 Key: FLUME-2994
>                 URL: https://issues.apache.org/jira/browse/FLUME-2994
>             Project: Flume
>          Issue Type: Improvement
>          Components: Sinks+Sources, Windows
>    Affects Versions: 1.7.0
>            Reporter: Jason Kushmaul
>            Assignee: Jason Kushmaul
>            Priority: Trivial
>             Fix For: 1.10.0
>
>         Attachments: FLUME-2994-3.patch, taildir-mac.conf, taildir-win8.1.conf
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> The current implementation of flume-taildir-source does not support windows.
> The only reason for this from what I can see is a simple call to Files.getAttribute(file.toPath(), "unix:ino");
> I've tested an equivalent for windows (which of course does not work on non-windows).  With an OS switch we should be able to identify a file independent of file name on either system.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org
For additional commands, e-mail: issues-help@flume.apache.org