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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4575ddf  Remove documentation, should read paimon website
4575ddf is described below

commit 4575ddfc1a67bb1c903cc9500447d1063fa67d2d
Author: Jingsong Lee <[email protected]>
AuthorDate: Thu Apr 20 19:33:57 2023 +0800

    Remove documentation, should read paimon website
---
 README.md | 72 +--------------------------------------------------------------
 1 file changed, 1 insertion(+), 71 deletions(-)

diff --git a/README.md b/README.md
index e2f6b23..d28cacd 100644
--- a/README.md
+++ b/README.md
@@ -2,76 +2,6 @@
 
 This repository is Presto Connector for the [Apache 
Paimon](https://paimon.apache.org/) project.
 
-## Version
-
-Paimon currently supports Presto 0.236 and above.
-
-## Preparing Paimon Jar File
-
-{{< stable >}}
-
-Download the jar file with corresponding version.
-
-|     Version      | Jar                                                       
                                                                                
                                                                     |
-|------------------|-------------------------------------------------------------------------|
-| [0.236,0.268)    | [paimon-presto-0.236-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-presto-0.236-{{< version >}}.jar) |
-| [0.268,0.273)    | [paimon-presto-0.268-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-presto-0.268-{{< version >}}.jar) |
-| [0.273,0.279]    | [paimon-presto-0.273-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/paimon-{{< version 
>}}/paimon-presto-0.273-{{< version >}}.jar) |
-
-{{< /stable >}}
-
-{{< unstable >}}
-
-|     Version      | Jar                                                       
                                                                                
                                                                     |
-|------------------|-------------------------------------------------------------------------|
-| [0.236,0.268)    | [paimon-presto-0.236-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-presto-0.236/{{<
 version >}}/) |
-| [0.268,0.273)    | [paimon-presto-0.268-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-presto-0.268/{{<
 version >}}/) |
-| [0.273,0.279]    | [paimon-presto-0.273-{{< version 
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-presto-0.273/{{<
 version >}}/) |
-
-{{< /unstable >}}
-
-You can also manually build bundled jar from the source code.
-
-To build from source code, [clone the git repository]({{< github_repo >}}).
-
-Build bundled jar with the following command.
-
-```
-mvn clean install -DskipTests
-```
-
-You can find Presto connector jar in 
`./paimon-presto/paimon-presto-<presto-version>/target/paimon-presto-*.jar`.
-
-Then, copy `paimon-presto-*.jar and flink-shaded-hadoop-*-uber-*.jar` to 
plugin/paimon.
-
-## Configure Paimon Catalog
-
-Catalogs are registered by creating a catalog properties file in the 
etc/catalog directory. For example, create etc/catalog/paimon.properties with 
the following contents to mount the paimon connector as the paimon catalog:
-
-```
-connector.name=paimon
-warehouse=file:/tmp/warehouse
-```
-
-If you are using HDFS, choose one of the following ways to configure your HDFS:
-
-- set environment variable HADOOP_HOME.
-- set environment variable HADOOP_CONF_DIR.
-- configure fs.hdfs.hadoopconf in the properties.
-
-You can configure kerberos keytag file when using KERBEROS authentication in 
the properties.
-
-```
-security.kerberos.login.principal=hadoop-user
-security.kerberos.login.keytab=/etc/presto/hdfs.keytab
-```
-
-## Query
-
-```
-SELECT * FROM paimon.default.MyTable
-```
-
 ## About
 
-Apache Paimon is an open source project of [The Apache Software 
Foundation](https://apache.org/) (ASF).
\ No newline at end of file
+Apache Paimon is an open source project of [The Apache Software 
Foundation](https://apache.org/) (ASF).

Reply via email to