You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/26 18:36:00 UTC

[jira] [Work logged] (CAMEL-14076) camel-hdfs - Make the HdfsProducer compatible with RemoteFileConsumer (from(hdfs) -> to(sftp))

     [ https://issues.apache.org/jira/browse/CAMEL-14076?focusedWorklogId=334559&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-334559 ]

ASF GitHub Bot logged work on CAMEL-14076:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Oct/19 18:35
            Start Date: 26/Oct/19 18:35
    Worklog Time Spent: 10m 
      Work Description: marius-cornescu commented on pull request #3285: CAMEL-14076 - camel-hdfs - Make the HdfsProducer compatible with RemoteFileConsumer (from(hdfs) -> to(sftp))
URL: https://github.com/apache/camel/pull/3285
 
 
   - Added the streamDownload option
   - a lot of refactoring to make unit testing possible, and make sure refactoring will not break current functionality.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 334559)
    Remaining Estimate: 0h
            Time Spent: 10m

> camel-hdfs - Make the HdfsProducer compatible with RemoteFileConsumer (from(hdfs) -> to(sftp))
> ----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-14076
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14076
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-hdfs
>            Reporter: Marius Cornescu
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>   Users should be able to consume files from hadoop, and publish them to other destinations like sftp/ftp/...
>   The *RemoteFileComponent*s look to me like the golden standard, so it would be nice to be able to make this component compatible with them.
>   Currently, we have to set the *chunkSize* to a large enough number, so that only one message is produced, or do some aggregation after the consumer.
>  
>   This work should lay the ground for adding a *streamDownload* parameter for the consumer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)