On Thu, Jun 19, 2014 at 7:11 AM, Chirag Dewan <chirag.dewa...@yahoo.in> wrote:
> Hi All,
>
> I have a route with direct as following :
>
> from("direct:abc").to("hdfs2:xxxxx?splitStrategy=MESSAGE");
>
> I use the route write files in HDFS. I use the producer template to send a 
> OutputStream to direct:
>
> producerTemplate,sendBody("direct:abc",OutputStream);
>
> Now HDFS producer creates an .opened file first and renames it upon writing 
> the file.
>
>
> So,I will only get the callback from direct,once the file is written and 
> renamed. Is this correct?
>

Yes

>
> Somehow my route has finished but .opene files is still in the HDFS 
> directory,which in turn is polled by a HDFS consumer who fail to poll the 
> .opened file.
>

I suspect either the hdfs write failed or something, leaving the
.opened file orphaned.

And the consumer ought not to poll the .opened file. I would have
assumed the consumer skips these kind of files.

What version of Camel do you use?


>
> BR,
>
> Chirag



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to