iwasakims commented on a change in pull request #2149:
URL: https://github.com/apache/hadoop/pull/2149#discussion_r462222407
##########
File path: hadoop-tools/hadoop-aws/pom.xml
##########
@@ -331,6 +336,44 @@
</properties>
</profile>
+ <!-- Directory marker retention options, all from the -Dmarkers value-->
+ <profile>
+ <id>keep-markers</id>
+ <activation>
+ <property>
+ <name>markers</name>
+ <value>keep</value>
+ </property>
+ </activation>
+ <properties >
+ <fs.s3a.directory.marker>keep</fs.s3a.directory.marker>
Review comment:
The property name must be `fs.s3a.directory.marker.retention` to make it
consistent with Constants.java.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]