Skip to content

Commit d143837

Browse files
FMXSteNicholas
andcommitted
[CELEBORN-1202] LICENSE mentions third-party components under other open source licenses
### What changes were proposed in this pull request? `LICENSE` mentions third-party components under other open source licenses like Apache Spark etc. ### Why are the changes needed? `LICENSE` mentions 1 3rd party file from Guava. However, the `NOTICE` lists both Apache Spark and Apache Flink. `LICENSE` should mention all third-party components under other open source licenses. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2193 from SteNicholas/CELEBORN-1202. Lead-authored-by: mingji <fengmingxiao.fmx@alibaba-inc.com> Co-authored-by: SteNicholas <programgeek@163.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
1 parent de445a1 commit d143837

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

LICENSE

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,38 @@ for text of these licenses.
210210
Apache License 2.0
211211
--------------------------------------
212212

213-
common/src/main/java/org/apache/celeborn/common/network/util/LimitedInputStream.java
213+
Apache Spark
214+
./client-spark/spark-2/src/main/java/org/apache/spark/shuffle/celeborn/SparkUtils.java
215+
./client-spark/spark-3/src/main/java/org/apache/spark/shuffle/celeborn/SparkUtils.java
216+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/DB.java
217+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/DBIterator.java
218+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/LevelDB.java
219+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/LevelDBProvider.java
220+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/RocksDBIterator.java
221+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/StoreVersion.java
222+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/DBBackend.java
223+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/DBProvider.java
224+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/LevelDBIterator.java
225+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/RocksDB.java
226+
./worker/src/main/java/org/apache/celeborn/service/deploy/worker/shuffledb/RocksDBProvider.java
227+
228+
Apache Kyuubi
229+
./common/src/main/java/org/apache/celeborn/reflect/DynClasses.java
230+
./common/src/main/java/org/apache/celeborn/reflect/DynConstructors.java
231+
./common/src/main/java/org/apache/celeborn/reflect/DynFields.java
232+
./common/src/main/java/org/apache/celeborn/reflect/DynMethods.java
233+
./dev/checkout_pr.sh
234+
235+
Guava
236+
./common/src/main/java/org/apache/celeborn/common/network/util/LimitedInputStream.java
237+
238+
Remote Shuffle Service for Flink
239+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/Buffer.java
240+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/BufferHeader.java
241+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/BufferPacker.java
242+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/BufferRecycler.java
243+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/utils/BufferUtils.java
244+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/CreditListener.java
245+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/PartitionSortedBuffer.java
246+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/SortBuffer.java
247+
./client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/buffer/TransferBufferPool.java

NOTICE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ The Apache Software Foundation (https://www.apache.org/).
88
Apache Spark
99
Copyright 2014 and onwards The Apache Software Foundation
1010

11-
Apache Flink
12-
Copyright 2014-2022 The Apache Software Foundation
11+
Apache Kyuubi
12+
Copyright 2021-2023 The Apache Software Foundation
13+
14+
Remote Shuffle Service for Flink
15+
Copyright 2021 The Flink Remote Shuffle Project

0 commit comments

Comments
 (0)