virajjasani commented on PR #6543:
URL: https://github.com/apache/hadoop/pull/6543#issuecomment-2276547279

   or i can reproduce the exact failure with this patch without any code 
changes:
   
   ```
   diff --git 
a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml 
b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
   index 4104e304314..97a7fcb3290 100644
   --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
   +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
   @@ -1428,6 +1428,11 @@
      </description>
    </property>
    
   +  <property>
   +    <name>fs.s3a.performance.flags</name>
   +    <value>mkdir</value>
   +  </property>
   +
    <property>
      <name>fs.s3a.security.credential.provider.path</name>
      <value />
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to