Author: jamestaylor
Date: Tue Dec  6 20:56:52 2016
New Revision: 1772956

URL: http://svn.apache.org/viewvc?rev=1772956&view=rev
Log:
Update title of bulk loading page

Modified:
    phoenix/site/publish/bulk_dataload.html
    phoenix/site/source/src/site/markdown/bulk_dataload.md

Modified: phoenix/site/publish/bulk_dataload.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/bulk_dataload.html?rev=1772956&r1=1772955&r2=1772956&view=diff
==============================================================================
--- phoenix/site/publish/bulk_dataload.html (original)
+++ phoenix/site/publish/bulk_dataload.html Tue Dec  6 20:56:52 2016
@@ -8,7 +8,7 @@
 
        <head>
                <meta charset="UTF-8" />
-               <title>Bulk CSV Data Loading | Apache Phoenix</title>
+               <title>Bulk Data Loading | Apache Phoenix</title>
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
                <meta name="description" content="" />
                <meta http-equiv="content-language" content="en" />
@@ -154,12 +154,12 @@
                <div class="span12">
                        <div class="body-content">
 <div class="page-header">
- <h1>Bulk CSV Data Loading</h1>
+ <h1>Bulk Data Loading</h1>
 </div> 
 <p>Phoenix provides two methods for bulk loading data into Phoenix tables:</p> 
 <ul> 
- <li>Single-threaded client loading tool for CSV via the <a 
href="download.html#Loading-Data">psql</a> command</li> 
- <li>MapReduce-based bulk load tool for CSV and JSON.</li> 
+ <li>Single-threaded client loading tool for CSV formatted data via the <a 
href="download.html#Loading-Data">psql</a> command</li> 
+ <li>MapReduce-based bulk load tool for CSV and JSON formatted data</li> 
 </ul> 
 <p>The psql tool is typically appropriate for tens of megabytes, while the 
MapReduce-based loader is typically better for larger load volumes.</p> 
 <p>Use of both loaders is described below.</p> 

Modified: phoenix/site/source/src/site/markdown/bulk_dataload.md
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/bulk_dataload.md?rev=1772956&r1=1772955&r2=1772956&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/bulk_dataload.md (original)
+++ phoenix/site/source/src/site/markdown/bulk_dataload.md Tue Dec  6 20:56:52 
2016
@@ -1,9 +1,9 @@
-# Bulk CSV Data Loading
+# Bulk Data Loading
 
 Phoenix provides two methods for bulk loading data into Phoenix tables:
 
-* Single-threaded client loading tool for CSV via the 
[psql](download.html#Loading-Data) command
-* MapReduce-based bulk load tool for CSV and JSON.
+* Single-threaded client loading tool for CSV formatted data via the 
[psql](download.html#Loading-Data) command
+* MapReduce-based bulk load tool for CSV and JSON formatted data
 
 The psql tool is typically appropriate for tens of megabytes, while the 
MapReduce-based loader is typically better for larger load volumes.
 


Reply via email to