You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/05/25 13:55:43 UTC

[incubator-paimon] branch master updated: [doc] Remind users that beeline does not support hive write (#1236)

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 c7caf2eb7 [doc] Remind users that beeline does not support hive write (#1236)
c7caf2eb7 is described below

commit c7caf2eb797972a46ce7ae929c8364a6342ffb5e
Author: HZY <48...@users.noreply.github.com>
AuthorDate: Thu May 25 21:55:37 2023 +0800

    [doc] Remind users that beeline does not support hive write (#1236)
---
 docs/content/engines/hive.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/content/engines/hive.md b/docs/content/engines/hive.md
index 9687a9dfc..04275e8c8 100644
--- a/docs/content/engines/hive.md
+++ b/docs/content/engines/hive.md
@@ -35,6 +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.
 
 ## Installation
 
@@ -159,6 +160,7 @@ OK
 */
 
 -- Insert records into test table
+-- Note beeline and tez engine do not support hive write, only the hive engine is supported.
 
 INSERT INTO test_table VALUES (3, 'Paimon');