Yeah, you are right.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On March 19, 2014 at 10:51:44 AM, Corey Nolet ([email protected]) wrote:
> I am currently looking to use the camel hdfs component so that I can have
> my camel route output to a sequence file. I dug around the documentation
> but didn't see a good way (or any useful examples) of how to format my
> exchange so that the output would be correclty written to the sequence
> file.
>  
> I dug through the code and found this line:
>  
> Object key = exchange.getIn().getHeader(HdfsHeader.KEY.name());
>  
> I need to manually put put this into the header of my exchanges, right?
>  
> Thanks!
>  

Reply via email to