bilaharith commented on a change in pull request #2535:
URL: https://github.com/apache/hadoop/pull/2535#discussion_r539959807
##########
File path:
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemListStatus.java
##########
@@ -55,7 +57,10 @@ public ITestAzureBlobFileSystemListStatus() throws Exception
{
@Test
public void testListPath() throws Exception {
- final AzureBlobFileSystem fs = getFileSystem();
+ Configuration config = new Configuration(this.getRawConfiguration());
+ config.set("fs.azure.list.max.results", "5000");
Review comment:
Use the constant
----------------------------------------------------------------
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]