[ https://issues.apache.org/activemq/browse/CAMEL-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56691#action_56691 ]
Willem Jiang edited comment on CAMEL-2197 at 12/30/09 1:57 AM: --------------------------------------------------------------- Hi David, Although Hadoop doesn't use maven to build, but it publish the snapshot jars into the maven repository [HADOOP-5107|http://issues.apache.org/jira/browse/HADOOP-5107]. And you can find the hadoop-core module with this dependency. {code} <dependency> <groupId>org.apache.mahout.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>0.20.1</version> </dependency> {code} was (Author: njiang): Hi David, Although Hadoop doesn't use maven to build, but it publish the jars into the maven repository [HADOOP-5107|http://issues.apache.org/jira/browse/HADOOP-5107]. And you can find the hadoop-core module with this dependency. {code} <dependency> <groupId>org.apache.mahout.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>0.20.1</version> </dependency> {code} > A Camel component for writing into an Hadoop filesystem > ------------------------------------------------------- > > Key: CAMEL-2197 > URL: https://issues.apache.org/activemq/browse/CAMEL-2197 > Project: Apache Camel > Issue Type: New Feature > Affects Versions: 2.1.0 > Reporter: David Greco > Fix For: 2.3.0 > > Attachments: patchfile.txt, patchfile.txt.zip > > > This component (in attachment) provides support for writing data into an > Hadoop filesystem. > You can give a look to the following blog post showing some info about its > usage: > http://www.davidgreco.it/MySite/Blog/Entries/2009/11/17_When_a_Camel_encounters_an_Elephant.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.