bilaharith opened a new pull request #1403: HADOOP-16548 Made flush operation configurable in ABFS URL: https://github.com/apache/hadoop/pull/1403 Made flush operation configurable in ABFS driver for performance improvements. Driver test results using a Namespace enabled account in Central India: fs.azure.enable.abfs.flush = false mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 Tests run: 394, Failures: 1, Errors: 1, Skipped: 21 Tests run: 190, Failures: 0, Errors: 0, Skipped: 15 fs.azure.enable.abfs.flush = true mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 Tests run: 394, Failures: 0, Errors: 1, Skipped: 21 Tests run: 190, Failures: 0, Errors: 0, Skipped: 15
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
