你期盼世人对你有好的评论吗?如果这样,你就别说自己的好话。——帕斯卡

过程如下:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
Github-Id-VampireAchao:streampark-release achao$ cd ~/Downloads/streampark-release
Github-Id-VampireAchao:streampark-release achao$ java -version
openjdk version "1.8.0_412"
OpenJDK Runtime Environment Corretto-8.412.08.1 (build 1.8.0_412-b08)
OpenJDK 64-Bit Server VM Corretto-8.412.08.1 (build 25.412-b08, mixed mode)
Github-Id-VampireAchao:streampark-release achao$ git clone -b release-2.1.5-rc1 -c core.autocrlf=false git@github.com:apache/incubator-streampark.git
Cloning into 'incubator-streampark'...
remote: Enumerating objects: 118358, done.
remote: Counting objects: 100% (1203/1203), done.
remote: Compressing objects: 100% (565/565), done.
remote: Total 118358 (delta 500), reused 1025 (delta 406), pack-reused 117155 (from 1)
Receiving objects: 100% (118358/118358), 60.16 MiB | 4.45 MiB/s, done.
Resolving deltas: 100% (55085/55085), done.
Github-Id-VampireAchao:streampark-release achao$ cd incubator-streampark/
Github-Id-VampireAchao:incubator-streampark achao$ ./build.sh

_____ __ __
/ ___// /_________ ____ _____ ___ ____ ____ ______/ /__
\__ \/ __/ ___/ _ \/ __ `/ __ `__ \/ __ \ __ `/ ___/ //_/
___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,<
/____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_|
/_/

Version: 2.1.5
WebSite: https://streampark.apache.org
GitHub : http://github.com/apache/streampark

──────── Apache StreamPark, Make stream processing easier ô~ô!

[StreamPark] StreamPark supports front-end and server-side mixed/detached build mode, Which mode do you need ?
1) mixed mode (recommend)
2) detached mode
#? 1
[StreamPark] mixed mode selected (mixed build project front-end and back-ends)
[StreamPark] StreamPark supports Scala 2.11 and 2.12. Which version do you need ?
1) 2.11
2) 2.12
#? 1
[StreamPark] build info: package mode @ mixed, scala-2.11, now build starting...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] StreamPark Project Parent POM 2.1.5 ................ SUCCESS [ 5.733 s]
[INFO] StreamPark : Shaded Parent 1.0.0 ................... SUCCESS [ 0.076 s]
[INFO] StreamPark : Shaded Slf4j 1.0.0 .................... SUCCESS [ 0.462 s]
[INFO] StreamPark : Shaded Jackson 1.0.0 .................. SUCCESS [ 0.425 s]
[INFO] StreamPark : Common 2.1.5 .......................... SUCCESS [ 14.558 s]
[INFO] StreamPark : Flink Parent 2.1.5 .................... SUCCESS [ 0.124 s]
[INFO] StreamPark : Flink Shims Parent 2.1.5 .............. SUCCESS [ 0.063 s]
[INFO] StreamPark : Flink Shims Base 2.1.5 ................ SUCCESS [ 7.094 s]
[INFO] StreamPark : Flink Shims 1.14 2.1.5 ................ SUCCESS [ 3.355 s]
[INFO] StreamPark : Flink Core 2.1.5 ...................... SUCCESS [ 2.975 s]
[INFO] StreamPark : Flink Shims Test 2.1.5 ................ SUCCESS [ 3.096 s]
[INFO] StreamPark : Flink Shims 1.12 2.1.5 ................ SUCCESS [ 2.740 s]
[INFO] StreamPark : Flink Shims 1.13 2.1.5 ................ SUCCESS [ 3.014 s]
[INFO] StreamPark : Flink Shims 1.15 2.1.5 ................ SUCCESS [ 3.848 s]
[INFO] StreamPark : Flink Shims 1.16 2.1.5 ................ SUCCESS [ 2.752 s]
[INFO] StreamPark : Flink Shims 1.17 2.1.5 ................ SUCCESS [ 3.023 s]
[INFO] StreamPark : Flink Shims 1.18 2.1.5 ................ SUCCESS [ 3.025 s]
[INFO] StreamPark : Flink Shims 1.19 2.1.5 ................ SUCCESS [ 3.582 s]
[INFO] StreamPark : Flink Shims 1.20 2.1.5 ................ SUCCESS [ 4.068 s]
[INFO] StreamPark : Flink Connector 2.1.5 ................. SUCCESS [ 0.071 s]
[INFO] StreamPark : Flink Connector Base 2.1.5 ............ SUCCESS [ 5.015 s]
[INFO] StreamPark : Flink Connector Clickhouse 2.1.5 ...... SUCCESS [ 3.870 s]
[INFO] StreamPark : Flink Connector Doris 2.1.5 ........... SUCCESS [ 3.575 s]
[INFO] StreamPark : Flink Connector Hbase 2.1.5 ........... SUCCESS [ 4.828 s]
[INFO] StreamPark : Flink Connector Http 2.1.5 ............ SUCCESS [ 4.373 s]
[INFO] StreamPark : Flink Connector Elasticsearch 2.1.5 ... SUCCESS [ 0.090 s]
[INFO] StreamPark : Flink Connector Elasticsearch5 2.1.5 .. SUCCESS [ 3.921 s]
[INFO] StreamPark : Flink Connector Elasticsearch6 2.1.5 .. SUCCESS [ 4.587 s]
[INFO] StreamPark : Flink Connector Elasticsearch7 2.1.5 .. SUCCESS [ 3.401 s]
[INFO] StreamPark : Flink Connector Influxdb 2.1.5 ........ SUCCESS [ 2.793 s]
[INFO] StreamPark : Flink Connector JDBC 2.1.5 ............ SUCCESS [ 4.198 s]
[INFO] StreamPark : Flink Connector Kafka 2.1.5 ........... SUCCESS [ 5.151 s]
[INFO] StreamPark : Flink Connector Mongo 2.1.5 ........... SUCCESS [ 3.594 s]
[INFO] StreamPark : Flink SQL Client 2.1.5 ................ SUCCESS [ 3.545 s]
[INFO] StreamPark : Flink Udf 2.1.5 ....................... SUCCESS [ 0.397 s]
[INFO] StreamPark : Flink Proxy 2.1.5 ..................... SUCCESS [ 3.756 s]
[INFO] StreamPark : Flink Kubernetes Integration 2.1.5 .... SUCCESS [ 9.776 s]
[INFO] StreamPark : Flink Packer 2.1.5 .................... SUCCESS [ 13.695 s]
[INFO] StreamPark : Flink Client 2.1.5 .................... SUCCESS [ 0.096 s]
[INFO] StreamPark : Flink Client Api 2.1.5 ................ SUCCESS [ 5.868 s]
[INFO] StreamPark : Flink Client Core 2.1.5 ............... SUCCESS [ 11.401 s]
[INFO] StreamPark : Console Parent 2.1.5 .................. SUCCESS [ 2.471 s]
[INFO] StreamPark : Console Service 2.1.5 ................. SUCCESS [01:04 min]
[INFO] StreamPark : Spark Parent 2.1.5 .................... SUCCESS [ 0.532 s]
[INFO] StreamPark : Spark Core 2.1.5 ...................... SUCCESS [ 4.015 s]
[INFO] StreamPark : Spark Connector 2.1.5 ................. SUCCESS [ 0.207 s]
[INFO] StreamPark : Spark Connector Base 2.1.5 ............ SUCCESS [ 3.482 s]
[INFO] StreamPark : Spark Connector Kafka 2.1.5 ........... SUCCESS [ 6.601 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:03 min
[INFO] Finished at: 2024-10-08T23:29:22+08:00
[INFO] ------------------------------------------------------------------------

[StreamPark] StreamPark project build successful!
info: package mode @ mixed, scala-2.12
dist: /Users/achao/Downloads/streampark-release/incubator-streampark/dist

Github-Id-VampireAchao:incubator-streampark achao$ ./build.sh

_____ __ __
/ ___// /_________ ____ _____ ___ ____ ____ ______/ /__
\__ \/ __/ ___/ _ \/ __ `/ __ `__ \/ __ \ __ `/ ___/ //_/
___/ / /_/ / / __/ /_/ / / / / / / /_/ / /_/ / / / ,<
/____/\__/_/ \___/\__,_/_/ /_/ /_/ ____/\__,_/_/ /_/|_|
/_/

Version: 2.1.5
WebSite: https://streampark.apache.org
GitHub : http://github.com/apache/streampark

──────── Apache StreamPark, Make stream processing easier ô~ô!

[StreamPark] StreamPark supports front-end and server-side mixed/detached build mode, Which mode do you need ?
1) mixed mode (recommend)
2) detached mode
#? 1
[StreamPark] mixed mode selected (mixed build project front-end and back-ends)
[StreamPark] StreamPark supports Scala 2.11 and 2.12. Which version do you need ?
1) 2.11
2) 2.12
#? 2
[StreamPark] build info: package mode @ mixed, scala-2.12, now build starting...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] StreamPark Project Parent POM 2.1.5 ................ SUCCESS [ 5.733 s]
[INFO] StreamPark : Shaded Parent 1.0.0 ................... SUCCESS [ 0.076 s]
[INFO] StreamPark : Shaded Slf4j 1.0.0 .................... SUCCESS [ 0.462 s]
[INFO] StreamPark : Shaded Jackson 1.0.0 .................. SUCCESS [ 0.425 s]
[INFO] StreamPark : Common 2.1.5 .......................... SUCCESS [ 14.558 s]
[INFO] StreamPark : Flink Parent 2.1.5 .................... SUCCESS [ 0.124 s]
[INFO] StreamPark : Flink Shims Parent 2.1.5 .............. SUCCESS [ 0.063 s]
[INFO] StreamPark : Flink Shims Base 2.1.5 ................ SUCCESS [ 7.094 s]
[INFO] StreamPark : Flink Shims 1.14 2.1.5 ................ SUCCESS [ 3.355 s]
[INFO] StreamPark : Flink Core 2.1.5 ...................... SUCCESS [ 2.975 s]
[INFO] StreamPark : Flink Shims Test 2.1.5 ................ SUCCESS [ 3.096 s]
[INFO] StreamPark : Flink Shims 1.12 2.1.5 ................ SUCCESS [ 2.740 s]
[INFO] StreamPark : Flink Shims 1.13 2.1.5 ................ SUCCESS [ 3.014 s]
[INFO] StreamPark : Flink Shims 1.15 2.1.5 ................ SUCCESS [ 3.848 s]
[INFO] StreamPark : Flink Shims 1.16 2.1.5 ................ SUCCESS [ 2.752 s]
[INFO] StreamPark : Flink Shims 1.17 2.1.5 ................ SUCCESS [ 3.023 s]
[INFO] StreamPark : Flink Shims 1.18 2.1.5 ................ SUCCESS [ 3.025 s]
[INFO] StreamPark : Flink Shims 1.19 2.1.5 ................ SUCCESS [ 3.582 s]
[INFO] StreamPark : Flink Shims 1.20 2.1.5 ................ SUCCESS [ 4.068 s]
[INFO] StreamPark : Flink Connector 2.1.5 ................. SUCCESS [ 0.071 s]
[INFO] StreamPark : Flink Connector Base 2.1.5 ............ SUCCESS [ 5.015 s]
[INFO] StreamPark : Flink Connector Clickhouse 2.1.5 ...... SUCCESS [ 3.870 s]
[INFO] StreamPark : Flink Connector Doris 2.1.5 ........... SUCCESS [ 3.575 s]
[INFO] StreamPark : Flink Connector Hbase 2.1.5 ........... SUCCESS [ 4.828 s]
[INFO] StreamPark : Flink Connector Http 2.1.5 ............ SUCCESS [ 4.373 s]
[INFO] StreamPark : Flink Connector Elasticsearch 2.1.5 ... SUCCESS [ 0.090 s]
[INFO] StreamPark : Flink Connector Elasticsearch5 2.1.5 .. SUCCESS [ 3.921 s]
[INFO] StreamPark : Flink Connector Elasticsearch6 2.1.5 .. SUCCESS [ 4.587 s]
[INFO] StreamPark : Flink Connector Elasticsearch7 2.1.5 .. SUCCESS [ 3.401 s]
[INFO] StreamPark : Flink Connector Influxdb 2.1.5 ........ SUCCESS [ 2.793 s]
[INFO] StreamPark : Flink Connector JDBC 2.1.5 ............ SUCCESS [ 4.198 s]
[INFO] StreamPark : Flink Connector Kafka 2.1.5 ........... SUCCESS [ 5.151 s]
[INFO] StreamPark : Flink Connector Mongo 2.1.5 ........... SUCCESS [ 3.594 s]
[INFO] StreamPark : Flink SQL Client 2.1.5 ................ SUCCESS [ 3.545 s]
[INFO] StreamPark : Flink Udf 2.1.5 ....................... SUCCESS [ 0.397 s]
[INFO] StreamPark : Flink Proxy 2.1.5 ..................... SUCCESS [ 3.756 s]
[INFO] StreamPark : Flink Kubernetes Integration 2.1.5 .... SUCCESS [ 9.776 s]
[INFO] StreamPark : Flink Packer 2.1.5 .................... SUCCESS [ 13.695 s]
[INFO] StreamPark : Flink Client 2.1.5 .................... SUCCESS [ 0.096 s]
[INFO] StreamPark : Flink Client Api 2.1.5 ................ SUCCESS [ 5.868 s]
[INFO] StreamPark : Flink Client Core 2.1.5 ............... SUCCESS [ 11.401 s]
[INFO] StreamPark : Console Parent 2.1.5 .................. SUCCESS [ 2.471 s]
[INFO] StreamPark : Console Service 2.1.5 ................. SUCCESS [01:04 min]
[INFO] StreamPark : Spark Parent 2.1.5 .................... SUCCESS [ 0.532 s]
[INFO] StreamPark : Spark Core 2.1.5 ...................... SUCCESS [ 4.015 s]
[INFO] StreamPark : Spark Connector 2.1.5 ................. SUCCESS [ 0.207 s]
[INFO] StreamPark : Spark Connector Base 2.1.5 ............ SUCCESS [ 3.482 s]
[INFO] StreamPark : Spark Connector Kafka 2.1.5 ........... SUCCESS [ 6.601 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:03 min
[INFO] Finished at: 2024-10-08T23:29:22+08:00
[INFO] ------------------------------------------------------------------------

[StreamPark] StreamPark project build successful!
info: package mode @ mixed, scala-2.12
dist: /Users/achao/Downloads/streampark-release/incubator-streampark/dist

Github-Id-VampireAchao:incubator-streampark achao$ git archive \
> --format=tar.gz \
> --output="dist/apache-streampark-2.1.0-incubating-src.tar.gz" \
> --prefix=apache-streampark-2.1.0-incubating-src/ \
> release-2.1.0-rc1
fatal: not a valid object name: release-2.1.0-rc1
Github-Id-VampireAchao:incubator-streampark achao$ git archive \
> --format=tar.gz \
> --output="dist/apache-streampark-2.1.5-incubating-src.tar.gz" \
> --prefix=apache-streampark-2.1.5-incubating-src/ \
> release-2.1.5-rc1
Github-Id-VampireAchao:incubator-streampark achao$ cd dist
Github-Id-VampireAchao:dist achao$ for i in *.tar.gz; do echo $i; gpg --armor --output $i.asc --detach-sig $i ; done
apache-streampark-2.1.5-incubating-src.tar.gz
gpg: 使用 “AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E” 作为默认签名用私钥
apache-streampark_2.11-2.1.5-incubating-bin.tar.gz
gpg: 使用 “AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E” 作为默认签名用私钥
apache-streampark_2.12-2.1.5-incubating-bin.tar.gz
gpg: 使用 “AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E” 作为默认签名用私钥
Github-Id-VampireAchao:dist achao$ for i in *.tar.gz; do echo $i; sha512sum $i > $i.sha512 ; done
apache-streampark-2.1.5-incubating-src.tar.gz
apache-streampark_2.11-2.1.5-incubating-bin.tar.gz
apache-streampark_2.12-2.1.5-incubating-bin.tar.gz
Github-Id-VampireAchao:dist achao$ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done
apache-streampark-2.1.5-incubating-src.tar.gz
gpg: 签名建立于 二 10/ 8 23:53:49 2024 CST
gpg: 使用 RSA 密钥 AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E
gpg: 完好的签名,来自于 “achao (for apache StreamPark release create at 20240906) <achao@apache.org>” [绝对]
apache-streampark_2.11-2.1.5-incubating-bin.tar.gz
gpg: 签名建立于 二 10/ 8 23:53:50 2024 CST
gpg: 使用 RSA 密钥 AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E
gpg: 完好的签名,来自于 “achao (for apache StreamPark release create at 20240906) <achao@apache.org>” [绝对]
apache-streampark_2.12-2.1.5-incubating-bin.tar.gz
gpg: 签名建立于 二 10/ 8 23:53:50 2024 CST
gpg: 使用 RSA 密钥 AEA97EE4996392FDC8AE5B0AD47865870FEBEA6E
gpg: 完好的签名,来自于 “achao (for apache StreamPark release create at 20240906) <achao@apache.org>” [绝对]
Github-Id-VampireAchao:dist achao$ for i in *.tar.gz; do echo $i; sha512sum --check $i.sha512; done
apache-streampark-2.1.5-incubating-src.tar.gz
apache-streampark-2.1.5-incubating-src.tar.gz: OK
apache-streampark_2.11-2.1.5-incubating-bin.tar.gz
apache-streampark_2.11-2.1.5-incubating-bin.tar.gz: OK
apache-streampark_2.12-2.1.5-incubating-bin.tar.gz
apache-streampark_2.12-2.1.5-incubating-bin.tar.gz: OK
Github-Id-VampireAchao:dist achao$ cd
Github-Id-VampireAchao:~ achao$ cd ~/Downloads/streampark-release
Github-Id-VampireAchao:streampark-release achao$ svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/streampark dist/streampark_svn_dev
取出版本 72199。
Github-Id-VampireAchao:streampark-release achao$