Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The hdfs component enables you to read and write messages from/to an HDFS file system. HDFS is the distributed file system at the heart of Hadoop.
It can only be built using JDK1.6 or later because this is a strict requirement for Hadoop itself.
This component is hosted at http://github.com/dgreco/camel-hadoopImage Added. We decided to put it temporarily on this github because currently Camel is being built and tested using JDK1.5 and for this reason we couldn't put that component into the Camel official distribution. Hopefully, as soon Camel will allow to use JDK1.6 for building and testing we will put it into the trunk.
This component is developed and tested using the latest Camel snapshot, but it should work seamlessly with the latest Camel GA version (at the time of writing 2.1.0)

URI format

Code Block
hdfs://hostname[:port][/path][?options]

...