You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bo...@apache.org on 2019/07/05 08:57:52 UTC

[impala] 02/04: [DOCS] A typo fix in impala_metadata

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

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

commit d5ea0d60678655a633ee99eab35970a88ceee697
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed Jul 3 13:25:37 2019 -0700

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

diff --git a/docs/topics/impala_metadata.xml b/docs/topics/impala_metadata.xml
index 98cb6fd..9e6e1ee 100644
--- a/docs/topics/impala_metadata.xml
+++ b/docs/topics/impala_metadata.xml
@@ -213,8 +213,8 @@ under the License.
         </li>
 
         <li>
-          The Spark APIs that saves data to a specified location does not generate events in
-          HMS, thus is not supported. For example:
+          The Spark API that saves data to a specified location does not generate events in HMS,
+          thus is not supported. For example:
 <codeblock>Seq((1, 2)).toDF("i", "j").write.save("/user/hive/warehouse/spark_etl.db/customers/date=01012019")</codeblock>
         </li>
       </ul>