Hello Geoffry! What is "i" in your code? I assume it's your payload which you send to your Hadoop file system...
And in your code I miss something like: ctx.addRoutes(erb); Instead of: prod.sendBody(i); you should try: prod.sendBody(in, i); Otherwise Camel doesn't know where to send the message... Best, Christian
