[
https://issues.apache.org/jira/browse/HADOOP-17422?focusedWorklogId=522599&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-522599
]
ASF GitHub Bot logged work on HADOOP-17422:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Dec/20 08:14
Start Date: 10/Dec/20 08:14
Worklog Time Spent: 10m
Work Description: bilaharith commented on a change in pull request #2535:
URL: https://github.com/apache/hadoop/pull/2535#discussion_r539960419
##########
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:
Is there tests with fs.azure.list.max.results with different values and
asserting on the number of items returned.
----------------------------------------------------------------
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: 522599)
Time Spent: 1h 20m (was: 1h 10m)
> 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 20m
> 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]