[ 
https://issues.apache.org/jira/browse/HADOOP-17422?focusedWorklogId=522619&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-522619
 ]

ASF GitHub Bot logged work on HADOOP-17422:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Dec/20 08:55
            Start Date: 10/Dec/20 08:55
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki commented on a change in pull request 
#2535:
URL: https://github.com/apache/hadoop/pull/2535#discussion_r539986261



##########
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:
       Replaced with const
   Yes, 
[test](https://github.com/apache/hadoop/blob/c2cecfc9b951e21d38783227379bec63f34b7702/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsClient.java#L91)
 in ITestAbfsClient asserts return size for liststatus calls with different 
values of listMaxResults (set at AbfsConfig level)




----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 522619)
    Time Spent: 1h 40m  (was: 1.5h)

> ABFS: Set default ListMaxResults to max server limit
> ----------------------------------------------------
>
>                 Key: HADOOP-17422
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17422
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.3.0
>            Reporter: Sumangala Patki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> {{Changing the default value of maximum size of }}{{results to be}}{{ 
> returned by ListStatus from 500 to 5000, since the maximum number of items 
> supported by a listStatus server call is 5000.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to