You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2019/07/03 17:42:44 UTC

[impala] 04/05: [DOCS] A format fix in impala_txtfile

This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 98459244954e5b5e34427efea10c5770c2bf70e7
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed Jul 3 10:06:55 2019 -0700

    [DOCS] A format fix in impala_txtfile
    
    Change-Id: I63c2d4dfb4985bc2560fb559bee3f4987d415405
    Reviewed-on: http://gerrit.cloudera.org:8080/13797
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_txtfile.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/topics/impala_txtfile.xml b/docs/topics/impala_txtfile.xml
index 8be36bf..ecf11bb 100644
--- a/docs/topics/impala_txtfile.xml
+++ b/docs/topics/impala_txtfile.xml
@@ -302,9 +302,8 @@ create table pipe_separated(id int, s string, n int, t timestamp, b boolean)
             options <codeph>--null-non-string</codeph> and
               <codeph>--null-string</codeph> to ensure all <codeph>NULL</codeph>
             values are represented correctly in the Sqoop output files.
-              <codeph>\N</codeph> needs to be escaped as in the below example: </p>
-          <p><codeph>--null-string '\\N' <codeph>--null-non-string
-                '\\N'</codeph></codeph>
+              <codeph>\N</codeph> needs to be escaped as in the below example:
+            <codeblock>--null-string '\\N' --null-non-string '\\N'</codeblock>
           </p>
         </li>
         <li>