code, I can verify that it seems that when
> process is called, the variable
>
> HdfsOutputStream ostream is not set. I do not know the internals of
> camel, but it seems that this component does not get the doStart()
> called prior to the process method. And it seems thats how it should
On Mon, Mar 22, 2010 at 7:00 PM, Vinicius Carvalho
wrote:
> Thanks Claus. I was just hoping someone from the camel-hadoop would be
> around this list :)
>
> The HDFSProducer do extend DefaultProducer, but I was debugging the
> code, and the doStart is not invoked. Any reason for this?
>
No it oug
Thanks Claus. I was just hoping someone from the camel-hadoop would be
around this list :)
The HDFSProducer do extend DefaultProducer, but I was debugging the
code, and the doStart is not invoked. Any reason for this?
Regards
On Mon, Mar 22, 2010 at 2:40 PM, Claus Ibsen wrote:
> Hi
>
> Camel Ha
Hi
Camel Hadoop is hosted outside Apache and thus not officially
supported by Apache etc.
I think you gotta dig into it yourself to see the issue.
Normally doStart should be invoked on a Producer/Consumer if it
extends the DefaultProducer/DefaultConsumer etc.
And I am sure patches etc is welcome
Hello there! I'm trying the Camel Hadoop integration (using
camel-2.3-Snapshot), and using this producer:
@Produce(uri="hdfs://localhost/temp/tweets?splitStrategy=BYTES:20")
protected TweeterProducer producer;
The problem is that I get a NPE:
Exception in thread "Twitter Stream Handl