You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by et...@apache.org on 2023/01/03 10:47:46 UTC

[incubator-celeborn] branch CELEBORN-193 created (now 9b5d72b4)

This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a change to branch CELEBORN-193
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


      at 9b5d72b4 [CELEBORN-193] Reduce source package size.

This branch includes the following new commits:

     new 9b5d72b4 [CELEBORN-193] Reduce source package size.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-celeborn] 01/01: [CELEBORN-193] Reduce source package size.

Posted by et...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a commit to branch CELEBORN-193
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git

commit 9b5d72b49b297d833ce9065164d166d7d039957a
Author: Ethan Feng <et...@apache.org>
AuthorDate: Tue Jan 3 18:47:07 2023 +0800

    [CELEBORN-193] Reduce source package size.
---
 .gitattributes                                     |   2 ++
 ...adaptive_query_execution_coalesce_partition.jpg | Bin 210918 -> 197120 bytes
 ...adaptive_query_execution_local_shuffle_read.jpg | Bin 207984 -> 194121 bytes
 assets/img/dashboard1.png                          | Bin 103841 -> 39597 bytes
 assets/img/dashboard10.png                         | Bin 527528 -> 238173 bytes
 assets/img/dashboard11.png                         | Bin 408036 -> 164524 bytes
 assets/img/dashboard12.png                         | Bin 196389 -> 77254 bytes
 assets/img/dashboard2.png                          | Bin 347985 -> 132820 bytes
 assets/img/dashboard3.png                          | Bin 389427 -> 148157 bytes
 assets/img/dashboard4.png                          | Bin 376161 -> 152328 bytes
 assets/img/dashboard5.png                          | Bin 555920 -> 250660 bytes
 assets/img/dashboard6.png                          | Bin 440334 -> 176620 bytes
 assets/img/dashboard7.png                          | Bin 411448 -> 166256 bytes
 assets/img/dashboard8.png                          | Bin 471953 -> 207581 bytes
 assets/img/dashboard9.png                          | Bin 623000 -> 299044 bytes
 assets/img/emr_shuffle.jpg                         | Bin 135812 -> 124233 bytes
 assets/img/g1.png                                  | Bin 201585 -> 95497 bytes
 assets/img/g2.png                                  | Bin 116685 -> 52159 bytes
 assets/img/g3.png                                  | Bin 219020 -> 110715 bytes
 assets/img/g4.png                                  | Bin 125531 -> 58844 bytes
 assets/img/g5.png                                  | Bin 159702 -> 77657 bytes
 assets/img/g6.png                                  | Bin 208485 -> 100014 bytes
 assets/img/rss.jpg                                 | Bin 75417 -> 68263 bytes
 assets/img/rss_fault_tolerance.jpg                 | Bin 1509201 -> 1360776 bytes
 assets/img/rss_load_balance.jpg                    | Bin 35808 -> 32729 bytes
 assets/img/shuffle-procedure.jpg                   | Bin 56845 -> 50939 bytes
 assets/img/spark_shuffle.jpg                       | Bin 67758 -> 61434 bytes
 build/release/create-package.sh                    |   2 +-
 28 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 5d62da66..e1623b7a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -21,6 +21,8 @@ _config.yml export-ignore
 codecov.yml export-ignore
 LICENSE-binary export-ignore
 NOTICE-binary export-ignore
+assets/slides/* export-ignore
+assets/diagram/* export-ignore
 *.bat text eol=crlf
 *.cmd text eol=crlf
 *.java text eol=lf
diff --git a/assets/img/adaptive_query_execution_coalesce_partition.jpg b/assets/img/adaptive_query_execution_coalesce_partition.jpg
index 29097589..3dc47d20 100644
Binary files a/assets/img/adaptive_query_execution_coalesce_partition.jpg and b/assets/img/adaptive_query_execution_coalesce_partition.jpg differ
diff --git a/assets/img/adaptive_query_execution_local_shuffle_read.jpg b/assets/img/adaptive_query_execution_local_shuffle_read.jpg
index e627f669..651530e8 100644
Binary files a/assets/img/adaptive_query_execution_local_shuffle_read.jpg and b/assets/img/adaptive_query_execution_local_shuffle_read.jpg differ
diff --git a/assets/img/dashboard1.png b/assets/img/dashboard1.png
index da297bc7..5cda1a30 100644
Binary files a/assets/img/dashboard1.png and b/assets/img/dashboard1.png differ
diff --git a/assets/img/dashboard10.png b/assets/img/dashboard10.png
index ab504a90..e3922031 100644
Binary files a/assets/img/dashboard10.png and b/assets/img/dashboard10.png differ
diff --git a/assets/img/dashboard11.png b/assets/img/dashboard11.png
index ad9c78b1..c9bf9059 100644
Binary files a/assets/img/dashboard11.png and b/assets/img/dashboard11.png differ
diff --git a/assets/img/dashboard12.png b/assets/img/dashboard12.png
index c424f8b8..58710f97 100644
Binary files a/assets/img/dashboard12.png and b/assets/img/dashboard12.png differ
diff --git a/assets/img/dashboard2.png b/assets/img/dashboard2.png
index c86bddc6..403a19fe 100644
Binary files a/assets/img/dashboard2.png and b/assets/img/dashboard2.png differ
diff --git a/assets/img/dashboard3.png b/assets/img/dashboard3.png
index 96be6ae4..952302d2 100644
Binary files a/assets/img/dashboard3.png and b/assets/img/dashboard3.png differ
diff --git a/assets/img/dashboard4.png b/assets/img/dashboard4.png
index e5233f1a..093ee6a7 100644
Binary files a/assets/img/dashboard4.png and b/assets/img/dashboard4.png differ
diff --git a/assets/img/dashboard5.png b/assets/img/dashboard5.png
index edb57e98..405fb263 100644
Binary files a/assets/img/dashboard5.png and b/assets/img/dashboard5.png differ
diff --git a/assets/img/dashboard6.png b/assets/img/dashboard6.png
index 01d7b1e7..5822e624 100644
Binary files a/assets/img/dashboard6.png and b/assets/img/dashboard6.png differ
diff --git a/assets/img/dashboard7.png b/assets/img/dashboard7.png
index 05251353..1d16ce06 100644
Binary files a/assets/img/dashboard7.png and b/assets/img/dashboard7.png differ
diff --git a/assets/img/dashboard8.png b/assets/img/dashboard8.png
index 822616be..5042dcab 100644
Binary files a/assets/img/dashboard8.png and b/assets/img/dashboard8.png differ
diff --git a/assets/img/dashboard9.png b/assets/img/dashboard9.png
index 830dca06..5ed39345 100644
Binary files a/assets/img/dashboard9.png and b/assets/img/dashboard9.png differ
diff --git a/assets/img/emr_shuffle.jpg b/assets/img/emr_shuffle.jpg
index ab7dbcda..213fc288 100644
Binary files a/assets/img/emr_shuffle.jpg and b/assets/img/emr_shuffle.jpg differ
diff --git a/assets/img/g1.png b/assets/img/g1.png
index 6f306ff4..532a9df7 100644
Binary files a/assets/img/g1.png and b/assets/img/g1.png differ
diff --git a/assets/img/g2.png b/assets/img/g2.png
index d741dfc4..ce1f046e 100644
Binary files a/assets/img/g2.png and b/assets/img/g2.png differ
diff --git a/assets/img/g3.png b/assets/img/g3.png
index 77a06bd2..33c63f07 100644
Binary files a/assets/img/g3.png and b/assets/img/g3.png differ
diff --git a/assets/img/g4.png b/assets/img/g4.png
index ccf8914e..0c94d90c 100644
Binary files a/assets/img/g4.png and b/assets/img/g4.png differ
diff --git a/assets/img/g5.png b/assets/img/g5.png
index a01570da..ef050290 100644
Binary files a/assets/img/g5.png and b/assets/img/g5.png differ
diff --git a/assets/img/g6.png b/assets/img/g6.png
index 92a19cb7..16983112 100644
Binary files a/assets/img/g6.png and b/assets/img/g6.png differ
diff --git a/assets/img/rss.jpg b/assets/img/rss.jpg
index 2686e578..36589747 100644
Binary files a/assets/img/rss.jpg and b/assets/img/rss.jpg differ
diff --git a/assets/img/rss_fault_tolerance.jpg b/assets/img/rss_fault_tolerance.jpg
index e24baabd..6fffa255 100644
Binary files a/assets/img/rss_fault_tolerance.jpg and b/assets/img/rss_fault_tolerance.jpg differ
diff --git a/assets/img/rss_load_balance.jpg b/assets/img/rss_load_balance.jpg
index e4a7836a..5cc4f58d 100644
Binary files a/assets/img/rss_load_balance.jpg and b/assets/img/rss_load_balance.jpg differ
diff --git a/assets/img/shuffle-procedure.jpg b/assets/img/shuffle-procedure.jpg
index 1c6d92e0..e950b10f 100644
Binary files a/assets/img/shuffle-procedure.jpg and b/assets/img/shuffle-procedure.jpg differ
diff --git a/assets/img/spark_shuffle.jpg b/assets/img/spark_shuffle.jpg
index 24c6c6b5..9d1d2169 100644
Binary files a/assets/img/spark_shuffle.jpg and b/assets/img/spark_shuffle.jpg differ
diff --git a/build/release/create-package.sh b/build/release/create-package.sh
index 9b407155..abf785ee 100755
--- a/build/release/create-package.sh
+++ b/build/release/create-package.sh
@@ -60,7 +60,7 @@ package_source() {
 
   echo "Creating source release tarball ${SRC_TGZ_FILE}"
 
-  git archive --prefix="apache-celeborn-${RELEASE_VERSION}-source/" -o "${SRC_TGZ}" HEAD
+  git archive --worktree-attributes --prefix="apache-celeborn-${RELEASE_VERSION}-source/" -o "${SRC_TGZ}" HEAD
 
   if [ "$SKIP_GPG" == "false" ] ; then
     gpg --armor --detach-sig "${SRC_TGZ}"