[
https://issues.apache.org/jira/browse/MAPREDUCE-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123146#comment-15123146
]
Hudson commented on MAPREDUCE-6616:
-----------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9207 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/9207/])
MAPREDUCE-6616. Fail to create jobhistory file if there are some (aajisaka: rev
df99ea8a92d600e669606d41d3887bd004e7a3cc)
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/jobhistory/FileNameIndexUtils.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/jobhistory/TestFileNameIndexUtils.java
* hadoop-mapreduce-project/CHANGES.txt
> Fail to create jobhistory file if there are some multibyte characters in the
> job name
> -------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-6616
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6616
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobhistoryserver
> Reporter: Akira AJISAKA
> Assignee: Kousuke Saruta
> Labels: i18n
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6616-test.patch, MAPREDUCE-6616.0.patch,
> MAPREDUCE-6616.1.patch
>
>
> When creating jobhistory file, job name is trimmed within 50 characters by
> default, and the name is URL-encoded *after* the job name is trimmed.
> Therefore, if there are some multibyte characters in the job name, the
> encoded job name can be longer than 50 characters. Eventually it can break
> the limit of the file name (Usually 255 characters).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)