Steve Loughran
Steve Loughran
ITestAzureBlobFileSystemCheckAccess.testCheckAccessForAccountWithoutNS looks related...what is the full stack? it may be a different exception came back from the azure call, or it actually worked. other ones are not expected. are you...
that test_120_terasort(org.apache.hadoop.fs.azurebfs.commit.ITestAbfsTerasort failure is happening because yarn wants the owner of a file as determined from getFileStatus to match the yarn user (here: the username of the person running the...
@pranavsaxena-microsoft thoughts? would you be able to download this PR and test locally?
the test which is a definite regression is ``` ERROR] testConfigPropNotFound(org.apache.hadoop.fs.azurebfs.TestAccountConfiguration) Time elapsed: 0.19 s
that test looks like it is failing because it was expecting a failure and now you've made an option optional, it isn't ``` private static final List CONFIG_KEYS = Collections.unmodifiableList(Arrays.asList(...
I've seen this has been neglected for a while. @saxenapranav and @anujmodi2021 need to be the reviewers of this...if they approve I'll merge
you've got a couple of checkbox items there * updating LICENSE-binary with the new version * running the relevant object store tests and telling us which store you ran them...
reopening this I do want the update; HADOOP-19696 adds the option to include esdk into the redistributables. It'll be off by default as we don't want to okhttp in there...
Am I understanding from this bug report that the latest version of the SDK now reads in and buffers all data provided by a content provider just so it can...
@zoewangg thanks. Reviewed all our uses of fromContentProvider() and length is passed in.