pan3793 commented on PR #6864:
URL: https://github.com/apache/hadoop/pull/6864#issuecomment-2150619962
@steveloughran I tested the trunk sync and fresh repo clone, the download
size is much more reasonable now.
```
$ git pull
remote: Enumerating objects: 5627, done.
remote: Counting objects: 100% (5623/5623), done.
remote: Compressing objects: 100% (975/975), done.
remote: Total 5627 (delta 4630), reused 5563 (delta 4576), pack-reused 4
Receiving objects: 100% (5627/5627), 7.82 MiB | 2.73 MiB/s, done.
Resolving deltas: 100% (4630/4630), completed with 3 local objects.
From github.com:apache/hadoop
f92a8ab8ae54..2ee0bf953492 trunk -> apache/trunk
+ 6a5fbc022450...75704ed4e4e7 gh-pages -> apache/gh-pages (forced update)
Updating f92a8ab8ae54..2ee0bf953492
Fast-forward
.github/workflows/website.yml
| 1 +
LICENSE-binary
| 6 +++---
hadoop-cloud-storage-project/hadoop-cos/src/site/markdown/cloud-storage/index.md
| 2 +-
hadoop-project/pom.xml
| 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
```
```
$ git clone [email protected]:apache/hadoop.git
Cloning into 'hadoop'...
remote: Enumerating objects: 1602835, done.
remote: Counting objects: 100% (5880/5880), done.
remote: Compressing objects: 100% (1147/1147), done.
remote: Total 1602835 (delta 4703), reused 5705 (delta 4613), pack-reused
1596955
Receiving objects: 100% (1602835/1602835), 566.57 MiB | 4.18 MiB/s, done.
Resolving deltas: 100% (805225/805225), done.
Updating files: 100% (15505/15505), done.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]