[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057746#comment-18057746
 ] 

ASF GitHub Bot commented on MAPREDUCE-7525:
-------------------------------------------

zhixingheyi-tian commented on PR #8241:
URL: https://github.com/apache/hadoop/pull/8241#issuecomment-3882858549

   > @zhixingheyi-tian , the new checkstyle issue seems related.
   > 
   > 
`./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java:541:
 job.setInputFormat(SequenceFileInputFormat.class);:9: 'if' child has incorrect 
indentation level 8, expected level should be 6. [Indentation]`
   
   Good catch, thanks!
   I've fixed indentation issue just now.
   Thank you!




> Improve TestDFSIO to support different InputFormat
> --------------------------------------------------
>
>                 Key: MAPREDUCE-7525
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7525
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mapreduce-client
>    Affects Versions: 3.3.3
>            Reporter: zhixingheyi-tian
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, the TestDFSIO benchmark hardcodes the InputFormat to 
> SequenceFileInputFormat.class in the runIOTest method. This limits 
> flexibility for users who want to test different InputFormat implementations' 
> performance, particularly CombineSequenceFileInputFormat which is essential 
> for handling small file scenarios efficiently.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to