Skip to content

[YARN-3444] Fixed typo (capability)#15

Closed
gliptak wants to merge 1 commit intoapache:trunkfrom
gliptak:patch-1
Closed

[YARN-3444] Fixed typo (capability)#15
gliptak wants to merge 1 commit intoapache:trunkfrom
gliptak:patch-1

Conversation

@gliptak
Copy link
Copy Markdown
Contributor

@gliptak gliptak commented Mar 10, 2015

No description provided.

@oza
Copy link
Copy Markdown
Contributor

oza commented Mar 20, 2015

@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

@gliptak gliptak changed the title Fixed typo (capability) [YARN-3444] Fixed typo (capability) Apr 3, 2015
@gliptak
Copy link
Copy Markdown
Contributor Author

gliptak commented Apr 4, 2015

@oza could you validate if these are submitted correctly? thanks

https://issues.apache.org/jira/browse/YARN-3444
https://issues.apache.org/jira/browse/HADOOP-11801

@oza
Copy link
Copy Markdown
Contributor

oza commented Apr 7, 2015

@gliptak yes, these patches have been submitted successfully. Now committers reviewed your patches, so please check them.

@gliptak gliptak closed this Apr 24, 2015
@gliptak gliptak deleted the patch-1 branch April 24, 2015 17:17
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants