[YARN-3444] Fixed typo (capability)#15
Closed
gliptak wants to merge 1 commit intoapache:trunkfrom
gliptak:patch-1
Closed
[YARN-3444] Fixed typo (capability)#15gliptak wants to merge 1 commit intoapache:trunkfrom gliptak:patch-1
gliptak wants to merge 1 commit intoapache:trunkfrom
gliptak:patch-1
Conversation
Contributor
|
@gliptak please report this issue to JIRA: https://issues.apache.org/jira/browse/YARN Please see the for more detail: http://wiki.apache.org/hadoop/HowToContribute |
Contributor
Author
|
@oza could you validate if these are submitted correctly? thanks https://issues.apache.org/jira/browse/YARN-3444 |
Contributor
|
@gliptak yes, these patches have been submitted successfully. Now committers reviewed your patches, so please check them. |
chancez
pushed a commit
to chancez/hadoop
that referenced
this pull request
Jul 29, 2019
Dockerfile*: Run yum update before yum install
Amithsha
added a commit
to Amithsha/hadoop
that referenced
this pull request
Jan 28, 2021
* Added the build scripts and dependencies packages * added flipkart repo url and made snappy lib as default * find command to find pom.xml with snappy false and it will change to true * Repository url spec * Repository url spec * Modified the Maven jar version * Upated the dependencies to install * Upated the pushtar repo * Upated the pushtar repo * Upated the pushtar repo * Upated the cmake * Upated the Version Info * added the dependencies * removed snappy dep * reposervice url updated * updated the flipkart artifactory * Restored * YARN-9877.001.patch * Revert "YARN-9877.001.patch" This reverts commit 60f7da6. * Revert "Fdp branch 3.2.1 (apache#10)" This reverts commit c5d069d. * Revert "Revert "Fdp branch 3.2.1 (apache#10)"" This reverts commit cb47fd3. * Revert "Fdp branch 3.2.1 (apache#13)" This reverts commit 94de223. Co-authored-by: AmithshaS <amithsha.s@flipkart.com>
passaro
added a commit
to passaro/hadoop
that referenced
this pull request
Nov 16, 2022
Update Exception Handling for SDK v2
saxenapranav
referenced
this pull request
in saxenapranav/hadoop
Apr 18, 2023
Backport HADOOP-18546. ABFS:disable purging list of in progress reads in abfs stream closed apache#5176
LuciferYang
added a commit
to LuciferYang/hadoop
that referenced
this pull request
Apr 16, 2026
…clPilot. Completes the ACL cluster. RPCs apache#13–16 migrated, bringing the post-gate total to 16 RPCs. RPCs migrated: apache#13 modifyAclEntries (PATH_WRITE) apache#14 removeAclEntries (PATH_WRITE) apache#15 removeDefaultAcl (PATH_WRITE) apache#16 removeAcl (PATH_WRITE) All 5 ACL RPCs (including setAcl from the prior commit) share an identical pilot body: PATH_WRITE + target-exists + ancestorsAllow- Mutate + delegate to FSDirAclOp overload. Extracted a shared aclPilot(src, pc, AclAction) method via a @FunctionalInterface AclAction so each outer method is a 3-line lambda. The previous setAclPilot (RPC apache#12) was collapsed into the shared helper. FSDirAclOp: 4 new pre-resolved-IIP overloads: - modifyAclEntries(fsd, pc, iip, aclSpec) - removeAclEntries(fsd, pc, iip, aclSpec) - removeDefaultAcl(fsd, pc, iip) - removeAcl(fsd, pc, iip) Each mirrors its legacy counterpart minus the resolvePath step. checkOwner + mutation + edit log, all under fsd.writeLock. Tests (4 new in TestFSNamesystemFGLIIP): - modifyAclEntriesAddsEntry — named-user entry persists - removeAclEntriesRemovesEntry — add then remove cycle - removeDefaultAclOnDirectory — default ACL entries removed - removeAclClearsAllExtendedEntries — all non-base entries gone Verification: mvn test -pl hadoop-hdfs-project/hadoop-hdfs -o \ -Dtest='TestFSNamesystemFGLIIP' => Tests run: 113, Failures: 0, Errors: 0, Skipped: 0 Post-gate RPC counter: 16 migrated. Spec: docs/fgl/HDFS-17385-wave4-pilot-design.md §6.3
This file contains hidden or 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
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.
No description provided.