[ https://issues.apache.org/jira/browse/MAPREDUCE-7343?focusedWorklogId=596312&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-596312 ]
ASF GitHub Bot logged work on MAPREDUCE-7343: --------------------------------------------- Author: ASF GitHub Bot Created on: 13/May/21 18:46 Start Date: 13/May/21 18:46 Worklog Time Spent: 10m Work Description: ayushtkn commented on pull request #2995: URL: https://github.com/apache/hadoop/pull/2995#issuecomment-840757028 Thanx @qizhu-lucas for the review!!! -- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 596312) Time Spent: 1h (was: 50m) > 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 > Priority: Major > Labels: pull-request-available > 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-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org