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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new c6eeab08f [hotfix] [doc] fix beeline instructions for use (#1854)
c6eeab08f is described below

commit c6eeab08fc351b657efa6ec0a164ed520117994c
Author: HZY <[email protected]>
AuthorDate: Mon Aug 21 15:52:15 2023 +0800

    [hotfix] [doc] fix beeline instructions for use (#1854)
---
 docs/content/engines/hive.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/engines/hive.md b/docs/content/engines/hive.md
index 25e616dd2..16866e06e 100644
--- a/docs/content/engines/hive.md
+++ b/docs/content/engines/hive.md
@@ -35,7 +35,7 @@ Paimon currently supports Hive 3.1, 2.3, 2.2, 2.1 and 
2.1-cdh-6.3.
 ## Execution Engine
 
 Paimon currently supports MR and Tez execution engine for Hive Read, and MR 
execution engine for Hive Write. 
-Note beeline also does not support hive write.
+Note If you use beeline, please restart the hive cluster.
 
 ## Installation
 
@@ -161,7 +161,7 @@ OK
 */
 
 -- Insert records into test table
--- Note beeline and tez engine do not support hive write, only the hive engine 
is supported.
+-- Note tez engine does not support hive write, only the hive engine is 
supported.
 
 INSERT INTO test_table VALUES (3, 'Paimon');
 

Reply via email to