forked from apache/hadoop
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sync #12
Merged
Merged
sync #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reviewed-by: litao <[email protected]> Signed-off-by: Takanobu Asanuma <[email protected]>
…e read correctly (#3903) Contributed by: Anmol Asrani
…n-ui (#3890) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.13.3...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Akira Ajisaka <[email protected]>
…3839). Contributed by tomscut. Reviewed-by: He Xiaoqiao <[email protected]>
…an EC policy (#3899). Contributed by daimin. Reviewed-by: tomscut <[email protected]> Signed-off-by: Ayush Saxena <[email protected]>
…og4j as transitive dependency Signed-off-by: Akira Ajisaka <[email protected]>
See HADOOP-18091. S3A auditing leaks memory through ThreadLocal references * Adds a new option fs.s3a.audit.enabled to controls whether or not auditing is enabled. This is false by default. * When false, the S3A auditing manager is NoopAuditManagerS3A, which was formerly only used for unit tests and during filsystem initialization. * When true, ActiveAuditManagerS3A is used for managing auditing, allowing auditing events to be reported. * updates documentation and tests. This patch does not fix the underlying leak. When auditing is enabled, long-lived threads will retain references to the audit managers of S3A filesystem instances which have already been closed. Contributed by Steve Loughran.
…max_background (#3842) Reviewed-by: Istvan Fajth <[email protected]> Reviewed-by: Wei-Chiu Chuang <[email protected]>
…hile rename (#3898). Contributed by lei w. Signed-off-by: Ayush Saxena <[email protected]> Signed-off-by: He Xiaoqiao <[email protected]>
…() in ViewFsBaseTest.java (#3918). Contributed by Xing Lin. Signed-off-by: Ayush Saxena <[email protected]>
Reviewed-by: Akira Ajisaka <[email protected]> Reviewed-by: Wei-Chiu Chuang <[email protected]>
…ataSetImpl. (#3900). Contributed by limingxiang. Signed-off-by: He Xiaoqiao <[email protected]>
…3936) Signed-off-by: Akira Ajisaka <[email protected]>
…lication catalog webapp (#2591) Reviewed-by: Masatake Iwasaki <[email protected]>
Reviewed-by: Fei Hui <[email protected]> Reviewed-by: litao <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
…queues a DatanodeDescriptor on exception (#3942) Signed-off-by: Akira Ajisaka <[email protected]>
#3741) * YARN-11026. Make default AppPlacementAllocator configurable in AppSchedulingInfo Co-authored-by: Minni Mittal <[email protected]>
…#3912). Contributed by tomscut. Reviewed-by: Chao Sun <[email protected]> Signed-off-by: Ayush Saxena <[email protected]>
… accessible outside package Fixes #3950 Signed-off-by: Owen O'Malley <[email protected]>
…lation (#3902) Part of HADOOP-17198. Support S3 Access Points. HADOOP-18068. "upgrade AWS SDK to 1.12.132" broke the access point endpoint translation. Correct endpoints should start with "s3-accesspoint.", after SDK upgrade they start with "s3.accesspoint-" which messes up tests + region detection by the SDK. Contributed by Bogdan Stolojan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sync