You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/10/31 22:13:45 UTC

[35/50] incubator-hawq-docs git commit: limit use of Note callout to important info

limit use of Note callout to important info


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/f4abf37a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/f4abf37a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/f4abf37a

Branch: refs/heads/tutorial-proto
Commit: f4abf37a25103134a2a2763151c709ab13f071f5
Parents: fb305d2
Author: Lisa Owen <lo...@pivotal.io>
Authored: Wed Oct 26 09:57:00 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Wed Oct 26 09:57:00 2016 -0700

----------------------------------------------------------------------
 pxf/HDFSFileDataPXF.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/f4abf37a/pxf/HDFSFileDataPXF.html.md.erb
----------------------------------------------------------------------
diff --git a/pxf/HDFSFileDataPXF.html.md.erb b/pxf/HDFSFileDataPXF.html.md.erb
index 307ff34..12b25c4 100644
--- a/pxf/HDFSFileDataPXF.html.md.erb
+++ b/pxf/HDFSFileDataPXF.html.md.erb
@@ -119,7 +119,7 @@ Bangalore,May,317,8936.99
 Beijing,Jul,411,11600.67' >> pxf_hdfs_simple.txt
     ```
 
-    Notice the use of the comma `,` to separate the four data fields.
+    Note the use of the comma `,` to separate the four data fields.
 
 4. Add the data file to HDFS:
 
@@ -161,7 +161,7 @@ Beijing,Jul,411,11600.67' >> pxf_hdfs_simple.txt
     gpadmin=# SELECT * FROM pxf_hdfs_textsimple_csv;          
     ```
 
-    Notice: When specifying `FORMAT 'CSV'` for a comma-separated value file, no `delimiter` formatter option is required, as comma is the default.
+    When specifying `FORMAT 'CSV'` for a comma-separated value file, no `delimiter` formatter option is required, as comma is the default.
 
 ## <a id="profile_hdfstextmulti"></a>HdfsTextMulti Profile