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

ASF GitHub Bot commented on FLINK-1081:
---------------------------------------

Github user chiwanpark commented on a diff in the pull request:

    https://github.com/apache/incubator-flink/pull/226#discussion_r21038272
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/fs/s3/S3DataInputStream.java
 ---
    @@ -127,4 +127,9 @@ public void seek(final long desired) throws IOException 
{
     
                this.inputStream.skip(desired);
        }
    +
    +   @Override
    --- End diff --
    
    I found org.apache.flink.api.avro.FSDataInputStreamWrapper in flink-avro 
package. I think that moving FSDataInputStreamWrapper to flink-core (under 
org.apache.flink.core.fs) and using it is more nice.


> Add HDFS file-stream source for streaming
> -----------------------------------------
>
>                 Key: FLINK-1081
>                 URL: https://issues.apache.org/jira/browse/FLINK-1081
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 0.7.0-incubating
>            Reporter: Gyula Fora
>            Assignee: Chiwan Park
>              Labels: starter
>
> Add data stream source that will monitor a slected directory on HDFS (or 
> other filesystems as well) and will process all new files created.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to