August 2014
Beginner to intermediate
260 pages
5h 31m
English
With Hadoop running, we are ready to start utilizing the resources from Apache Karaf.
The ingredients of this recipe include the Apache Karaf distribution kit, access to JDK, and Internet connectivity. We also assume that an Apache Hadoop distribution is downloaded and installed. It can be downloaded from http://hadoop.apache.org/#Download.
Hadoop's HDFS libraries aren't part of the standard Karaf feature library; so, we either have to write our own feature or manually install the necessary bundles for the client to run. Apache Camel does have this feature available via Camels HDFS2 component. We can either use Camel's existing feature or build the feature ourselves.
With ...