SHL-23 - Create docbook based reference guide
This commit is contained in:
19
docs/src/reference/docbook/samples/simple-application.xml
Normal file
19
docs/src/reference/docbook/samples/simple-application.xml
Normal 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><spring-hadoop-install-dir>/samples/wordcount</literal>.</para>
|
||||
</section>
|
||||
</chapter>
|
||||
Reference in New Issue
Block a user