[WIP] optimization debian package manager tweaks#1400
[WIP] optimization debian package manager tweaks#1400rajpratik71 wants to merge 0 commit intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1400 +/- ##
=========================================
Coverage 67.50% 67.50%
Complexity 230 230
=========================================
Files 337 337
Lines 16354 16354
Branches 1671 1671
=========================================
Hits 11040 11040
Misses 4579 4579
Partials 735 735 Continue to review full report at Codecov.
|
bvaradar
left a comment
There was a problem hiding this comment.
@rajpratik71 : This part of the changes is not tested by automated integration tests as they rely on pre-build images. Can you build docker images using docker/build_local_docker_images.sh and manually run https://hudi.apache.org/docs/docker_demo.html to verify. Also, Please attach the logs of your testing in the PR. Thanks, Balaji.V
|
@rajpratik71 also please raise a JIRA for this work! |
|
@rajpratik71 : Just pinging to see if you are planning to work on this PR. |
will do , currently occupied. |
By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages .
By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.
This results in smaller downloads and installation of packages .
Refer to blog at Ubuntu Blog .
Signed-off-by: Pratik Raj rajpratik71@gmail.com
Tips
What is the purpose of the pull request
(For example: This pull request adds quick-start document.)
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.