You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Matteo Redaelli <ma...@libero.it> on 2013/06/18 12:02:23 UTC

camel-hdfs 2.11.0 & karaf & blueprint

Hi

I'm trying to use camel-hdfs with karaf & blueprint but I get the error
below

But I'm not sure if the problem is karaf/osgi/blueprint or my tcp port
setting.

According to  

 
https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20/src/hdfs/hdfs-default.xml

which is the parameter name/port I have to use for configuring my route

   to uri="hdfs://poisson.mydomain:9000/tmp/twitter" />

? 

013-06-17 17:56:27,079 | ERROR | rint Extender: 2 | BlueprintCamelContext           
| .blueprint.BlueprintCamelContext  130 | 106 -
org.apache.camel.camel-blueprint - 2.11.0 | Error occurred during starting
Camel: CamelContext(twitter-search-xml2hadoop) due Failed to create Producer
for endpoint: Endpoint[hdfs://poisson.mydomain:9000/tmp/]. Reason:
java.io.IOException: No FileSystem for scheme: hdfs
org.apache.camel.FailedToCreateProducerException: Failed to create Producer
for endpoint: Endpoint[hdfs://poisson.mydomain:9000/tmp/twitter]. Reason:
java.io.IOException: No FileSystem for scheme: hdfs
        at
org.apache.camel.impl.ProducerCache.doGetProducer(ProducerCache.java:395)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.impl.ProducerCache.acquireProducer(ProducerCache.java:114)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.impl.ProducerCache.startProducer(ProducerCache.java:145)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.processor.SendProcessor.doStart(SendProcessor.java:175)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:64)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:54)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.util.ServiceHelper.startServices(ServiceHelper.java:75)[89:org.apache.camel.camel-core:2.11.0]
        at
org.apache.camel.processor.DelegateAsyncProcessor.doStart(DelegateAsyncProcessor.java:78)[89:org.apache.camel.camel-core:2.11.0]




--
View this message in context: http://camel.465427.n5.nabble.com/camel-hdfs-2-11-0-karaf-blueprint-tp5734284.html
Sent from the Camel - Users mailing list archive at Nabble.com.