Re: HDFS2 Component and NORMAL_FILE type

2015-03-24 Thread Sergey Zhemzhitsky
sends message per data chunk Interesting... and a little bit confusing... Looked through the source code and it seems that what the component is really intended to do is to send the message on the per record basis, but not on the per chunk basis. In case of per record basis - the simplest way

Re: HDFS2 Component and NORMAL_FILE type

2015-03-24 Thread Josef Ludvíček
Hi, related to hdfs2 and normal file, you might find, that camel sends message per data chunk, NOT message per file (which I would expect). They probably don't intent to change it. It was reported as bug https://issues.apache.org/jira/browse/CAMEL-8040 (won't fix) and as doc enhancment

Re: HDFS2 Component and NORMAL_FILE type

2015-03-24 Thread Josef Ludvíček
Hi, related to hdfs2 and normal file, you might find, that camel sends message per data chunk, NOT message per file (which I would expect). They probably don't intent to change it. It was reported as bug https://issues.apache.org/jira/browse/CAMEL-8040 (won't fix) and as doc enhancment

Re: HDFS2 Component and NORMAL_FILE type

2015-03-24 Thread Sergey Zhemzhitsky
Hello, Really interesting question. The answer is this jira issue: https://issues.apache.org/jira/browse/CAMEL-4555 and this diff: http://mail-archives.apache.org/mod_mbox/camel-commits/201110.mbox/%3c20111022140442.94f362388...@eris.apache.org%3E It would be really great if 1. the component