Skip to content
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

HDFS-16791. Add getEnclosingRoot() API to filesystem interface and im… #6262

Commits on Nov 9, 2023

  1. HDFS-16791. Add getEnclosingRoot() API to filesystem interface and im…

    …plementations (apache#6198)
    
    The enclosing root path is a common ancestor that should be used for temp and staging dirs
    as well as within encryption zones and other restricted directories.
    
    Contributed by Tom McCormick
    mccormickt12 authored and Tom McCormick committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    82285ce View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. add path import for build failure

    Tom McCormick committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d74f8cb View commit details
    Browse the repository at this point in the history
  2. fix static import difference from trunk

    Tom McCormick committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9603a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Revert "fix static import difference from trunk"

    This reverts commit 9603a9e.
    Tom McCormick committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    6a7e834 View commit details
    Browse the repository at this point in the history