You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2021/05/13 18:49:00 UTC

[jira] [Resolved] (MAPREDUCE-7343) Increase the job name max length in mapred job -list

     [ https://issues.apache.org/jira/browse/MAPREDUCE-7343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ayush Saxena resolved MAPREDUCE-7343.
-------------------------------------
    Fix Version/s: 3.4.0
     Hadoop Flags: Reviewed
         Assignee: Ayush Saxena
       Resolution: Fixed

Committed to trunk

> Increase the job name max length in mapred job -list 
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-7343
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7343
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Presently the job name length is capped at 20, But in many cases(One being Hive). The length gets crossed in too many cases and post that it doesn't fetch much value.
>  
> Propose to increase the length limit from 20->35 here:
> {code:java}
> writer.printf(dataPattern, job.getJobID().toString(),
>     job.getJobName().substring(0, jobNameLength > 20 ? 20 : jobNameLength),
> {code}
>  
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org