Skip to content

Commit

Permalink
Merge pull request #11724 from g-pan/H20172-DaTuQ
Browse files Browse the repository at this point in the history
HPCC-20172 Update Spray fields in Data Tutorial

Reviewed-By: Jim DeFabia <james.defabia@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed Sep 19, 2018
2 parents b1962e4 + c0176a4 commit a845783
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/EN_US/HPCCDataTutorial/DataTutorial.xml
Expand Up @@ -42,21 +42,24 @@
<para></para>
</legalnotice>

<xi:include href="common/Version.xml" xpointer="xpointer(//*[@id='FooterInfo'])"
<xi:include href="common/Version.xml"
xpointer="xpointer(//*[@id='FooterInfo'])"
xmlns:xi="http://www.w3.org/2001/XInclude" />

<!--Release Info makes a running page footer: now an include! -->

<!--The following include statement pulls in the date_ver from version.xml-->

<xi:include href="common/Version.xml" xpointer="xpointer(//*[@id='DateVer'])"
<xi:include href="common/Version.xml"
xpointer="xpointer(//*[@id='DateVer'])"
xmlns:xi="http://www.w3.org/2001/XInclude" />

<corpname>HPCC Systems<superscript>®</superscript></corpname>

<!--corpname never prints-->

<xi:include href="common/Version.xml" xpointer="xpointer(//*[@id='Copyright'])"
<xi:include href="common/Version.xml"
xpointer="xpointer(//*[@id='Copyright'])"
xmlns:xi="http://www.w3.org/2001/XInclude" />

<!--Copyright tag inserts the symbol automatically: Now an Include!-->
Expand Down Expand Up @@ -387,8 +390,8 @@
it to a Thor cluster. A <emphasis>spray</emphasis> or
<emphasis>import</emphasis> is the relocation of a data file from one
location to a Thor cluster. The term spray was adopted due to the
nature of the file movement -- the file is partitioned across all nodes
within a cluster.</para>
nature of the file movement -- the file is partitioned across all
nodes within a cluster.</para>

<para>In this example, the file is on your Landing Zone and is named
<emphasis role="bold">OriginalPerson.</emphasis></para>
Expand Down Expand Up @@ -477,6 +480,11 @@
role="bold">Group</emphasis> drop list.</para>
</listitem>

<listitem>
<para>If there are multiple queues, select one from the
list.</para>
</listitem>

<listitem>
<para>Fill in the <emphasis role="bold">Record Length</emphasis>
(124).</para>
Expand Down Expand Up @@ -829,8 +837,8 @@ COUNT(TutorialYourName.File_OriginalPerson);

<para>For our purposes, it will be easier to have all the names in
all uppercase. This demonstrates one of the steps in the basic
process of preparing data (Extract, Transform, and Load--ETL) using
ECL.</para>
process of preparing data (Extract, Transform, and Load--ETL)
using ECL.</para>
</listitem>

<listitem>
Expand Down

0 comments on commit a845783

Please sign in to comment.