File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed
paimon-web-engine-flink-common
paimon-web-engine-flink-sql-gateway Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Download the Paimon Web installation package from paimon.apache.org and proceed
31
31
32
32
``` shell
33
33
# Download the binary installation package of Paimon Web
34
- [root@paimon ~ ]# wget https://repository.apache.org/snapshots/org/apache/paimon/paimon-web/0.1 -SNAPSHOT/apache-paimon-webui-0.1 -SNAPSHOT-bin.tar.gz
34
+ [root@paimon ~ ]# wget https://repository.apache.org/snapshots/org/apache/paimon/paimon-web/0.2 -SNAPSHOT/apache-paimon-webui-0.2 -SNAPSHOT-bin.tar.gz
35
35
36
36
# Extract the installation package
37
- [root@paimon ~ ]# tar zxf apache-paimon-webui-0.1 -SNAPSHOT-bin.tar.gz
37
+ [root@paimon ~ ]# tar zxf apache-paimon-webui-0.2 -SNAPSHOT-bin.tar.gz
38
38
39
39
# Rename the directory to paimon-webui for simplicity
40
- [root@paimon ~ ]# mv apache-paimon-webui-0.1 -SNAPSHOT-bin.tar.gz paimon-webui
40
+ [root@paimon ~ ]# mv apache-paimon-webui-0.2 -SNAPSHOT-bin.tar.gz paimon-webui
41
41
```
42
42
The directory structure following the decompression is as follows:
43
43
``` shell
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ under the License.
24
24
<parent >
25
25
<groupId >org.apache.paimon</groupId >
26
26
<artifactId >paimon-webui</artifactId >
27
- <version >0.1 -SNAPSHOT</version >
27
+ <version >0.2 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >paimon-web-api</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-webui</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-common</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.paimon</groupId >
25
25
<artifactId >paimon-webui</artifactId >
26
- <version >0.1 -SNAPSHOT</version >
26
+ <version >0.2 -SNAPSHOT</version >
27
27
</parent >
28
28
29
29
<artifactId >paimon-web-dist</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-web-engine-flink</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-engine-flink-common</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-web-engine-flink</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-engine-flink-sql-gateway</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-web-engine</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-engine-flink</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-webui</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-engine</artifactId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.paimon</groupId >
27
27
<artifactId >paimon-webui</artifactId >
28
- <version >0.1 -SNAPSHOT</version >
28
+ <version >0.2 -SNAPSHOT</version >
29
29
</parent >
30
30
31
31
<artifactId >paimon-web-gateway</artifactId >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ under the License.
24
24
<parent >
25
25
<groupId >org.apache.paimon</groupId >
26
26
<artifactId >paimon-webui</artifactId >
27
- <version >0.1 -SNAPSHOT</version >
27
+ <version >0.2 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >paimon-web-server</artifactId >
You can’t perform that action at this time.
0 commit comments