You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "ai-smalleryu (via GitHub)" <gi...@apache.org> on 2023/03/23 12:47:25 UTC

[GitHub] [incubator-paimon] ai-smalleryu opened a new pull request, #700: [doc] Provide jar download url in documentation project directory

ai-smalleryu opened a new pull request, #700:
URL: https://github.com/apache/incubator-paimon/pull/700

   [doc] Provide jar download url in documentation #632 
   > Now we have already published to snapshot jar to nexus repository.
   We can just provide download in documentation, user don't need to build by themselve.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi commented on a diff in pull request #700: [doc] Provide jar download url in documentation project directory

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on code in PR #700:
URL: https://github.com/apache/incubator-paimon/pull/700#discussion_r1147046332


##########
docs/content/filesystems/overview.md:
##########
@@ -41,3 +41,5 @@ FileSystem pluggable jars for user to query tables from Spark/Hive side.
 | HDFS              | hdfs://          | N         | Built-in Support, ensure that the cluster is in the hadoop environment |
 | Aliyun OSS        | oss://           | Y         |  |
 | S3                | s3://            | Y         |  |
+
+[download link]({{< ref "project/download#changelog-producers" >}})

Review Comment:
   Download Link



##########
docs/content/engines/overview.md:
##########
@@ -39,3 +39,5 @@ Apache Spark and Apache Hive.
 | Spark     | 3.3/3.2/3.1 | batch read, batch write, create/drop table, create/drop database | Projection, Filter |
 | Spark     | 2.4 | batch read | Projection, Filter |
 | Trino     | 388/358 | batch read | Projection, Filter |
+
+[download link]({{< ref "project/download#changelog-producers" >}})

Review Comment:
   Download Link



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page

Review Comment:
   `# Download`



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page
+
+This documentation is a guide for using Paimon in Flink.
+{{< unstable >}}
+# Engines Snapshots Jar
+-------------------
+**The snapshot version is not recommended for production use**
+download link [paimon snapshots jar](https://repository.apache.org/content/repositories/snapshots/org/apache/paimon/)
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Flink 1.16 | [paimon-flink-1.16-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.16/{{< version >}}/) |
+| Flink 1.15 | [paimon-flink-1.15-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.15/{{< version >}}/) |
+| Flink 1.14 | [paimon-flink-1.14-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.14/{{< version >}}/) |
+| Spark 2| [paimon-spark-2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-2/{{< version >}}/) |
+| Spark 3.3 | [paimon-spark-3.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.3/{{< version >}}/) |
+| Spark 3.2 | [paimon-spark-3.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.2/{{< version >}}/) |
+| Spark 3.1 | [paimon-spark-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.1/{{< version >}}/) |
+| Hive 3.1 | [paimon-hive-connector-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-3.1/{{< version >}}/) |
+| Hive 2.3 | [paimon-hive-connector-2.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.3/{{< version >}}/) |
+| Hive 2.2 | [paimon-hive-connector-2.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.2/{{< version >}}/) |
+| Hive 2.1 | [paimon-hive-connector-2.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1/{{< version >}}/) |
+| Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1-cdh-6.3/{{< version >}}/) |
+| Hive Catalog | [paimon-hive-catalog-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-catalog/{{< version >}}/) |
+
+# Filesystems Snapshots Jar
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| paimon-oss | [paimon-oss-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-oss/{{< version >}}/) |
+| paimon-s3 | [paimon-s3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-s3/{{< version >}}/) |
+
+{{< /unstable >}}
+
+{{< stable >}}
+# Engine Version Jar
+-------------------
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Flink 1.16 | [paimon-flink-1.16-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-flink-1.16/{{< version >}}/paimon-flink-1.16-{{< version >}}.jar) |
+| Flink 1.15 | [paimon-flink-1.15-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-flink-1.15/{{< version >}}/paimon-flink-1.15-{{< version >}}.jar) |
+| Flink 1.14 | [paimon-flink-1.14-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-flink-1.14/{{< version >}}/paimon-flink-1.14-{{< version >}}.jar) |
+| Spark 2| [paimon-spark-2-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-spark-2/{{< version >}}/paimon-spark-2-{{< version >}}.jar) |
+| Spark 3.3 | [paimon-spark-3.3-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-spark-3.3/{{< version >}}/paimon-spark-3.3-{{< version >}}.jar) |
+| Spark 3.2 | [paimon-spark-3.2-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-spark-3.2/{{< version >}}/paimon-spark-3.2-{{< version >}}.jar) |
+| Spark 3.1 | [paimon-spark-3.1-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-spark-3.1/{{< version >}}/paimon-spark-3.1-{{< version >}}.jar) |
+| Hive 3.1 | [paimon-hive-connector-3.1-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-connector-3.1/{{< version >}}/paimon-hive-connector-3.1-{{< version >}}.jar) |
+| Hive 2.3 | [paimon-hive-connector-2.3-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-connector-2.3/{{< version >}}/paimon-hive-connector-2.3-{{< version >}}.jar) |
+| Hive 2.2 | [paimon-hive-connector-2.2-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-connector-2.2/{{< version >}}/paimon-hive-connector-2.2-{{< version >}}.jar) |
+| Hive 2.1 | [paimon-hive-connector-2.1-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-connector-2.1/{{< version >}}/paimon-hive-connector-2.1-{{< version >}}.jar) |
+| Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-connector-2.1-cdh-6.3/{{< version >}}/paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar) |
+| Hive Catalog | [paimon-hive-catalog-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hive-catalog/{{< version >}}/paimon-hive-catalog-{{< version >}}.jar) |
+
+# Filesystems Version Jar

Review Comment:
   `## Filesystem Jars`



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page
+
+This documentation is a guide for using Paimon in Flink.
+{{< unstable >}}
+# Engines Snapshots Jar
+-------------------
+**The snapshot version is not recommended for production use**
+download link [paimon snapshots jar](https://repository.apache.org/content/repositories/snapshots/org/apache/paimon/)
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Flink 1.16 | [paimon-flink-1.16-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.16/{{< version >}}/) |
+| Flink 1.15 | [paimon-flink-1.15-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.15/{{< version >}}/) |
+| Flink 1.14 | [paimon-flink-1.14-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.14/{{< version >}}/) |
+| Spark 2| [paimon-spark-2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-2/{{< version >}}/) |
+| Spark 3.3 | [paimon-spark-3.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.3/{{< version >}}/) |
+| Spark 3.2 | [paimon-spark-3.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.2/{{< version >}}/) |
+| Spark 3.1 | [paimon-spark-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.1/{{< version >}}/) |
+| Hive 3.1 | [paimon-hive-connector-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-3.1/{{< version >}}/) |
+| Hive 2.3 | [paimon-hive-connector-2.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.3/{{< version >}}/) |
+| Hive 2.2 | [paimon-hive-connector-2.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.2/{{< version >}}/) |
+| Hive 2.1 | [paimon-hive-connector-2.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1/{{< version >}}/) |
+| Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1-cdh-6.3/{{< version >}}/) |
+| Hive Catalog | [paimon-hive-catalog-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-catalog/{{< version >}}/) |
+
+# Filesystems Snapshots Jar
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| paimon-oss | [paimon-oss-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-oss/{{< version >}}/) |
+| paimon-s3 | [paimon-s3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-s3/{{< version >}}/) |
+
+{{< /unstable >}}
+
+{{< stable >}}
+# Engine Version Jar

Review Comment:
   `## Engine Jars`



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page
+
+This documentation is a guide for using Paimon in Flink.

Review Comment:
   This documentation is a guide for downloading Paimon Jars.
   



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page
+
+This documentation is a guide for using Paimon in Flink.
+{{< unstable >}}
+# Engines Snapshots Jar

Review Comment:
   `## Engine Jars`



##########
docs/content/project/download.md:
##########
@@ -0,0 +1,87 @@
+---
+title: "Download"
+weight: 100
+type: docs
+aliases:
+- /project/download.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Paimon Engines Download page
+
+This documentation is a guide for using Paimon in Flink.
+{{< unstable >}}
+# Engines Snapshots Jar
+-------------------
+**The snapshot version is not recommended for production use**
+download link [paimon snapshots jar](https://repository.apache.org/content/repositories/snapshots/org/apache/paimon/)
+| Version | Jar                                                                                                                                                                                |
+|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Flink 1.16 | [paimon-flink-1.16-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.16/{{< version >}}/) |
+| Flink 1.15 | [paimon-flink-1.15-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.15/{{< version >}}/) |
+| Flink 1.14 | [paimon-flink-1.14-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-flink-1.14/{{< version >}}/) |
+| Spark 2| [paimon-spark-2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-2/{{< version >}}/) |
+| Spark 3.3 | [paimon-spark-3.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.3/{{< version >}}/) |
+| Spark 3.2 | [paimon-spark-3.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.2/{{< version >}}/) |
+| Spark 3.1 | [paimon-spark-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-spark-3.1/{{< version >}}/) |
+| Hive 3.1 | [paimon-hive-connector-3.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-3.1/{{< version >}}/) |
+| Hive 2.3 | [paimon-hive-connector-2.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.3/{{< version >}}/) |
+| Hive 2.2 | [paimon-hive-connector-2.2-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.2/{{< version >}}/) |
+| Hive 2.1 | [paimon-hive-connector-2.1-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1/{{< version >}}/) |
+| Hive 2.1-cdh-6.3 | [paimon-hive-connector-2.1-cdh-6.3-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-connector-2.1-cdh-6.3/{{< version >}}/) |
+| Hive Catalog | [paimon-hive-catalog-{{< version >}}.jar](https://repository.apache.org/content/groups/snapshots/org/apache/paimon/paimon-hive-catalog/{{< version >}}/) |
+
+# Filesystems Snapshots Jar

Review Comment:
   `## Filesystem Jars`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi commented on pull request #700: [doc] Provide jar download url in documentation project directory

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi commented on PR #700:
URL: https://github.com/apache/incubator-paimon/pull/700#issuecomment-1482152858

   Please don't create PR again, just push to your branch. Don't close one and open new one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] JingsongLi merged pull request #700: [doc] Provide jar download url in documentation project directory

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #700:
URL: https://github.com/apache/incubator-paimon/pull/700


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org