Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling. #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These solutions can be used directly or as example code. Both KijiMR and the Kij
included with distributions of Kiji BentoBox.

In the sections of this guide that follow, the core job types will be explained in greater detail.
Motiviation, example code snippets, and (where appropriate) a description of reference
Motivation, example code snippets, and (where appropriate) a description of reference
implementations in the KijiMR Library will be given for each. This guide also contains an in-depth
description of how to use _KeyValueStores_ to expose side-data stored in HDFS and Kiji through a
consistent interface to your MapReduce jobs. Finally, this guide contains a description of the
Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.0-rc4/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<div class="pagination">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.0-rc5/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.0-rc6/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.0/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.1/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down
2 changes: 1 addition & 1 deletion userguides/mapreduce/1.0.2/kiji-mr-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h1>What is KijiMR?</h1>

<p>The KijiMR Library provides a growing repository of implemented solutions to many common use-cases. These solutions can be used directly or as example code. Both KijiMR and the KijiMR Library are included with distributions of Kiji BentoBox.</p>

<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motiviation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>
<p>In the sections of this guide that follow, the core job types will be explained in greater detail. Motivation, example code snippets, and (where appropriate) a description of reference implementations in the KijiMR Library will be given for each. This guide also contains an in-depth description of how to use <em>KeyValueStores</em> to expose side-data stored in HDFS and Kiji through a consistent interface to your MapReduce jobs. Finally, this guide contains a description of the command line tools included with KijiMR and facilities that make it easier to test KijiMR application code.</p>

<h2 id='using_kijimr_in_your_project'>Using KijiMR in Your Project</h2>

Expand Down