Skip to content

Commit

Permalink
[Project/Doc] Bump version to 2.5.0 and update docs (#389)
Browse files Browse the repository at this point in the history
* update docs

Signed-off-by: chenxu <[email protected]>

* update versions in docs

Signed-off-by: chenxu <[email protected]>

* bump version to 2.5.0

Signed-off-by: chenxu <[email protected]>

* fix wrong doc link

Signed-off-by: chenxu <[email protected]>

---------

Signed-off-by: chenxu <[email protected]>
Co-authored-by: chenxu <[email protected]>
  • Loading branch information
xuchen-plus and dmetasoul01 authored Jan 10, 2024
1 parent b9d386d commit f11db62
Show file tree
Hide file tree
Showing 47 changed files with 323 additions and 144 deletions.
6 changes: 3 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ LakeSoul 支持自动分离式 Compaction 、自动表生命周期清理、自
### 微信公众号
欢迎关注 <u>**元灵数智**</u> 公众号,我们会定期推送关于 LakeSoul 的架构代码解读、端到端算法业务落地案例分享等干货文章:

![元灵数智公众号](website/static/img/%E5%85%83%E7%81%B5%E6%95%B0%E6%99%BA%E5%85%AC%E4%BC%97%E5%8F%B7.jpg)

### LakeSoul 开发者社区微信群
欢迎加入 LakeSoul 开发者社区微信群,随时交流 LakeSoul 开发相关的各类问题:请关注公众号后点击下方 "了解我们-用户交流" 获取最新微信群二维码。
欢迎加入 LakeSoul 开发者社区微信群,随时交流 LakeSoul 开发相关的各类问题:请关注公众号后点击下方 "了解我们-用户交流" 获取最新微信群二维码。或扫描以下二维码添加小助手微信后加群:

![微信交流群](website/static/img/wechat.png)

# 联系我们
发送邮件至 [[email protected]](mailto:[email protected]).
Expand Down
4 changes: 2 additions & 2 deletions lakesoul-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-common</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down
8 changes: 4 additions & 4 deletions lakesoul-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-flink</artifactId>
<version>2.4.0-flink-1.17-SNAPSHOT</version>
<version>2.5.0-flink-1.17-SNAPSHOT</version>
<properties>
<flink.version>1.17.1</flink.version>
<scala.binary.version>2.12</scala.binary.version>
Expand All @@ -31,7 +31,7 @@ SPDX-License-Identifier: Apache-2.0
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -42,7 +42,7 @@ SPDX-License-Identifier: Apache-2.0
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-io-java</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions lakesoul-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<artifactId>lakesoul-presto</artifactId>
<version>2.4.0-presto-0.28-SNAPSHOT</version>
<version>2.5.0-presto-0.28-SNAPSHOT</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-io-java</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions lakesoul-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lakesoul-spark</artifactId>
<version>2.4.0-spark-3.3-SNAPSHOT</version>
<version>2.5.0-spark-3.3-SNAPSHOT</version>

<properties>
<scalatest.version>3.2.14</scalatest.version>
Expand All @@ -36,12 +36,12 @@ SPDX-License-Identifier: Apache-2.0
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-common</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-io-java</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.apache.spark.sql.lakesoul.sources.LakeSoulSQLConf
* Run with following commands with local minio env:
*
* mvn package -Prelease-linux-x86-64 -pl lakesoul-spark -am -DskipTests
* docker run --cpus=1 --rm -ti --net host -v /opt/spark/work-dir/data:/opt/spark/work-dir/data -v $PWD/lakesoul-spark/target:/opt/spark/work-dir/jars bitnami/spark:3.3.1 spark-submit --driver-memory 4g --jars /opt/spark/work-dir/jars/lakesoul-spark-2.4.0-spark-3.3-SNAPSHOT.jar --class org.apache.spark.sql.lakesoul.benchmark.io.ParquetScanBenchmark /opt/spark/work-dir/jars/lakesoul-spark-2.4.0-spark-3.3-SNAPSHOT-tests.jar --localtest
* docker run --cpus=1 --rm -ti --net host -v /opt/spark/work-dir/data:/opt/spark/work-dir/data -v $PWD/lakesoul-spark/target:/opt/spark/work-dir/jars bitnami/spark:3.3.1 spark-submit --driver-memory 4g --jars /opt/spark/work-dir/jars/lakesoul-spark-2.5.0-spark-3.3-SNAPSHOT.jar --class org.apache.spark.sql.lakesoul.benchmark.io.ParquetScanBenchmark /opt/spark/work-dir/jars/lakesoul-spark-2.5.0-spark-3.3-SNAPSHOT-tests.jar --localtest
*/
object ParquetScanBenchmark {
def main(args: Array[String]): Unit = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.apache.spark.sql.lakesoul.sources.LakeSoulSQLConf
* Run with following commands with local minio env:
*
* mvn package -Prelease-linux-x86-64 -pl lakesoul-spark -am -DskipTests
* docker run --rm -ti --net host -v /opt/spark/work-dir/data:/opt/spark/work-dir/data -v $PWD/lakesoul-spark/target:/opt/spark/work-dir/jars bitnami/spark:3.3.1 spark-submit --driver-memory 4g --jars /opt/spark/work-dir/jars/lakesoul-spark-2.2.0-spark-3.3-SNAPSHOT.jar --class org.apache.spark.sql.lakesoul.benchmark.io.ParquetWriteBenchmark /opt/spark/work-dir/jars/lakesoul-spark-2.2.0-spark-3.3-SNAPSHOT-tests.jar --localtest
* docker run --rm -ti --net host -v /opt/spark/work-dir/data:/opt/spark/work-dir/data -v $PWD/lakesoul-spark/target:/opt/spark/work-dir/jars bitnami/spark:3.3.1 spark-submit --driver-memory 4g --jars /opt/spark/work-dir/jars/lakesoul-spark-2.5.0-spark-3.3-SNAPSHOT.jar --class org.apache.spark.sql.lakesoul.benchmark.io.ParquetWriteBenchmark /opt/spark/work-dir/jars/lakesoul-spark-2.2.0-spark-3.3-SNAPSHOT-tests.jar --localtest
*/
object ParquetWriteBenchmark {
def main(args: Array[String]): Unit = {
Expand Down
4 changes: 2 additions & 2 deletions native-io/lakesoul-io-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<artifactId>lakesoul-parent</artifactId>
<groupId>com.dmetasoul</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>lakesoul-io-java</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<modelVersion>4.0.0</modelVersion>
<groupId>com.dmetasoul</groupId>
<artifactId>lakesoul-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<inceptionYear>2022</inceptionYear>
<modules>
<module>lakesoul-common</module>
Expand Down
3 changes: 1 addition & 2 deletions python/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ docker pull bitnami/spark:3.3.1
```

### Download LakeSoul release jar
1. download [maven-package-upload.zip](https://github.com/lakesoul-io/LakeSoul/suites/16162659724/artifacts/922875223).
2. unzip the zip file and extract `lakesoul-spark-2.3.0-spark-3.3-SNAPSHOT.jar` from `maven-package-upload/lakesoul-spark/target/`.
1. download Spark release jar from https://github.com/lakesoul-io/LakeSoul/releases

### Download LakeSoul wheel file
For users of Python 3.8, Python 3.9, and Python 3.10, we have prepared different wheel files for each version. Please download the appropriate one based on your requirements.
Expand Down
2 changes: 1 addition & 1 deletion python/examples/food101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We can download data from [Hugginface Food101 dataset](https://huggingface.co/da

## Import data into LakeSoul
```shell
export lakesoul_jar=lakesoul-spark-2.3.0-spark-3.3-SNAPSHOT.jar
export lakesoul_jar=lakesoul-spark-2.5.0-spark-3.3.jar
sudo docker run --rm -ti --net lakesoul-docker-compose-env_default \
-v $PWD/"${lakesoul_jar}":/opt/spark/work-dir/jars/"${lakesoul_jar}" \
-v $PWD/../../python/lakesoul/:/opt/bitnami/spark/lakesoul \
Expand Down
2 changes: 1 addition & 1 deletion python/examples/imdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We can download data from [Hugginface IMDB dataset](https://huggingface.co/datas

## Import data into LakeSoul
```shell
export lakesoul_jar=lakesoul-spark-2.3.0-spark-3.3-SNAPSHOT.jar
export lakesoul_jar=lakesoul-spark-2.5.0-spark-3.3.jar
sudo docker run --rm -ti --net lakesoul-docker-compose-env_default \
-v $PWD/"${lakesoul_jar}":/opt/spark/work-dir/jars/"${lakesoul_jar}" \
-v $PWD/../../python/lakesoul/:/opt/bitnami/spark/lakesoul \
Expand Down
13 changes: 0 additions & 13 deletions python/examples/lakesoul_env.sh

This file was deleted.

2 changes: 1 addition & 1 deletion python/examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lakesoul @ file://${PWD}/lakesoul-1.0.0b0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
lakesoul @ file://${PWD}/lakesoul-1.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
numpy
pandas
torch
Expand Down
4 changes: 2 additions & 2 deletions python/examples/titanic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We can download the dataset from [Kaggle Titanic Dataset](https://www.kaggle.com

## Import data into LakeSoul
```shell
export lakesoul_jar=lakesoul-spark-2.3.0-spark-3.3-SNAPSHOT.jar
export lakesoul_jar=lakesoul-spark-2.5.0-spark-3.3.jar
sudo docker run --rm -ti --net lakesoul-docker-compose-env_default \
-v $PWD/"${lakesoul_jar}":/opt/spark/work-dir/jars/"${lakesoul_jar}" \
-v $PWD/../../python/lakesoul/:/opt/bitnami/spark/lakesoul \
Expand All @@ -19,7 +19,7 @@ bitnami/spark:3.3.1 spark-submit --jars /opt/spark/work-dir/jars/"${lakesoul_jar

## Feature Transform
```shell
export lakesoul_jar=lakesoul-spark-2.3.0-spark-3.3-SNAPSHOT.jar
export lakesoul_jar=lakesoul-spark-2.5.0-spark-3.3.jar
sudo docker run --rm -ti --net lakesoul-docker-compose-env_default \
-v $PWD/"${lakesoul_jar}":/opt/spark/work-dir/jars/"${lakesoul_jar}" \
-v $PWD/../../python/lakesoul/:/opt/bitnami/spark/lakesoul \
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/lakesoul-io-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "lakesoul-io-c"
version = "2.3.0"
version = "2.5.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion rust/lakesoul-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "lakesoul-io"
version = "2.3.0"
version = "2.5.0"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit f11db62

Please sign in to comment.