SHL-23 - Create docbook based reference guide

This commit is contained in:
Mark Pollack
2012-07-17 17:50:14 -04:00
parent cf2296421b
commit eedbec77dc
11 changed files with 312 additions and 28 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xml:id="simple-application" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:ns5="http://www.w3.org/1998/Math/MathML"
xmlns:ns4="http://www.w3.org/1999/xhtml"
xmlns:ns3="http://www.w3.org/2000/svg"
xmlns:ns="http://docbook.org/ns/docbook">
<title>Simple sample application using the Spring Shell</title>
<section id="shell:simple-application">
<title>Introduction</title>
This sample demonstrates how to execute a MapReduce application and a script that interacts with HDFS inside a Spring based application. It does not use spring Batch or Spring Integration.
<para>The example code is located in the distribution directory
<literal>&lt;spring-hadoop-install-dir&gt;/samples/wordcount</literal>.</para>
</section>
</chapter>