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

HADOOP-17227. Marker Tool tuning #2254

Merged

Commits on Sep 3, 2020

  1. HADOOP-17227. Marker Tool tuning

    * move from -expect to -min and -max; easier for CLI testing. Plus works
    * in -nonauth mode, even when policy == keep, files not in an auth path
      count as failure.
    * bucket-info option also prints out the authoritative path, so you have
      more idea what is happening
    * reporting of command failure more informative
    
    The reason for change #2 is a workflow where you want to audit a dir, even
    though you are in keep mode, and you don't have any auth path. You'd expect
    -nonauth to say "no auth path", but instead it treats the whole dir as
    auth.
    
    Change-Id: Ib310e321e5862957fbd92bebfade93231f92b16f
    steveloughran committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    cfe8d59 View commit details
    Browse the repository at this point in the history
  2. HADOOP-17227 bit more formatting tweaking

    Change-Id: Iddcefb26a7de0fce0c7b6ae0d679590005cd63b6
    steveloughran committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5a66f87 View commit details
    Browse the repository at this point in the history
  3. HADOOP-17227. Marker Tool tuning

    * fix checkstyle
    * use bulder API for passing (Growing) set of params around
    
    Change-Id: I1ce980a4d7d4f5e9ad7f1c7b7fa4c6fd9806b8f1
    steveloughran committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1887f33 View commit details
    Browse the repository at this point in the history
  4. HADOOP-17227. Fix checkstyles.

    Change-Id: I49cc69ad61601fd858005323e73ae5ad7178e82e
    steveloughran committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6c04b40 View commit details
    Browse the repository at this point in the history